| Age | Commit message (Expand) | Author | Lines |
| 2018-07-07 | Apply security patch for rustdoc | steveklabnik | -1/+7 |
| 2018-06-03 | rustdoc: hide macro export statements from docs | QuietMisdreavus | -0/+7 |
| 2018-05-07 | Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavus | bors | -9/+10 |
| 2018-05-07 | Prevent infinite recursion of modules | Guillaume Gomez | -9/+10 |
| 2018-05-05 | Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus | bors | -31/+32 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi... | kennytm | -1/+1 |
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -1/+1 |
| 2018-05-04 | Rollup merge of #50349 - GuillaumeGomez:rename-type-declaration-label, r=este... | kennytm | -1/+1 |
| 2018-05-03 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -31/+32 |
| 2018-05-02 | make it compile again | flip1995 | -6/+6 |
| 2018-05-02 | Fix failures in rustdoc | Seiichi Uchida | -179/+63 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -2/+2 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -14/+1 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -14/+1 |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 |
| 2018-04-30 | Removed unused dependencies on rustc_const_math | Oliver Schneider | -1/+0 |
| 2018-04-30 | Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomez | bors | -0/+1 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -1/+1 |
| 2018-04-29 | rustdoc: Fix links to constants in external crates | Oliver Middleton | -0/+1 |
| 2018-04-28 | Rollup merge of #50284 - GuillaumeGomez:search-load-failure, r=SimonSapin | kennytm | -1/+1 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -1/+2 |
| 2018-04-27 | rustdoc asks for dyn_trait feature in stage0 | Christian Poveda | -0/+2 |
| 2018-04-27 | fix search load page failure | Guillaume Gomez | -1/+1 |
| 2018-04-27 | removed dyn trait attribute from librustdoc | Christian Poveda | -1/+0 |
| 2018-04-27 | Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister | kennytm | -8/+8 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -8/+8 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+59 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -5/+7 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -3/+2 |
| 2018-04-26 | Rollup merge of #50214 - GuillaumeGomez:JS-improvements, r=QuietMisdreavus | Guillaume Gomez | -32/+24 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -1/+1 |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -8/+8 |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -26/+231 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -11/+96 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -0/+5 |
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -6/+20 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -7/+76 |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+6 |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -26/+19 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -0/+2 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth | bors | -3/+3 |