| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -23/+10 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -23/+10 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-20 | Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obk | Mazdak Farrokhzad | -21/+41 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -21/+41 |
| 2019-12-15 | Remove now-redundant range check on u128 -> f32 casts | Robin Kruppe | -36/+7 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -1/+2 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -1/+8 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -1/+2 |
| 2019-12-08 | Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -1/+8 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -12/+50 |
| 2019-12-06 | Address review feedback. | Adam Perry | -4/+4 |
| 2019-12-06 | Caller location is propagated via immediates rather than memory. | Adam Perry | -8/+13 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -26/+11 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -5/+5 |
| 2019-12-06 | Use `to_option_with` in several places | varkor | -5/+8 |
| 2019-12-06 | Use `to_option` in various places | varkor | -26/+8 |
| 2019-12-05 | Pass a location to #[track_caller] functions in codegen_call_terminator. | Adam Perry | -4/+29 |
| 2019-12-05 | Add field to FunctionCx for passing caller location. | Adam Perry | -8/+16 |
| 2019-12-05 | rustc_codegen_ssa: Fix line accidentally reverted during rebase | Paul Daniel Faria | -1/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-06 | use abort instead of unreachable | Ralf Jung | -1/+9 |
| 2019-12-05 | comments | Ralf Jung | -2/+5 |
| 2019-12-05 | codegen: mark invalid SetDiscriminant unreachable | Ralf Jung | -2/+3 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -110/+92 |
| 2019-12-03 | Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -2/+3 |