| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -3/+3 |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -23/+1 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -1/+1 |
| 2018-04-18 | Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister | bors | -2/+2 |
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -26/+238 |
| 2018-04-17 | Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2018-04-17 | Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavus | Guillaume Gomez | -129/+180 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -13/+98 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+1 |
| 2018-04-16 | Add error-format and color-config options to rustdoc | Guillaume Gomez | -12/+89 |
| 2018-04-16 | Add warning if a resolution failed | Guillaume Gomez | -0/+8 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -0/+1 |