| Age | Commit message (Expand) | Author | Lines |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -36/+68 |
| 2023-02-22 | Move some InferCtxt methods to EvalCtxt in new solver | Michael Goulet | -226/+228 |
| 2023-02-22 | Auto merge of #108325 - matthiaskrgr:rollup-73qihie, r=matthiaskrgr | bors | -206/+565 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -22/+24 |
| 2023-02-21 | Rollup merge of #108323 - tshepang:translatable-hir-analysis, r=compiler-errors | Matthias Krüger | -4/+13 |
| 2023-02-21 | Rollup merge of #108322 - cjgillot:clean-const-prop, r=oli-obk | Matthias Krüger | -132/+105 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -1/+7 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -1/+2 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -68/+438 |
| 2023-02-21 | address review | b-naber | -17/+31 |
| 2023-02-21 | Make query keys `Copy` | John Kåre Alsaker | -17/+18 |
| 2023-02-21 | hir-analysis: make one diagnostic translatable | Tshepang Mbambo | -4/+13 |
| 2023-02-21 | Auto merge of #108307 - jedisct1:z-link-flags, r=wesleywiser | bors | -8/+8 |
| 2023-02-21 | Auto merge of #108311 - oli-obk:invert_defines, r=lcnr | bors | -26/+37 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -26/+37 |
| 2023-02-21 | Linker: use -z <params> instead of -z<params> | Frank Denis | -8/+8 |
| 2023-02-21 | Fix overlapping spans in removing extra arguments | clubby789 | -13/+10 |
| 2023-02-21 | Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Ki | bors | -53/+19 |
| 2023-02-21 | Auto merge of #108301 - Dylan-DPC:rollup-70zpkt0, r=Dylan-DPC | bors | -83/+195 |
| 2023-02-21 | Rollup merge of #108289 - compiler-errors:name-placeholder, r=petrochenkov | Dylan DPC | -10/+17 |
| 2023-02-21 | Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=... | Dylan DPC | -57/+2 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -13/+158 |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -3/+18 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -12/+54 |
| 2023-02-21 | Use `source_span` query instead of passing the untracked vec around | Oli Scherer | -23/+14 |
| 2023-02-21 | Remove unused `Debug` impl | Oli Scherer | -1/+0 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -336/+403 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -1/+7 |
| 2023-02-21 | Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obk | bors | -71/+177 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -41/+22 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -431/+458 |
| 2023-02-21 | Use `ThinVec` in a few more AST types. | Nicholas Nethercote | -18/+19 |
| 2023-02-21 | Use `ThinVec` in `ast::ExprKind::Match`. | Nicholas Nethercote | -9/+9 |
| 2023-02-21 | Use `ThinVec` in `ast::PatKind::Struct`. | Nicholas Nethercote | -10/+10 |
| 2023-02-21 | Use `ThinVec` in `ast::AngleBracketedArgs`. | Nicholas Nethercote | -8/+9 |
| 2023-02-21 | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | -40/+50 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -187/+226 |
| 2023-02-21 | Use `ThinVec` in `ast::Impl` and related types. | Nicholas Nethercote | -8/+9 |
| 2023-02-21 | Use `ThinVec` in `ast::WhereClause`. | Nicholas Nethercote | -13/+29 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -45/+44 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -11/+11 |
| 2023-02-21 | Name placeholder in some region errors | Michael Goulet | -10/+17 |
| 2023-02-20 | remove flag | Boxy | -57/+2 |
| 2023-02-20 | remove cfg attributes | b-naber | -12/+6 |
| 2023-02-20 | Rollup merge of #108276 - lcnr:opaque-tys, r=oli-obk | Matthias Krüger | -26/+18 |
| 2023-02-20 | Rollup merge of #108257 - fee1-dead-contrib:fixme-1, r=tmiasko | Matthias Krüger | -5/+0 |
| 2023-02-20 | Rollup merge of #108255 - fee1-dead-contrib:fix-old-fixme, r=cjgillot | Matthias Krüger | -3/+0 |
| 2023-02-20 | Rollup merge of #108254 - Nathan-Fenner:nathanf/error-span-ref-trait-refine, ... | Matthias Krüger | -0/+13 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -22/+21 |
| 2023-02-20 | Remove unused lifetime | Rune Tynan | -1/+1 |