| Age | Commit message (Expand) | Author | Lines |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -3/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -0/+4 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -3/+8 |
| 2023-01-30 | review comments | Esteban Küber | -36/+43 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -124/+67 |
| 2023-01-30 | Rollup merge of #107455 - tshepang:better-name, r=wesleywiser | Matthias Krüger | -3/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -7/+3 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -1/+4 |
| 2023-01-30 | Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC | bors | -0/+9 |
| 2023-01-30 | Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot | Dylan DPC | -0/+9 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -9/+0 |
| 2023-01-30 | use a more descriptive name | Tshepang Mbambo | -3/+6 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -9/+0 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+889 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -4/+3 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+16 |
| 2023-01-28 | Make unsizing_params_for_adt into a query | Michael Goulet | -0/+9 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -45/+43 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -48/+32 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -2/+2 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -4/+3 |
| 2023-01-28 | Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obk | Matthias Krüger | -13/+0 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -48/+32 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -12/+2 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -3/+5 |
| 2023-01-27 | address review | b-naber | -10/+10 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -2/+83 |
| 2023-01-27 | Remove unused import | nils | -1/+0 |
| 2023-01-27 | Remove `BOOL_TY_FOR_UNIT_TESTING` | Nilstrieb | -12/+0 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+8 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -4/+13 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -53/+132 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -13/+51 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -0/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -13/+6 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -3/+6 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -12/+2 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -0/+7 |
| 2023-01-26 | Make make_identity take CanonicalVarInfos | Michael Goulet | -27/+25 |
| 2023-01-26 | Intern CanonicalVarValues | Michael Goulet | -31/+31 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -1/+2 |
| 2023-01-26 | Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot | Matthias Krüger | -178/+190 |
| 2023-01-26 | output tree representation for thir-tree | b-naber | -3/+885 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -644/+14 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -644/+14 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -113/+122 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -113/+122 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -4/+11 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -0/+24 |
| 2023-01-25 | Use `can_eq` to compare types for default assoc type error | Nilstrieb | -11/+8 |