| Age | Commit message (Expand) | Author | Lines |
| 2019-09-08 | Rollup merge of #64265 - petrochenkov:useerr, r=estebank | Mazdak Farrokhzad | -11/+37 |
| 2019-09-08 | Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton | Mazdak Farrokhzad | -151/+94 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -6/+160 |
| 2019-09-08 | Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-08 | Auto merge of #64044 - Mark-Simulacrum:rustdoc-clean-2, r=GuillaumeGomez | bors | -916/+864 |
| 2019-09-07 | Move to buffers throughout print_item | Mark Rousskov | -428/+375 |
| 2019-09-07 | Item to function | Mark Rousskov | -84/+79 |
| 2019-09-07 | AllTypes to function | Mark Rousskov | -32/+30 |
| 2019-09-07 | Settings to function | Mark Rousskov | -36/+19 |
| 2019-09-07 | Move Source to Buffer | Mark Rousskov | -14/+7 |
| 2019-09-07 | layout::render takes Print instead of fmt::Display | Mark Rousskov | -11/+15 |
| 2019-09-07 | De-indent all fmt::Display impls for later replacement to functions | Mark Rousskov | -255/+255 |
| 2019-09-07 | Delete Sidebar struct in favor of FnOnce impl | Mark Rousskov | -8/+2 |
| 2019-09-07 | Implement Print for FnOnce(&mut Buffer) | Mark Rousskov | -16/+18 |
| 2019-09-07 | Move sidebar to Buffer-printing | Mark Rousskov | -62/+70 |
| 2019-09-07 | Remove unnecessary Buffer in layout::render | Mark Rousskov | -6/+2 |
| 2019-09-07 | Replace writeln!/write! with push_str | Mark Rousskov | -81/+69 |
| 2019-09-07 | Move constant parameters to render to Layout struct | Mark Rousskov | -29/+16 |
| 2019-09-07 | Remove needless clone of layout | Mark Rousskov | -2/+1 |
| 2019-09-07 | Create buffers in top-level rendering | Mark Rousskov | -37/+29 |
| 2019-09-07 | Migrate top-level rendering to Buffer | Mark Rousskov | -52/+49 |
| 2019-09-07 | Add buffer abstraction | Mark Rousskov | -0/+65 |
| 2019-09-08 | Rollup merge of #64255 - varkor:bool-to-option, r=Centril | Mazdak Farrokhzad | -1/+71 |
| 2019-09-08 | Rollup merge of #64229 - kawa-yoiko:unreachable-call-lint, r=estebank | Mazdak Farrokhzad | -13/+15 |
| 2019-09-08 | Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasper | Mazdak Farrokhzad | -9/+24 |
| 2019-09-08 | Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper | Mazdak Farrokhzad | -28/+67 |
| 2019-09-08 | Rollup merge of #64052 - ranweiler:debuginfo-boxed-struct-64050, r=alexcrichton | Mazdak Farrokhzad | -8/+8 |
| 2019-09-07 | Turn `soft_unstable` into a future-compatibility lint | Vadim Petrochenkov | -1/+9 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -27/+58 |
| 2019-09-07 | resolve: Mark more erroneous imports as used | Vadim Petrochenkov | -11/+37 |
| 2019-09-07 | Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+7 |
| 2019-09-07 | Rollup merge of #64235 - mati865:env_logger, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-07 | Rollup merge of #64227 - alexreg:rush-pr-4, r=centril | Mazdak Farrokhzad | -966/+992 |
| 2019-09-07 | Rollup merge of #64226 - alexreg:rush-pr-3, r=centril | Mazdak Farrokhzad | -515/+528 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -485/+176 |
| 2019-09-07 | Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton | Mazdak Farrokhzad | -10/+12 |
| 2019-09-07 | Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj | Mazdak Farrokhzad | -27/+76 |
| 2019-09-07 | Add tracking issue | varkor | -2/+2 |
| 2019-09-07 | Move `libcore/bool/mod.rs` to `libcore/bool.rs` | varkor | -3/+1 |
| 2019-09-07 | compiletest: Match suffixed environments | Samuel Holland | -3/+7 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -18/+17 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -524/+538 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -60/+54 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -996/+1028 |
| 2019-09-07 | Add `bool::then` and `bool::then_with` | varkor | -1/+50 |
| 2019-09-07 | resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modules | Vadim Petrochenkov | -1/+15 |
| 2019-09-07 | resolve: Do not afraid to set current module to enums and traits | Vadim Petrochenkov | -8/+9 |
| 2019-09-07 | Add "bool" lang item | varkor | -1/+24 |
| 2019-09-07 | Rollup merge of #64243 - petrochenkov:cmdattr, r=alexcrichton | Mazdak Farrokhzad | -48/+48 |
| 2019-09-07 | Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |