| Age | Commit message (Expand) | Author | Lines |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -2/+2 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -4/+26 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -1/+1 |
| 2019-11-21 | Readjust constant evaluation for operands | Santiago Pastorino | -2/+24 |
| 2019-11-21 | Simplify pattern | Santiago Pastorino | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -101/+105 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -2/+2 |
| 2019-11-15 | Remove SourceMapper trait | Mark Rousskov | -2/+3 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -71/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+5 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -8/+10 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -1/+1 |
| 2019-11-13 | Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2019-11-12 | Fix tidy. | Camille GILLOT | -1/+3 |
| 2019-11-12 | Rename in librustc_codegen_ssa. | Camille GILLOT | -8/+8 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+1 |
| 2019-11-11 | Add more detailed codegen comment | Aaron Hill | -0/+5 |
| 2019-11-11 | Fix up intrinsic implementation | Aaron Hill | -0/+10 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -2/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-10 | Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa | Yuki Okushi | -1/+2 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-09 | rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -3/+3 |
| 2019-11-06 | review comments | Esteban Küber | -6/+2 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -8/+6 |
| 2019-11-03 | rustc_codegen_ssa: rename ArgTypeMethods to ArgAbiMethods. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-11-03 | rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -69/+69 |
| 2019-11-02 | Remove the `AsRef` impl for `SymbolStr`. | Nicholas Nethercote | -1/+1 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -4/+2 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -15/+4 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -15/+4 |
| 2019-10-31 | rustc_codegen_ssa: introduce MIR VarDebugInfo, but only for codegen. | Eduard-Mihai Burtescu | -138/+186 |
| 2019-10-31 | rustc_codegen_ssa: hide address ops from the declare_local interface. | Eduard-Mihai Burtescu | -24/+23 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext. | Eduard-Mihai Burtescu | -80/+38 |
| 2019-10-31 | rustc_codegen_ssa: change set_var_name back to taking a &str. | Eduard-Mihai Burtescu | -32/+8 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -87/+118 |
| 2019-10-31 | rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo. | Eduard-Mihai Burtescu | -241/+227 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module. | Eduard-Mihai Burtescu | -144/+152 |
| 2019-10-30 | caller_location: point to macro invocation sites, like file!/line!. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -2/+3 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -19/+26 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -2/+0 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -12/+20 |