| Age | Commit message (Expand) | Author | Lines |
| 2019-08-20 | Auto merge of #63497 - eddyb:miri-subst, r=oli-obk | bors | -0/+85 |
| 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 | 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 |
| 2019-08-17 | Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ... | Mazdak Farrokhzad | -149/+68 |
| 2019-08-17 | test in a way that works even with musl | Ralf Jung | -65/+58 |
| 2019-08-17 | resolve: Properly integrate derives and `macro_rules` scopes | Vadim Petrochenkov | -0/+25 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -22/+40 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -12/+35 |
| 2019-08-17 | Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkov | bors | -45/+197 |
| 2019-08-17 | fix tests | Ralf Jung | -3/+3 |
| 2019-08-17 | invalid_value: also detect transmute-from-0 (seen in the wild) | Ralf Jung | -39/+78 |
| 2019-08-17 | invalid_value: warn for types with custom valid range | Ralf Jung | -28/+84 |
| 2019-08-17 | warn about uninit bools and chars | Ralf Jung | -1/+30 |
| 2019-08-17 | Add tests | Oliver Scherer | -0/+19 |
| 2019-08-17 | Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank | Mazdak Farrokhzad | -6/+6 |
| 2019-08-17 | Rollup merge of #63505 - jgalenson:sysroot-hash, r=alexcrichton | Mazdak Farrokhzad | -1/+11 |
| 2019-08-17 | Move type parameter shadowing errors to resolve | Matthew Jasper | -45/+54 |
| 2019-08-17 | Remove gensyms from built-in derives | Matthew Jasper | -0/+121 |
| 2019-08-17 | Stop emulating cross-crate hygiene with gensyms | Matthew Jasper | -0/+22 |
| 2019-08-17 | Rollup merge of #63548 - eddyb:unicode-demangling, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2019-08-17 | Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obk | Mazdak Farrokhzad | -1/+25 |
| 2019-08-16 | Feature gate 'yield ?' pre-expansion. | Mazdak Farrokhzad | -1/+25 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -16/+1 |
| 2019-08-16 | Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov | Mazdak Farrokhzad | -0/+15 |
| 2019-08-16 | bless you nll | Eduard-Mihai Burtescu | -32/+32 |
| 2019-08-16 | rustc_mir: use the right type for associated const literals. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-08-16 | Bless tests with --compare-mode=nll | sd234678 | -7/+7 |
| 2019-08-16 | Update stderr files with --bless | sd234678 | -61/+61 |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -81/+0 |
| 2019-08-16 | Rollup merge of #63612 - estebank:macro-sugg-try-into, r=Centril | Mazdak Farrokhzad | -0/+14 |
| 2019-08-16 | Rollup merge of #63539 - Centril:2015.await, r=oli-obk | Mazdak Farrokhzad | -0/+88 |
| 2019-08-16 | Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper | Mazdak Farrokhzad | -71/+71 |