| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -195/+137 |
| 2019-09-28 | Rollup merge of #64875 - ehuss:async-await-reserved, r=estebank | Mazdak Farrokhzad | -57/+57 |
| 2019-09-28 | Rollup merge of #64852 - Baranowski:param_note_52082, r=estebank | Mazdak Farrokhzad | -2/+134 |
| 2019-09-28 | Rollup merge of #64793 - immunant:format_spans, r=matthewjasper | Mazdak Farrokhzad | -6/+3 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -29/+35 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-09-28 | Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor | Mazdak Farrokhzad | -0/+52 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -57/+57 |
| 2019-09-28 | Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -25/+56 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -195/+137 |
| 2019-09-28 | rustc: don't store a lifetime in hir::TyKind::CVarArgs. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -4/+9 |
| 2019-09-28 | Fix lint-exceeding-bitshifts ui tests | Wesley Wiser | -23/+27 |
| 2019-09-28 | Implement CRs | Wojciech Baranowski | -58/+37 |
| 2019-09-28 | Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank | Mazdak Farrokhzad | -3/+46 |
| 2019-09-28 | Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank | Mazdak Farrokhzad | -1/+15 |
| 2019-09-28 | Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkor | Mazdak Farrokhzad | -51/+152 |
| 2019-09-28 | Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper | Mazdak Farrokhzad | -3/+0 |
| 2019-09-27 | Add test for redundant_semicolon lint interaction with proc macro attrs | Nathan | -0/+52 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -3/+46 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -2/+1 |
| 2019-09-27 | Respond to code review feedback and fix tidy | Wesley Wiser | -0/+18 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -3/+13 |
| 2019-09-27 | --bless --compare-mode=nll | Mazdak Farrokhzad | -33/+0 |
| 2019-09-27 | Print ParamTy span when accessing a field (#52082) | Wojciech Baranowski | -0/+153 |
| 2019-09-27 | Account for tail expressions when pointing at return type | Esteban Küber | -3/+0 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -3/+3 |
| 2019-09-27 | Update ui tests | Guillaume Gomez | -29/+35 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -1/+1 |
| 2019-09-27 | lowering: don't .abort_if_errors() | Mazdak Farrokhzad | -1/+15 |
| 2019-09-26 | Fix AST JSON output test | varkor | -1/+1 |
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -51/+152 |
| 2019-09-26 | Rollup merge of #64812 - GuillaumeGomez:add-test-for-e0543, r=Centril | Mazdak Farrokhzad | -8/+18 |
| 2019-09-26 | Rollup merge of #64783 - onehr:onehrxn, r=varkor | Mazdak Farrokhzad | -0/+31 |
| 2019-09-26 | Rollup merge of #64221 - Centril:nll-no-migrate-2015, r=matthewjasper | Mazdak Farrokhzad | -1329/+172 |
| 2019-09-26 | issue-#45696: remove ignore-compare-mode-nll | Mazdak Farrokhzad | -10/+6 |
| 2019-09-26 | Add test for E0543 | Guillaume Gomez | -8/+18 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -0/+171 |
| 2019-09-26 | issue-#45696-scribble...: remove outdated comment. | Mazdak Farrokhzad | -5/+3 |
| 2019-09-26 | rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr" | Mazdak Farrokhzad | -36/+0 |
| 2019-09-26 | remove feature(nll) in more cases. | Mazdak Farrokhzad | -81/+47 |
| 2019-09-26 | remove feature(nll) from #27868 test. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-26 | remove feature(nll) from #31567 test. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-26 | remove feature(nll) from #45157 test. | Mazdak Farrokhzad | -30/+1 |
| 2019-09-26 | add test for #53432. | Mazdak Farrokhzad | -0/+22 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -1174/+104 |
| 2019-09-25 | Add test case for issue #64732 | Haoran Wang | -0/+31 |
| 2019-09-25 | Fix format macro expansions spans to be macro-generated | Stephen Crane | -6/+3 |
| 2019-09-25 | address rebase damage | Ariel Ben-Yehuda | -2/+2 |
| 2019-09-25 | update ui tests | Guillaume Gomez | -4/+9 |