about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-16add git keyword to submodule optionJustin Restivo-2/+2
2019-08-16Auto merge of #63596 - lzutao:update-miri, r=RalfJungbors-9/+7
2019-08-16Auto merge of #63627 - Centril:rollup-v8i7x5i, r=Centrilbors-896/+1041
2019-08-16Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-08-16Rollup merge of #63612 - estebank:macro-sugg-try-into, r=CentrilMazdak Farrokhzad-0/+18
2019-08-16Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexregMazdak Farrokhzad-6/+2
2019-08-16Rollup merge of #63539 - Centril:2015.await, r=oli-obkMazdak Farrokhzad-101/+256
2019-08-16Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasperMazdak Farrokhzad-728/+636
2019-08-16Rollup merge of #63173 - malbarbo:musl-libunwind, r=alexcrichtonMazdak Farrokhzad-60/+16
2019-08-16Rollup merge of #62593 - kper:cleanup_abi, r=CentrilMazdak Farrokhzad-0/+112
2019-08-15Fix typo in DoubleEndedIterator::nth_back docJens Hausdorf-1/+1
2019-08-15Do not suggest `try_into` for base types inside of macro expansionsEsteban Küber-0/+18
2019-08-15resolve: `ParentScope::default` -> `ParentScope::module`Vadim Petrochenkov-8/+10
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-168/+168
2019-08-15hygiene: Merge a tiny bit of the "share expansion definition data" PRVadim Petrochenkov-2/+3
2019-08-15syntax_pos: Remove the duplicate global editionVadim Petrochenkov-36/+6
2019-08-15hygiene: Merge `ExpnInfo` and `InternalExpnData`Vadim Petrochenkov-67/+67
2019-08-15resolve: Add some comments to the main modulesVadim Petrochenkov-3/+26
2019-08-15resolve: Privatize `BuildReducedGraphVisitor`Vadim Petrochenkov-18/+23
2019-08-15resolve: Make `ParentScope` `Copy`Vadim Petrochenkov-33/+32
2019-08-15resolve: Eliminate `InvocationData`Vadim Petrochenkov-91/+53
2019-08-15resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`Vadim Petrochenkov-30/+31
2019-08-15resolve: Do not "normalize away" trait/enum modules prematurelyVadim Petrochenkov-4/+6
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-95/+90
2019-08-15hygiene: 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-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-53/+53
2019-08-15syntax_pos: Introduce a helper for checking whether a span comes from expansionVadim Petrochenkov-20/+25
2019-08-15Duplicate `test-macros.rs` to fix test #62593Kevin Per-0/+112
2019-08-15submodules: Update miriLzu Tao-9/+7
2019-08-15Remove `run-pass` directory #62593Kevin Per-1913/+0
2019-08-15Move `test-macros.rs` back to `ui` to fix tests #62593Kevin Per-0/+0
2019-08-15Group all ui tests and move to abi #62593Kevin Per-0/+0
2019-08-15Auto merge of #63592 - Centril:rollup-7c6dg3e, r=Centrilbors-223/+501
2019-08-15Rollup merge of #63586 - petrochenkov:nospanned, r=eddybMazdak Farrokhzad-172/+156
2019-08-15Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obkMazdak Farrokhzad-0/+34
2019-08-15Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichtonMazdak Farrokhzad-0/+31
2019-08-15Rollup merge of #63572 - matklad:no-phase-fatal, r=estebankMazdak Farrokhzad-7/+3
2019-08-15Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJungMazdak Farrokhzad-14/+18
2019-08-15Rollup merge of #63467 - terhechte:support-ios-catalyst-macabi-target-triple,...Mazdak Farrokhzad-3/+31
2019-08-15Rollup merge of #63306 - RalfJung:retag, r=varkorMazdak Farrokhzad-24/+36
2019-08-15Rollup merge of #63165 - xen0n:mips64-musl-targets, r=alexcrichtonMazdak Farrokhzad-0/+52
2019-08-15Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichtonMazdak Farrokhzad-3/+140
2019-08-15Use libunwind from llvm-project submodule for musl targetsMarco A L Barbosa-60/+16
2019-08-15ignore tests on wasm32-bareRalf Jung-0/+1
2019-08-15test Retag in drop shimRalf Jung-11/+26
2019-08-15don't add Retag statements for compound typesRalf Jung-13/+9
2019-08-15Fixing broken tests #62401Kevin Per-0/+136
2019-08-15Grouping ABI tests (2) #62401Kevin Per-0/+82
2019-08-15Grouping ABI test #62401Kevin Per-0/+1695