| Age | Commit message (Expand) | Author | Lines |
| 2022-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-02 | jsondoclint: Check `links` field | Nixon Enraght-Moony | -0/+59 |
| 2022-12-02 | Auto merge of #2710 - RalfJung:ptr-tracking-ice, r=oli-obk | bors | -27/+13 |
| 2022-12-02 | Auto merge of #2711 - RalfJung:btrack, r=RalfJung | bors | -84/+62 |
| 2022-12-02 | fix ICE in pointer tracking | Ralf Jung | -27/+13 |
| 2022-12-02 | rename some more types for consistency | Ralf Jung | -26/+26 |
| 2022-12-02 | slight simplifications for borrow tracking | Ralf Jung | -58/+36 |
| 2022-12-02 | Auto merge of #2708 - RalfJung:verbose-setup, r=RalfJung | bors | -3/+6 |
| 2022-12-02 | forward verbosity to cargo setup | Ralf Jung | -3/+6 |
| 2022-12-02 | fix imports | Vanille-N | -5/+9 |
| 2022-12-02 | other renames, introduction of BorrowTrackerMethod and AllocExtra | Vanille-N | -76/+56 |
| 2022-12-02 | SbTag -> BorTag everywhere | Vanille-N | -62/+62 |
| 2022-12-02 | move stacked_borrows to borrow_tracker/stacked_borrows | Vanille-N | -291/+116 |
| 2022-12-02 | extract common borrow tracking logic | Vanille-N | -0/+365 |
| 2022-12-02 | Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot | bors | -49/+58 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -5/+7 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -6/+8 |
| 2022-12-01 | Create a hacky fail-fast mode that stops tests at the first failure | Oli Scherer | -0/+1 |
| 2022-12-01 | Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup | Philipp Krones | -1914/+4245 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -11/+11 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -32/+41 |
| 2022-12-01 | Bump ui_test crate | Oli Scherer | -9/+9 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -6/+6 |
| 2022-12-01 | Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJung | bors | -327/+412 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -2/+2 |
| 2022-11-29 | Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser | Matthias Krüger | -1/+17 |
| 2022-11-29 | update cpufeatures, swap difference to dissimilar | klensy | -1/+2 |
| 2022-11-29 | Auto merge of #105012 - WaffleLapkin:into, r=oli-obk | bors | -0/+2 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -3/+2 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -0/+1 |
| 2022-11-28 | Permit deps (scarry) | Maybe Waffle | -0/+2 |
| 2022-11-28 | Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-28 | Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkov | Matthias Krüger | -15/+22 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -13/+13 |
| 2022-11-28 | decreasw yield count a bit and explain reasoning a bit more | Ralf Jung | -1/+5 |
| 2022-11-28 | Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obk | bors | -47/+14 |
| 2022-11-28 | fix clippy tests | Esteban Küber | -13/+13 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+1 |
| 2022-11-28 | add many-seeds capabilities to CI | Ralf Jung | -3/+16 |
| 2022-11-28 | make ./miri run a bit more silent; add option to control seeds tested by many... | Ralf Jung | -9/+16 |
| 2022-11-28 | move interpreter loop into thread manager; they are pretty tightly coupled an... | Ralf Jung | -78/+76 |
| 2022-11-28 | fix TLS on partially supported OSes | Ralf Jung | -3/+9 |
| 2022-11-28 | add scoped thread test | Ralf Jung | -0/+24 |
| 2022-11-28 | yield the main thread a number of times after its TLS dtors are done | Ralf Jung | -14/+37 |
| 2022-11-28 | cleanup global imports a bit | Ralf Jung | -5/+12 |
| 2022-11-28 | refactor scheduling of TLS dtors | Ralf Jung | -265/+268 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -7/+5 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -9/+18 |
| 2022-11-28 | Auto merge of #104915 - weihanglo:update-cargo, r=ehuss | bors | -0/+2 |
| 2022-11-27 | Rollup merge of #104989 - RalfJung:miri, r=RalfJung | Matthias Krüger | -500/+893 |