| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-16 | Rollup merge of #62593 - kper:cleanup_abi, r=Centril | Mazdak Farrokhzad | -0/+112 |
| 2019-08-15 | Remove `__rust_unstable_column` | Vadim Petrochenkov | -15/+0 |
| 2019-08-15 | Hygienize use of built-in macros in the standard library | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Do not suggest `try_into` for base types inside of macro expansions | Esteban Küber | -0/+14 |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -71/+71 |
| 2019-08-15 | Duplicate `test-macros.rs` to fix test #62593 | Kevin Per | -0/+112 |
| 2019-08-15 | Remove `run-pass` directory #62593 | Kevin Per | -1913/+0 |
| 2019-08-15 | Move `test-macros.rs` back to `ui` to fix tests #62593 | Kevin Per | -0/+0 |
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -0/+0 |
| 2019-08-15 | Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obk | Mazdak Farrokhzad | -0/+26 |
| 2019-08-15 | Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichton | Mazdak Farrokhzad | -0/+31 |
| 2019-08-15 | ignore tests on wasm32-bare | Ralf Jung | -0/+1 |
| 2019-08-15 | test Retag in drop shim | Ralf Jung | -11/+26 |