| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix nits | Aleksi Juvani | -10/+10 |
| 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 | Fix sysroot on macOS when cross-compiling and SDKROOT is set | Aleksi Juvani | -44/+67 |
| 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 |
| 2019-09-07 | Rollup merge of #64236 - matklad:reduce-visibility, r=Centril | Mazdak Farrokhzad | -12/+12 |
| 2019-09-07 | Rollup merge of #64233 - varkor:correct-pluralisation, r=estebank | Mazdak Farrokhzad | -22/+42 |
| 2019-09-07 | Rollup merge of #64231 - matthewjasper:move-ast-cfg, r=Centril | Mazdak Farrokhzad | -43/+32 |
| 2019-09-07 | Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov | Mazdak Farrokhzad | -138/+37 |
| 2019-09-07 | Rollup merge of #64149 - eddyb:llvm-var-names, r=rkruppe | Mazdak Farrokhzad | -13/+73 |
| 2019-09-07 | Rollup merge of #63927 - mark-i-m:filter-spurious, r=ehuss | Mazdak Farrokhzad | -34/+54 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -439/+555 |
| 2019-09-06 | Auto merge of #63789 - Wind-River:master, r=alexcrichton | bors | -4/+24 |
| 2019-09-06 | Move injection of attributes from command line to `libsyntax_ext` | Vadim Petrochenkov | -48/+48 |
| 2019-09-06 | Include compiler-rt in the source tarball | Matthew Maurer | -0/+1 |
| 2019-09-06 | reduce visibility | Aleksey Kladov | -12/+12 |
| 2019-09-06 | Update ui tests | varkor | -8/+8 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -14/+34 |
| 2019-09-06 | Upgrade env_logger to 0.6 | Mateusz MikuĊa | -2/+2 |
| 2019-09-06 | Move the HIR cfg to `rustc_ast_borrowck` | Matthew Jasper | -43/+32 |
| 2019-09-06 | Rollup merge of #64208 - guanqun:py-is-not-none, r=matklad | Mazdak Farrokhzad | -2/+2 |
| 2019-09-06 | Rollup merge of #64206 - phansch:update_issue_number, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -380/+381 |
| 2019-09-06 | Rollup merge of #64189 - phansch:add_macros_support, r=estebank | Mazdak Farrokhzad | -126/+137 |
| 2019-09-06 | Rollup merge of #64166 - infinity0:master, r=alexcrichton | Mazdak Farrokhzad | -0/+13 |
| 2019-09-06 | Rollup merge of #64067 - Mark-Simulacrum:valgrind-dyn, r=alexcrichton | Mazdak Farrokhzad | -17/+0 |
| 2019-09-06 | Rollup merge of #63969 - GuillaumeGomez:option-docs-example, r=sfackler | Mazdak Farrokhzad | -0/+31 |
| 2019-09-06 | Rollup merge of #63565 - Centril:deny-nll-migrate-mode, r=matthewjasper | Mazdak Farrokhzad | -13/+17 |
| 2019-09-07 | Reduce span to function name in unreachable calls | Shiqing | -13/+15 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -111/+109 |
| 2019-09-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -13/+73 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -6/+160 |