| Age | Commit message (Expand) | Author | Lines |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -4/+10 |
| 2019-04-18 | Add a FIXME to collector | varkor | -0/+2 |
| 2019-04-18 | Add own_requires_monomorphization | varkor | -2/+1 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -4/+10 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -2/+1 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -2/+2 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -3/+3 |
| 2019-03-20 | remove visit_static from librustc::mir | Saleem Jaffer | -8/+15 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -48/+31 |
| 2019-03-15 | rustc_mir: adjust the type_length_limit diagnostic to be more useful. | Eduard-Mihai Burtescu | -12/+26 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+1 |
| 2019-03-05 | Make adjustments for comments | varkor | -7/+6 |
| 2019-03-05 | Take const generics into account when monomorphising | varkor | -7/+21 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -7/+8 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -1/+1 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -3/+3 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -4/+4 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-02-16 | Reuse the `Pointer` type instead of passing reassembling it at many use sites | Oliver Scherer | -1/+1 |
| 2019-02-15 | Take Const into account in HIR | varkor | -1/+4 |
| 2019-02-11 | Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc | bors | -4/+4 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -2/+2 |
| 2019-02-05 | mir: partially HirIdify | ljedrz | -4/+4 |
| 2019-01-27 | `ConstValue::ScalarPair` only needs to represent slices | Oliver Scherer | -6/+1 |
| 2019-01-23 | Don't ICE when logging unusual types | Aaron Hill | -2/+2 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -15/+8 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -10/+13 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -10/+13 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -2/+2 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -35/+40 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-22 | Fix a comment | bjorn3 | -1/+1 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -6/+6 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -13/+13 |
| 2018-12-04 | s/alloc_type/alloc_kind/ | Oliver Scherer | -2/+2 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -4/+4 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -26/+21 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-17 | Refactor local monomorphization logic to be easier to comprehend | Oliver Scherer | -22/+21 |
| 2018-11-17 | We're looking at the miri memory for constants instead of their initializers'... | Oliver Scherer | -4/+0 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -1/+1 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -3/+3 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -1/+3 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -18/+23 |
| 2018-10-24 | Resolve to Instance::VtableShim when necessary. | Masaki Hara | -1/+1 |
| 2018-10-24 | Add InstanceDef::VtableShim. | Masaki Hara | -0/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |