| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-01-07 | Always export static variables as SymbolExportLevel::C in wasm | maik | -7/+2 |
| 2020-01-07 | Export scalar statics in wasm | maik | -1/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -19/+21 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -45/+27 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -4/+5 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -2/+3 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -6/+6 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -11/+10 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -16/+16 |
| 2019-12-30 | When a codegen worker has a FatalError, propagate it instead of ICE'ing. | Felix S. Klock II | -8/+18 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -2/+1 |
| 2019-12-28 | Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum | bors | -3/+3 |
| 2019-12-28 | Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obk | bors | -3/+6 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -3/+3 |
| 2019-12-25 | Run RustFmt | jumbatm | -1/+4 |
| 2019-12-25 | Pass new instance instead of self.instance to simd_shuffle_indices. | jumbatm | -3/+3 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -257/+228 |
| 2019-12-22 | Format the world | Mark Rousskov | -1966/+1882 |