| Age | Commit message (Expand) | Author | Lines |
| 2023-02-23 | Update cargo | Weihang Lo | -0/+0 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -14/+14 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -14/+14 |
| 2023-02-22 | clippy: update clippy to use new `TyCtxt::def_descr` | Michael Howell | -2/+2 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -5/+12 |
| 2023-02-22 | Add check to ensure there are no duplicates in rustdoc JSON output format in ... | Guillaume Gomez | -6/+22 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -5/+12 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+3 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -0/+1 |
| 2023-02-21 | Rollup merge of #108313 - chenyukang:yukang/fix-only-modified, r=oli-obk | Matthias Krüger | -1/+2 |
| 2023-02-21 | replace lazy_static with once_cell | klensy | -44/+37 |
| 2023-02-21 | Fix compiletest crash when test file path does not exist | yukang | -1/+2 |
| 2023-02-21 | compiletest: bump miow crate | klensy | -1/+1 |
| 2023-02-21 | Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele... | Oli Scherer | -0/+3 |
| 2023-02-21 | silence clippy | Ralf Jung | -0/+1 |
| 2023-02-21 | Merge from rustc | Ralf Jung | -947/+1926 |
| 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 | 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 |