| Age | Commit message (Expand) | Author | Lines |
| 2017-01-31 | Auto merge of #39354 - alexcrichton:less-output, r=steveklabnik | bors | -0/+4 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -31/+0 |
| 2017-01-28 | Auto merge of #39340 - GuillaumeGomez:empty_comment, r=frewsxcv | bors | -1/+2 |
| 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 | rustdoc: Suppress warnings/errors with --test | Alex Crichton | -0/+4 |
| 2017-01-27 | Don't generate doc if doc comments only filled with 'white' characters | Guillaume Gomez | -1/+2 |
| 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 | -52/+52 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -2/+5 |
| 2017-01-21 | Force backline on all where in docs | Guillaume Gomez | -4/+3 |
| 2017-01-20 | Rollup merge of #39142 - nikomatsakis:issue-38973, r=brson | Alex Crichton | -14/+21 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -9/+7 |
| 2017-01-19 | Auto merge of #39136 - keeperofdakeys:proc-macro-doc-test, r=alexcrichton | bors | -0/+1 |
| 2017-01-19 | Stop warning when doc testing proc macro crates | Josh | -0/+1 |
| 2017-01-17 | run rustdoc tests in the same sort of thread rustc runs in | Niko Matsakis | -14/+21 |
| 2017-01-17 | Fix fallout in `rustdoc`. | Jeffrey Seyfried | -9/+7 |
| 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 | -28/+14 |
| 2017-01-16 | Auto merge of #39076 - ollie27:rustdoc_stab_prim, r=GuillaumeGomez | bors | -2/+2 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -2/+4 |
| 2017-01-15 | rustdoc: Give primitive types stability attributes | Oliver Middleton | -2/+2 |
| 2017-01-12 | Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnik | bors | -3/+5 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -11/+26 |
| 2017-01-09 | Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 | bors | -9/+36 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -18/+4 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -18/+4 |
| 2017-01-04 | Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnik | bors | -168/+203 |
| 2017-01-02 | Avoid rustdoc ICE when an unstable feature is used | Seo Sanghyeon | -3/+9 |
| 2017-01-01 | Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb | bors | -2/+5 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -2/+5 |
| 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-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38671 - ollie27:rustdoc_stab_em_div_fix, r=frewsxcv | Alex Crichton | -2/+1 |
| 2016-12-29 | rustdoc: Fix broken CSS for trait items | Oliver Middleton | -2/+1 |
| 2016-12-28 | Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis | bors | -103/+136 |
| 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 | -8/+6 |
| 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 | -64/+66 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -9/+14 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -6/+9 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -11/+21 |
| 2016-12-28 | Auto merge of #38589 - aidanhs:aphs-stage0-rustdoc-test, r=alexcrichton | bors | -13/+21 |