| Age | Commit message (Expand) | Author | Lines |
| 2019-08-23 | `--bless` some tests due to message format change. | Mazdak Farrokhzad | -34/+34 |
| 2019-08-22 | Rollup merge of #63796 - estebank:opaque_future, r=Centril | Mazdak Farrokhzad | -0/+44 |
| 2019-08-22 | Rollup merge of #63767 - lzutao:integer-ord-suboptimal, r=nagisa | Mazdak Farrokhzad | -0/+28 |
| 2019-08-22 | Rollup merge of #63737 - HowJMay:fix_naming, r=jonas-schievink | Mazdak Farrokhzad | -16/+16 |
| 2019-08-22 | Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-08-22 | Fix naming misspelling | YangHau | -16/+16 |
| 2019-08-22 | Auto merge of #63175 - jsgf:argsfile, r=jsgf | bors | -0/+50 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -0/+44 |
| 2019-08-21 | review comments | Esteban Küber | -11/+2 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -0/+17 |
| 2019-08-21 | Add codegen test for integers compare | Lzu Tao | -0/+28 |
| 2019-08-21 | Rollup merge of #63780 - u32i64:issue-63712, r=estebank | Mazdak Farrokhzad | -53/+68 |
| 2019-08-21 | Rollup merge of #63717 - petrochenkov:eager, r=matthewjasper | Mazdak Farrokhzad | -0/+45 |
| 2019-08-21 | more `--bless`ing + test error annotations fixes | Artem Varaksa | -14/+14 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -39/+54 |
| 2019-08-21 | Add a regression test for issue #63460 | Vadim Petrochenkov | -0/+22 |
| 2019-08-21 | Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-21 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -12/+3 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -0/+6 |
| 2019-08-21 | Add a test for an opaque macro eagerly expanding its arguments | Vadim Petrochenkov | -0/+26 |
| 2019-08-20 | Allow 'default async fn' to parse. | Mazdak Farrokhzad | -0/+14 |
| 2019-08-20 | Move argfile expansion into run_compiler | Jeremy Fitzhardinge | -4/+3 |
| 2019-08-20 | Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-from-src... | Mazdak Farrokhzad | -227/+207 |
| 2019-08-20 | Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj | Mazdak Farrokhzad | -577/+267 |
| 2019-08-20 | Auto merge of #63497 - eddyb:miri-subst, r=oli-obk | bors | -0/+85 |
| 2019-08-19 | rustc: implement argsfiles for command line | Jeremy Fitzhardinge | -0/+51 |
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -250/+248 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -224/+19 |
| 2019-08-20 | Remove async_await feature gate tests. | Mazdak Farrokhzad | -103/+0 |
| 2019-08-20 | Auto merge of #62727 - SimonSapin:plugins-tls-dylib, r=petrochenkov | bors | -27/+13 |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -27/+13 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -227/+207 |
| 2019-08-19 | Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank | Mazdak Farrokhzad | -0/+31 |
| 2019-08-19 | Rollup merge of #63620 - estebank:assoc-type-span, r=Centril | Mazdak Farrokhzad | -177/+348 |
| 2019-08-19 | review comments | Esteban Küber | -23/+33 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -177/+338 |
| 2019-08-19 | adjust test to be check-pass | Niko Matsakis | -13/+4 |
| 2019-08-19 | use static as object-lifetime default for type XX in `Foo<Item=XX>` | Niko Matsakis | -0/+159 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -6/+106 |
| 2019-08-19 | test: add test for #61432. | Eduard-Mihai Burtescu | -0/+25 |
| 2019-08-19 | Fix suggestion from move async to async move. | Giles Cope | -0/+31 |
| 2019-08-19 | test: add test from #61041. | Eduard-Mihai Burtescu | -0/+60 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -9/+9 |
| 2019-08-18 | Auto merge of #63659 - gilescope:async-in-closure, r=Centril | bors | -10/+9 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -0/+19 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -10/+9 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -22/+40 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -12/+35 |
| 2019-08-17 | Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasper | Mazdak Farrokhzad | -0/+25 |
| 2019-08-17 | Rollup merge of #63657 - RalfJung:invalid_value, r=Centril | Mazdak Farrokhzad | -39/+156 |