about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-02Preparing for merge from rustcRalf Jung-1/+1
2022-12-02jsondoclint: Check `links` fieldNixon Enraght-Moony-0/+59
2022-12-02Auto merge of #2710 - RalfJung:ptr-tracking-ice, r=oli-obkbors-27/+13
2022-12-02Auto merge of #2711 - RalfJung:btrack, r=RalfJungbors-84/+62
2022-12-02fix ICE in pointer trackingRalf Jung-27/+13
2022-12-02rename some more types for consistencyRalf Jung-26/+26
2022-12-02slight simplifications for borrow trackingRalf Jung-58/+36
2022-12-02Auto merge of #2708 - RalfJung:verbose-setup, r=RalfJungbors-3/+6
2022-12-02forward verbosity to cargo setupRalf Jung-3/+6
2022-12-02fix importsVanille-N-5/+9
2022-12-02other renames, introduction of BorrowTrackerMethod and AllocExtraVanille-N-76/+56
2022-12-02SbTag -> BorTag everywhereVanille-N-62/+62
2022-12-02move stacked_borrows to borrow_tracker/stacked_borrowsVanille-N-291/+116
2022-12-02extract common borrow tracking logicVanille-N-0/+365
2022-12-02Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillotbors-49/+58
2022-12-02Remove `token::Lit` from `ast::MetaItemLit`.Nicholas Nethercote-5/+7
2022-12-02Add `StrStyle` to `ast::LitKind::ByteStr`.Nicholas Nethercote-6/+8
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+1
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-1914/+4245
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-11/+11
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-32/+41
2022-12-01Bump ui_test crateOli Scherer-9/+9
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-6/+6
2022-12-01Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJungbors-327/+412
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-2/+2
2022-11-29Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiserMatthias Krüger-1/+17
2022-11-29update cpufeatures, swap difference to dissimilarklensy-1/+2
2022-11-29Auto merge of #105012 - WaffleLapkin:into, r=oli-obkbors-0/+2
2022-11-28FnCtxt normalization stuffMichael Goulet-3/+2
2022-11-28partially_normalize_... -> At::normalizeMichael Goulet-0/+1
2022-11-28Permit deps (scarry)Maybe Waffle-0/+2
2022-11-28Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obkMatthias Krüger-1/+1
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-15/+22
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-13/+13
2022-11-28decreasw yield count a bit and explain reasoning a bit moreRalf Jung-1/+5
2022-11-28Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obkbors-47/+14
2022-11-28fix clippy testsEsteban Küber-13/+13
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-0/+1
2022-11-28add many-seeds capabilities to CIRalf Jung-3/+16
2022-11-28make ./miri run a bit more silent; add option to control seeds tested by many...Ralf Jung-9/+16
2022-11-28move interpreter loop into thread manager; they are pretty tightly coupled an...Ralf Jung-78/+76
2022-11-28fix TLS on partially supported OSesRalf Jung-3/+9
2022-11-28add scoped thread testRalf Jung-0/+24
2022-11-28yield the main thread a number of times after its TLS dtors are doneRalf Jung-14/+37
2022-11-28cleanup global imports a bitRalf Jung-5/+12
2022-11-28refactor scheduling of TLS dtorsRalf Jung-265/+268
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-7/+5
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-9/+18
2022-11-28Auto merge of #104915 - weihanglo:update-cargo, r=ehussbors-0/+2
2022-11-27Rollup merge of #104989 - RalfJung:miri, r=RalfJungMatthias Krüger-500/+893