| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | rustc: make util::ppaux private. | Eduard-Mihai Burtescu | -2/+7 |
| 2019-03-15 | rustc: remove fields from ty::print::PrintConfig available from tcx. | Eduard-Mihai Burtescu | -14/+14 |
| 2019-03-15 | rustc: split out the pretty-printing parts of ty::print into a separate module. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-03-15 | rustc: pass ty::print::PrintCx by value. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: split off most of ty::print::PrintCx's fields into a separate struct. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-15 | rustc: explicitly pass the namespace to PrintCx::parameterized. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: move the formatter into ty::print::PrintCx. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: tie the 'tcx between Print and PrintCx in ty::print. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-15 | rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls. | Eduard-Mihai Burtescu | -11/+13 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -51/+69 |
| 2019-03-12 | Explain the bits of `UndefMask` | Oliver Scherer | -0/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -9/+10 |
| 2019-03-05 | Add ConstValue::Param and ConstValue::Infer | varkor | -1/+9 |
| 2019-03-04 | Use bit operations for setting large ranges of bits in a u64 | Oliver Scherer | -16/+33 |
| 2019-03-04 | No magic numbers | Oliver Scherer | -1/+1 |
| 2019-03-04 | Optimize copying large ranges of undefmask blocks | Oliver Scherer | -7/+38 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+3 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -16/+28 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -8/+8 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -13/+13 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -4/+9 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -13/+13 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -0/+3 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -4/+9 |
| 2019-02-16 | Reintroduce the invariant comment for clarity | Oliver Scherer | -0/+1 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -3/+2 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -61/+62 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-12 | Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obk | Mazdak Farrokhzad | -230/+220 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -61/+62 |
| 2019-02-10 | Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obk | Guillaume Gomez | -8/+23 |
| 2019-02-09 | Use ? in librustc macros | Matthew Jasper | -230/+220 |
| 2019-02-09 | miri: give non-generic functions a stable address | Ralf Jung | -8/+23 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -1/+1 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -1/+1 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -60/+60 |
| 2019-01-30 | Swap the names of `LocalValue` and `LocalState` | Oliver Scherer | -1/+1 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -31/+23 |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+8 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -7/+10 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -8/+11 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -3/+3 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -22/+0 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -5/+5 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -1/+1 |