| Age | Commit message (Expand) | Author | Lines |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -5/+5 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -13/+17 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -2/+2 |
| 2017-06-13 | Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus | bors | -4/+4 |
| 2017-06-12 | rustdoc: Fix missing enum variant reexports | Oliver Middleton | -4/+4 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -2/+2 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -0/+3 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -2/+2 |
| 2017-06-06 | Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavus | bors | -0/+1 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -0/+1 |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -11/+8 |
| 2017-06-01 | Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -1/+1 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -1/+1 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -1/+1 |
| 2017-05-25 | Fix merge conflicts. | Jeffrey Seyfried | -1/+1 |
| 2017-05-22 | rustdoc: Fix names of items in cross crate reexported modules | Oliver Middleton | -23/+7 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-05-09 | resolved merge conflicts | achernyak | -4/+4 |
| 2017-05-03 | remove use of `ast_ty_to_ty_cache` from librustdoc | Niko Matsakis | -4/+4 |
| 2017-05-03 | fn_arg_names | achernyak | -1/+1 |
| 2017-05-02 | Rollup merge of #41693 - est31:anon_params_removal, r=eddyb | Corey Farwell | -2/+2 |
| 2017-05-02 | Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb | Corey Farwell | -4/+4 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -2/+2 |
| 2017-05-01 | Queryify item_body_nested_bodies | Taylor Cramer | -2/+3 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -4/+4 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -41/+41 |
| 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 |