index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_interface
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-22
Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2020-07-17
Generating the coverage map
Rich Kadel
-1
/
+1
2020-07-14
Stabilize control-flow-guard codegen option
Andrew Paverd
-1
/
+1
2020-07-09
Eliminate confusing "globals" terminology.
Nicholas Nethercote
-5
/
+5
2020-06-28
Remove defunct `-Z print-region-graph`
Tomasz Miąsko
-1
/
+0
2020-06-20
Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum
Ralf Jung
-1
/
+1
2020-06-19
Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic
Manish Goregaokar
-3
/
+5
2020-06-16
Update CFGuard syntax
Andrew Paverd
-1
/
+1
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+1
2020-06-14
Diagnose use of incompatible sanitizers
Tomasz Miąsko
-3
/
+5
2020-06-04
Add `-Z span-debug` to allow for easier debugging of proc macros
Aaron Hill
-0
/
+1
2020-05-30
Rollup merge of #72669 - petrochenkov:smclean, r=Mark-Simulacrum
Ralf Jung
-3
/
+9
2020-05-27
rustc_session: Cleanup session creation
Vadim Petrochenkov
-3
/
+9
2020-05-27
Add -Z profile-emit=<path> for Gcov gcda output.
Ivan Lozano
-0
/
+1
2020-05-25
Add a small MIR validation pass
Jonas Schievink
-0
/
+1
2020-05-20
Eliminate some `Option<NativeLibKind>`s
Vadim Petrochenkov
-21
/
+21
2020-05-20
Rename some types describing native libraries
Vadim Petrochenkov
-22
/
+22
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-2
/
+2
2020-05-10
Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov
bors
-1
/
+2
2020-05-10
add linking option strip
YI
-1
/
+2
2020-05-09
Rollup merge of #71234 - maurer:init-array, r=cuviper
Ralf Jung
-0
/
+1
2020-05-07
Reintegrate chalk using chalk-solve
Jack Huey
-0
/
+1
2020-05-06
Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic
Dylan DPC
-1
/
+1
2020-05-06
Define UB in float-to-int casts to saturate
Mark Rousskov
-1
/
+1
2020-05-04
Add Option to Force Unwind Tables
Sam Elliott
-0
/
+1
2020-05-01
Rename `bitcode-in-rlib` option to `embed-bitcode`
Alex Crichton
-2
/
+1
2020-04-29
Use .init_array rather than .ctors
Matthew Maurer
-0
/
+1
2020-04-29
Remove -Z no-landing-pads flag
Amanieu d'Antras
-1
/
+0
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-2
/
+3
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-2
/
+2
2020-04-22
Use macros for option tests.
Nicholas Nethercote
-520
/
+177
2020-04-22
Add all the missing option tests.
Nicholas Nethercote
-15
/
+273
2020-04-22
Alphabetize the `-C` and `-Z` options.
Nicholas Nethercote
-77
/
+109
2020-04-22
Add a new option `-Cbitcode-in-rlib`.
Nicholas Nethercote
-0
/
+4
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-3
/
+3
2020-04-11
Depend on getopts from crates.io
Luca Barbieri
-2
/
+1
2020-04-04
Do not lose or reorder user-provided linker arguments
Vadim Petrochenkov
-1
/
+1
2020-04-01
Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco
Mazdak Farrokhzad
-0
/
+2
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-28
Add `-Z dump-mir-dataflow`
Dylan MacKenzie
-0
/
+2
2020-03-27
Remove `no_integrated_as` mode.
Nicholas Nethercote
-4
/
+0
2020-03-24
Remove `-Z incremental`.
Nicholas Nethercote
-2
/
+0
2020-03-24
Remove several dead `-Z` options.
Nicholas Nethercote
-2
/
+0
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-7
/
+7
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-6
/
+5
2020-01-11
fix ui-fulldeps & tests fallout
Mazdak Farrokhzad
-21
/
+21
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-4
/
+0
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
[next]