| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | Fix typo in DoubleEndedIterator::nth_back doc | Jens Hausdorf | -1/+1 |
| 2019-08-15 | Remove `__rust_unstable_column` | Vadim Petrochenkov | -30/+2 |
| 2019-08-15 | Hygienize use of built-in macros in the standard library | Vadim Petrochenkov | -24/+24 |
| 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 | add sparc64-unknown-openbsd target | Sébastien Marie | -3/+33 |
| 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 | -2/+139 |
| 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 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -92/+72 |
| 2019-08-15 | Remove uses of `mem::uninitialized()` from cloudabi | Lzu Tao | -14/+18 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -52/+54 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -29/+31 |
| 2019-08-15 | Use is_const() | Yuki Okushi | -2/+2 |
| 2019-08-15 | libcore: more cleanups using associated_type_bounds | Mazdak Farrokhzad | -6/+2 |
| 2019-08-15 | Adjust regression test | Yuki Okushi | -0/+2 |
| 2019-08-15 | Use a match guard to avoid code repetition | Yuki Okushi | -8/+5 |