File tree
6 files changed
+29
-9
lines changed- compiler
- rustc_codegen_ssa/src/back
- rustc_interface/src
- rustc_session/src
- src/doc/rustc/src/codegen-options
- tests/run-make/relro-levels
6 files changed
+29
-9
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2013 | 2013 |
| |
2014 | 2014 |
| |
2015 | 2015 |
| |
2016 |
| - | |
| 2016 | + | |
2017 | 2017 |
| |
2018 | 2018 |
| |
2019 | 2019 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
| 611 | + | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
| |||
805 | 806 |
| |
806 | 807 |
| |
807 | 808 |
| |
808 |
| - | |
809 | 809 |
| |
810 | 810 |
| |
811 | 811 |
| |
|
Diff for: compiler/rustc_session/src/options.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1494 | 1494 |
| |
1495 | 1495 |
| |
1496 | 1496 |
| |
| 1497 | + | |
| 1498 | + | |
1497 | 1499 |
| |
1498 | 1500 |
| |
1499 | 1501 |
| |
| |||
1829 | 1831 |
| |
1830 | 1832 |
| |
1831 | 1833 |
| |
1832 |
| - | |
1833 |
| - | |
1834 | 1834 |
| |
1835 | 1835 |
| |
1836 | 1836 |
| |
|
Diff for: compiler/rustc_session/src/session.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
590 |
| - | |
| 590 | + | |
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
|
+20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
482 | 502 |
| |
483 | 503 |
| |
484 | 504 |
| |
|
Diff for: tests/run-make/relro-levels/Makefile
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
|
0 commit comments