about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-15Fix typo in DoubleEndedIterator::nth_back docJens Hausdorf-1/+1
2019-08-15Remove `__rust_unstable_column`Vadim Petrochenkov-30/+2
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-24/+24
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-15add sparc64-unknown-openbsd targetSébastien Marie-3/+33
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-2/+139
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
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-92/+72
2019-08-15Remove uses of `mem::uninitialized()` from cloudabiLzu Tao-14/+18
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-52/+54
2019-08-15Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string`Vadim Petrochenkov-29/+31
2019-08-15Use is_const()Yuki Okushi-2/+2
2019-08-15libcore: more cleanups using associated_type_boundsMazdak Farrokhzad-6/+2
2019-08-15Adjust regression testYuki Okushi-0/+2
2019-08-15Use a match guard to avoid code repetitionYuki Okushi-8/+5