| Age | Commit message (Expand) | Author | Lines |
| 2017-04-23 | rustc: make the const-eval cache polymorphic. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-17 | Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-04-17 | Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomez | Corey Farwell | -1/+4 |
| 2017-04-17 | rustdoc: add a list of headings to the sidebar | QuietMisdreavus | -1/+4 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -1/+1 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -1/+1 |
| 2017-04-11 | just panic in rustdoc if we encounter a subtype predicate | Niko Matsakis | -7/+4 |
| 2017-04-11 | add Subtype predicate | Niko Matsakis | -0/+11 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+1 |
| 2017-03-23 | convert inherent-impl-related things to on-demand queries | Niko Matsakis | -5/+3 |
| 2017-03-19 | Rollup merge of #40587 - GuillaumeGomez:rustdoc-const-display, r=frewsxcv | Corey Farwell | -4/+4 |
| 2017-03-19 | Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-03-17 | Fix invalid debug display for associated consts | Guillaume Gomez | -4/+4 |
| 2017-03-16 | Fix const not displayed in rustdoc | Guillaume Gomez | -1/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -11/+10 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-02-26 | Put the const type and value into <code> | Guillaume Gomez | -1/+1 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -24/+17 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -1/+1 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -3/+7 |
| 2017-02-11 | Use functional transformations on the option instead of matching. | Jimmy Cuadra | -16/+13 |
| 2017-02-11 | rustdoc: Only include a stability span if needed. | Jimmy Cuadra | -10/+20 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -1/+1 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -4/+4 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -4/+4 |
| 2017-02-03 | Switch logic to Span instead of HashMap | Guillaume Gomez | -2/+8 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -31/+0 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -7/+2 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -14/+14 |
| 2017-01-28 | rustc: clean up the style of middle::resolve_lifetime. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -5/+17 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -2/+5 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -37/+37 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -2/+5 |
| 2017-01-17 | Rename ObjectSum into TraitObject in AST/HIR | Vadim Petrochenkov | -1/+1 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -15/+14 |
| 2017-01-15 | rustdoc: Give primitive types stability attributes | Oliver Middleton | -2/+2 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -16/+4 |
| 2017-01-04 | Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnik | bors | -2/+2 |
| 2016-12-30 | Make rustdoc aware of the primitive i128 type | est31 | -0/+4 |
| 2016-12-30 | Compilation fixes | est31 | -1/+1 |
| 2016-12-30 | Add a way to retrieve constant value in 128 bits | Simonas Kazlauskas | -1/+3 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -40/+46 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -4/+27 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -7/+5 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -12/+4 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -61/+60 |