| Age | Commit message (Expand) | Author | Lines |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -6/+7 |
| 2023-02-22 | errors: fix translation's run-make test | David Wood | -7/+11 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -644/+636 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -186/+186 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -0/+25 |
| 2023-02-21 | Auto merge of #108311 - oli-obk:invert_defines, r=lcnr | bors | -0/+14 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -0/+14 |
| 2023-02-21 | Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Ki | bors | -21/+202 |
| 2023-02-21 | Auto merge of #108301 - Dylan-DPC:rollup-70zpkt0, r=Dylan-DPC | bors | -233/+223 |
| 2023-02-21 | Rollup merge of #108290 - compiler-errors:rpitit-trait-default-constraint, r=... | Dylan DPC | -0/+28 |
| 2023-02-21 | Rollup merge of #108289 - compiler-errors:name-placeholder, r=petrochenkov | Dylan DPC | -0/+5 |
| 2023-02-21 | Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=... | Dylan DPC | -177/+176 |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -56/+14 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -111/+111 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -186/+186 |
| 2023-02-21 | Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obk | bors | -9/+17 |
| 2023-02-21 | Add a test for default trait method with RPITITs | Michael Goulet | -0/+28 |
| 2023-02-21 | Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov | bors | -22/+21 |
| 2023-02-21 | Fix a test. | Nicholas Nethercote | -3/+3 |
| 2023-02-21 | Use `ThinVec` in a few more AST types. | Nicholas Nethercote | -44/+44 |
| 2023-02-21 | Use `ThinVec` in `ast::PatKind::Struct`. | Nicholas Nethercote | -51/+51 |
| 2023-02-21 | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | -40/+40 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -80/+80 |
| 2023-02-21 | Use `ThinVec` in `ast::WhereClause`. | Nicholas Nethercote | -63/+63 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -52/+52 |
| 2023-02-21 | Name placeholder in some region errors | Michael Goulet | -0/+5 |
| 2023-02-20 | remove flag | Boxy | -177/+176 |
| 2023-02-20 | Rollup merge of #108254 - Nathan-Fenner:nathanf/error-span-ref-trait-refine, ... | Matthias Krüger | -16/+54 |
| 2023-02-20 | Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not... | Matthias Krüger | -0/+45 |
| 2023-02-20 | Add test for reexported hidden macro | Guillaume Gomez | -0/+22 |
| 2023-02-20 | Add regression test for #108231 | Guillaume Gomez | -0/+23 |
| 2023-02-20 | Auto merge of #108268 - matthiaskrgr:rollup-4tdvnx6, r=matthiaskrgr | bors | -7/+23 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -0/+1 |
| 2023-02-20 | Make `configure_and_expand` "infalllible" by just aborting the compilation if... | Oli Scherer | -22/+20 |
| 2023-02-20 | slightly beef up dyn-star-to-dyn test | Ralf Jung | -3/+11 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -6/+6 |
| 2023-02-20 | Rollup merge of #108265 - lcnr:cg-error-msg, r=BoxyUwU | Matthias Krüger | -6/+3 |
| 2023-02-20 | Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=... | Matthias Krüger | -1/+20 |
| 2023-02-20 | Auto merge of #107721 - megakorre:issue_105700, r=petrochenkov | bors | -0/+19 |
| 2023-02-20 | `const` generic -> const parameter in err msg | lcnr | -6/+3 |
| 2023-02-20 | Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnr | bors | -0/+134 |
| 2023-02-20 | create dummy placeholder crate to prevent compiler | Patrik Kårlin | -0/+19 |
| 2023-02-19 | Only include stable lints in `rustdoc::all` group | Noah Lev | -19/+40 |
| 2023-02-19 | Refine error span for trait error into borrowed expression | Nathan Fenner | -16/+54 |
| 2023-02-20 | Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726 | bors | -0/+504 |
| 2023-02-19 | Collect fulfillment errors across impls | León Orell Valerian Liehr | -0/+40 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -24/+36 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -14/+176 |
| 2023-02-19 | Add a test and several known bugs | León Orell Valerian Liehr | -0/+127 |
| 2023-02-19 | Fix substitution bug | León Orell Valerian Liehr | -2/+53 |