| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -13/+73 |
| 2019-09-06 | Auto merge of #64211 - oli-obk:miri, r=eddyb | bors | -10/+33 |
| 2019-09-06 | Fix miri | Oliver Scherer | -10/+33 |
| 2019-09-06 | Refuse to downgrade NLL errors on Rust >= 2018. | Mazdak Farrokhzad | -11/+15 |
| 2019-09-06 | mir borrowck: drive-by cleanup. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-06 | Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | Rollup merge of #64190 - matklad:meta, r=cramertj | Mazdak Farrokhzad | -0/+6 |
| 2019-09-06 | Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler | Mazdak Farrokhzad | -70/+56 |
| 2019-09-06 | Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r... | Mazdak Farrokhzad | -4/+4 |
| 2019-09-06 | Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=sfackler | Mazdak Farrokhzad | -0/+80 |
| 2019-09-06 | Rollup merge of #64161 - estebank:point-variant, r=Centril | Mazdak Farrokhzad | -9/+48 |
| 2019-09-06 | Rollup merge of #64156 - cuviper:gitless-llvm, r=alexcrichton | Mazdak Farrokhzad | -13/+14 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -623/+1273 |
| 2019-09-06 | Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomez | Mazdak Farrokhzad | -10/+169 |
| 2019-09-06 | Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton | Mazdak Farrokhzad | -434/+328 |
| 2019-09-06 | it's more pythonic to use 'is not None' in python files | Guanqun Lu | -2/+2 |
| 2019-09-05 | Merge pull request #17 from rust-lang/master | Baoshan | -1569/+2709 |
| 2019-09-06 | annotate-snippet emitter: Update issue number | Philipp Hansch | -1/+1 |
| 2019-09-06 | Auto merge of #64171 - lzutao:clippy-fix, r=oli-obk | bors | -8/+8 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -380/+381 |
| 2019-09-05 | Add Fuchsia to actually_monotonic | Taylor Cramer | -0/+1 |
| 2019-09-05 | Fix test | Esteban Küber | -22/+25 |
| 2019-09-05 | fix reviewer comments | Mark Mansi | -33/+33 |
| 2019-09-05 | Simplify std lib injection | Matthew Jasper | -126/+52 |
| 2019-09-05 | simplify is_vxworks_pure_dynamic | Baoshan Pang | -8/+1 |
| 2019-09-05 | Bail out when encountering likely missing turbofish in parser | Esteban Küber | -116/+12 |
| 2019-09-05 | fill metadata in rustc_lexer's Cargo.toml | Aleksey Kladov | -0/+6 |
| 2019-09-05 | annotate-snippet emitter: Deal with multispans from macros, too | Philipp Hansch | -126/+137 |