| Age | Commit message (Expand) | Author | Lines |
| 2020-02-03 | rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments. | Eduard-Mihai Burtescu | -4/+1 |
| 2020-02-03 | rustc_codegen_ssa: convert mir::VarDebugInfo into a custom PerLocalVarDebugInfo. | Eduard-Mihai Burtescu | -54/+133 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -10/+26 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -2/+3 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -1/+26 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+26 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -2/+2 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -9/+9 |
| 2020-01-28 | codegen_place and related functions can take PlaceRef by value | Santiago Pastorino | -19/+19 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -24/+71 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -15/+48 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -8/+20 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -4/+6 |
| 2020-01-22 | Rollup merge of #68410 - tmiasko:msan-lto, r=varkor | Tyler Mandry | -1/+11 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -3/+12 |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -1/+1 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -2/+6 |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+7 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -9/+38 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -5/+0 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -5/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor... | bors | -8/+18 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -179/+73 |
| 2020-01-11 | Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoerister | Mazdak Farrokhzad | -13/+82 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -22/+36 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -52/+42 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -10/+2 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -3/+3 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -8/+23 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -8/+7 |
| 2020-01-10 | Add span_bug that notes that shuffle indices must be constant | Santiago Pastorino | -0/+2 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -66/+52 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -60/+40 |
| 2020-01-10 | Use if let instead of match with one meaningful arm | Santiago Pastorino | -19/+9 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -6/+1 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -64/+3 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -3/+6 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -22/+36 |
| 2020-01-09 | Precompile CGUs while the main thread has the implicit job server token | John Kåre Alsaker | -38/+65 |
| 2020-01-09 | Compile some CGUs in parallel at the start of codegen | John Kåre Alsaker | -12/+54 |
| 2020-01-10 | Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton | Yuki Okushi | -1/+1 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -47/+42 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -5/+0 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -8/+8 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -1/+0 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -7/+9 |