| Age | Commit message (Expand) | Author | Lines |
| 2019-08-16 | add git keyword to submodule option | Justin Restivo | -2/+2 |
| 2019-08-16 | Auto merge of #63596 - lzutao:update-miri, r=RalfJung | bors | -9/+7 |
| 2019-08-16 | Auto merge of #63627 - Centril:rollup-v8i7x5i, r=Centril | bors | -896/+1041 |
| 2019-08-16 | Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-08-16 | Rollup merge of #63612 - estebank:macro-sugg-try-into, r=Centril | Mazdak Farrokhzad | -0/+18 |
| 2019-08-16 | Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexreg | Mazdak Farrokhzad | -6/+2 |
| 2019-08-16 | Rollup merge of #63539 - Centril:2015.await, r=oli-obk | Mazdak Farrokhzad | -101/+256 |
| 2019-08-16 | Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper | Mazdak Farrokhzad | -728/+636 |
| 2019-08-16 | Rollup merge of #63173 - malbarbo:musl-libunwind, r=alexcrichton | Mazdak Farrokhzad | -60/+16 |
| 2019-08-16 | Rollup merge of #62593 - kper:cleanup_abi, r=Centril | Mazdak Farrokhzad | -0/+112 |
| 2019-08-15 | Fix typo in DoubleEndedIterator::nth_back doc | Jens Hausdorf | -1/+1 |
| 2019-08-15 | Do not suggest `try_into` for base types inside of macro expansions | Esteban Küber | -0/+18 |
| 2019-08-15 | resolve: `ParentScope::default` -> `ParentScope::module` | Vadim Petrochenkov | -8/+10 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -168/+168 |
| 2019-08-15 | hygiene: Merge a tiny bit of the "share expansion definition data" PR | Vadim Petrochenkov | -2/+3 |
| 2019-08-15 | syntax_pos: Remove the duplicate global edition | Vadim Petrochenkov | -36/+6 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -67/+67 |
| 2019-08-15 | resolve: Add some comments to the main modules | Vadim Petrochenkov | -3/+26 |
| 2019-08-15 | resolve: Privatize `BuildReducedGraphVisitor` | Vadim Petrochenkov | -18/+23 |
| 2019-08-15 | resolve: Make `ParentScope` `Copy` | Vadim Petrochenkov | -33/+32 |
| 2019-08-15 | resolve: Eliminate `InvocationData` | Vadim Petrochenkov | -91/+53 |
| 2019-08-15 | resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope` | Vadim Petrochenkov | -30/+31 |
| 2019-08-15 | resolve: Do not "normalize away" trait/enum modules prematurely | Vadim Petrochenkov | -4/+6 |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -95/+90 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -155/+98 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -77/+77 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -53/+53 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -20/+25 |
| 2019-08-15 | Duplicate `test-macros.rs` to fix test #62593 | Kevin Per | -0/+112 |
| 2019-08-15 | submodules: Update miri | Lzu Tao | -9/+7 |
| 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 | Auto merge of #63592 - Centril:rollup-7c6dg3e, r=Centril | bors | -223/+501 |
| 2019-08-15 | Rollup merge of #63586 - petrochenkov:nospanned, r=eddyb | Mazdak Farrokhzad | -172/+156 |
| 2019-08-15 | Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obk | Mazdak Farrokhzad | -0/+34 |
| 2019-08-15 | Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichton | Mazdak Farrokhzad | -0/+31 |
| 2019-08-15 | Rollup merge of #63572 - matklad:no-phase-fatal, r=estebank | Mazdak Farrokhzad | -7/+3 |
| 2019-08-15 | Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJung | Mazdak Farrokhzad | -14/+18 |
| 2019-08-15 | Rollup merge of #63467 - terhechte:support-ios-catalyst-macabi-target-triple,... | Mazdak Farrokhzad | -3/+31 |
| 2019-08-15 | Rollup merge of #63306 - RalfJung:retag, r=varkor | Mazdak Farrokhzad | -24/+36 |
| 2019-08-15 | Rollup merge of #63165 - xen0n:mips64-musl-targets, r=alexcrichton | Mazdak Farrokhzad | -0/+52 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -3/+140 |
| 2019-08-15 | Use libunwind from llvm-project submodule for musl targets | Marco A L Barbosa | -60/+16 |
| 2019-08-15 | ignore tests on wasm32-bare | Ralf Jung | -0/+1 |
| 2019-08-15 | test Retag in drop shim | Ralf Jung | -11/+26 |
| 2019-08-15 | don't add Retag statements for compound types | Ralf Jung | -13/+9 |
| 2019-08-15 | Fixing broken tests #62401 | Kevin Per | -0/+136 |
| 2019-08-15 | Grouping ABI tests (2) #62401 | Kevin Per | -0/+82 |
| 2019-08-15 | Grouping ABI test #62401 | Kevin Per | -0/+1695 |