| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -0/+1 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -27/+51 |
| 2023-02-21 | Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obk | bors | -5/+126 |
| 2023-02-21 | Use `ThinVec` in a few more AST types. | Nicholas Nethercote | -7/+9 |
| 2023-02-21 | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | -1/+2 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -19/+40 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -1/+2 |
| 2023-02-20 | Move `NtWriteFile` miri shim to `foreign_items` | Chris Denton | -69/+68 |
| 2023-02-20 | fix Stacked Borrows interaction with dyn* | Ralf Jung | -2/+4 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -5/+124 |
| 2023-02-20 | Merge from rustc | Ralf Jung | -2/+2 |
| 2023-02-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -942/+1800 |
| 2023-02-18 | Rename checked_binop_checks_overflow. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Auto merge of #2784 - bryangarza:future-sizes-tests, r=RalfJung | bors | -0/+81 |
| 2023-02-18 | fmt | Ralf Jung | -2/+1 |
| 2023-02-18 | Merge from rustc | Ralf Jung | -64/+83 |
| 2023-02-18 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-18 | Rollup merge of #108197 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -0/+6 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+9 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -5/+3 |
| 2023-02-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-02-17 | Add tests for moving data across await point | Bryan Garza | -0/+81 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -4/+2 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -55/+60 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -57/+57 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -54/+59 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-02-16 | Move tests | Caio | -1/+1 |
| 2023-02-16 | Merge from rustc | Ralf Jung | -131/+173 |
| 2023-02-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+0 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -2/+2 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -111/+111 |
| 2023-02-15 | Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68 | Matthias Krüger | -16/+60 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -2/+2 |
| 2023-02-15 | Merge from rustc | Ralf Jung | -10298/+13546 |
| 2023-02-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -111/+111 |
| 2023-02-15 | make x look for x.py if shell script does not exist | Zephaniah Ong | -16/+60 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+9 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -11/+10 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -11/+10 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -9/+9 |