| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Rollup merge of #48789 - GuillaumeGomez:horizontal-scroll, r=QuietMisdreavus | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Deduplicate code in rustdoc | Oliver Schneider | -38/+24 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -16/+37 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -2/+10 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -7/+2 |
| 2018-03-07 | Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis | Alex Crichton | -11/+0 |
| 2018-03-06 | Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr... | Alex Crichton | -27/+64 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -1/+1 |
| 2018-03-06 | Fix sidebar horizontal scroll | Guillaume Gomez | -1/+1 |
| 2018-03-05 | Add resource-suffix option for rustdoc | Guillaume Gomez | -27/+64 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -1/+1 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -11/+0 |
| 2018-03-03 | Rollup merge of #48283 - QuietMisdreavus:rustdoc-readme, r=@GuillaumeGomez | kennytm | -0/+172 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -13/+15 |
| 2018-03-01 | Fix breakage in rustdoc | Sean Griffin | -1/+6 |
| 2018-02-28 | Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM... | kennytm | -2/+6 |
| 2018-02-28 | Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd... | kennytm | -11/+35 |
| 2018-02-28 | Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr... | bors | -52/+144 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -3/+16 |
| 2018-02-24 | Fix auto trait impl rustdoc ice | Guillaume Gomez | -2/+6 |
| 2018-02-22 | Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm | bors | -2/+0 |
| 2018-02-21 | proper early-bail condition | QuietMisdreavus | -1/+1 |
| 2018-02-21 | track extern traits being inlined | QuietMisdreavus | -1/+10 |
| 2018-02-21 | manually release `cx.external_traits` while building the new trait | QuietMisdreavus | -3/+7 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -12/+15 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -12/+45 |
| 2018-02-21 | Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez | Guillaume Gomez | -2/+3 |
| 2018-02-20 | rustdoc: On mobile: hide §, adjust [+] position | Vitaly _Vi Shukela | -2/+6 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -12/+15 |
| 2018-02-20 | Remove theme button outline | Guillaume Gomez | -0/+4 |
| 2018-02-20 | Allow to not switch to a theme if it doesn't exist | Guillaume Gomez | -11/+31 |
| 2018-02-20 | Change local storage name for rustdoc because of conflicts with mdbook | Guillaume Gomez | -1/+1 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -2/+0 |
| 2018-02-20 | review nits | QuietMisdreavus | -6/+8 |
| 2018-02-19 | Sort synthetic impls bounds before rendering | Aaron Hill | -0/+45 |
| 2018-02-19 | rustdoc: Reposition the § per GuillaumeGomez request | Vitaly _Vi Shukela | -1/+5 |
| 2018-02-18 | Filter out non-macros in resolve_macro | Manish Goregaokar | -2/+6 |
| 2018-02-18 | Generate shortcut links | Manish Goregaokar | -2/+19 |
| 2018-02-18 | Include shortcut links in markdown_links | Manish Goregaokar | -7/+19 |
| 2018-02-18 | bump pulldown | Manish Goregaokar | -1/+1 |
| 2018-02-18 | Don't generate auto trait impls for type aliases | Aaron Hill | -1/+1 |
| 2018-02-18 | Remove extra whitespace | Aaron Hill | -1/+1 |
| 2018-02-18 | Fix inlining | Aaron Hill | -5/+15 |
| 2018-02-18 | More formatting fixups | Aaron Hill | -2/+2 |
| 2018-02-18 | More formatting fixes | Aaron Hill | -2/+1 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -76/+34 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -139/+2173 |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -1093/+106 |
| 2018-02-17 | move manual "extern crate" statements outside auto "fn main" in doctests | QuietMisdreavus | -2/+3 |
| 2018-02-17 | Remove useless comment | Guillaume Gomez | -1/+0 |