| Age | Commit message (Expand) | Author | Lines |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2023-02-25 | fix: fix issue in macro | Ezra Shaw | -1/+1 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+1 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -2/+2 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -10/+10 |
| 2023-02-23 | Auto merge of #108386 - matthiaskrgr:rollup-nojivk9, r=matthiaskrgr | bors | -6/+22 |
| 2023-02-23 | Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -6/+22 |
| 2023-02-23 | Auto merge of #108330 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 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 | 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 | 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 | :arrow_up: rust-analyzer | Laurențiu Nicola | -942/+1800 |
| 2023-02-18 | Rename checked_binop_checks_overflow. | Camille GILLOT | -2/+2 |
| 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 | 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 | 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 |