| Age | Commit message (Expand) | Author | Lines |
| 2023-03-23 | Add AixLinker to support linking on AIX | Kai Luo | -0/+173 |
| 2023-03-23 | Nested impl traits trigger opaque_hidden_inferred_bound too much | Michael Goulet | -3/+18 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -91/+99 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -4/+14 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -51/+55 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -36/+141 |
| 2023-03-23 | Use span_look_ahead instead of next_point | Mu42 | -6/+3 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -199/+159 |
| 2023-03-23 | make param bound vars visibly bound vars | Boxy | -1/+5 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -101/+163 |
| 2023-03-22 | Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-03-22 | Rollup merge of #109447 - lcnr:coherence, r=compiler-errors | Matthias Krüger | -58/+131 |
| 2023-03-22 | Rollup merge of #109423 - fmease:iat-selection-erase-regions-in-self-ty, r=co... | Matthias Krüger | -31/+51 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -24/+12 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -187/+158 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -60/+31 |
| 2023-03-22 | Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=Nilstrieb | Matthias Krüger | -65/+141 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -21/+13 |
| 2023-03-22 | Use -m option instead of looking for a cross-compiling version of dlltool | Daniel Paoliello | -14/+25 |
| 2023-03-22 | make link clickable | Lukas Markeffsky | -1/+1 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -23/+55 |
| 2023-03-22 | Rollup merge of #109494 - spastorino:new-rpitit-18, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2023-03-22 | Rollup merge of #109489 - est31:generalize_captures, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2023-03-22 | Rollup merge of #109477 - lcnr:cleanup, r=cjgillot | Matthias Krüger | -12/+7 |
| 2023-03-22 | Rollup merge of #109457 - Veykril:ribstack, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -9/+11 |
| 2023-03-23 | Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors | Dylan DPC | -1/+4 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -16/+43 |
| 2023-03-23 | Rollup merge of #109317 - ehuss:discriminant-link-fix, r=Nilstrieb | Dylan DPC | -5/+4 |
| 2023-03-23 | Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomez | Dylan DPC | -8/+10 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -263/+16 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+47 |
| 2023-03-22 | Implement non-const Destruct trait in new solver | Michael Goulet | -0/+28 |
| 2023-03-22 | Clean up substs building | Michael Goulet | -53/+50 |
| 2023-03-22 | Subst gat normalize pred correctly | Michael Goulet | -1/+1 |
| 2023-03-22 | print sccs_info strings correctly | b-naber | -5/+6 |
| 2023-03-22 | Do not feed param_env for RPITITs impl side | Santiago Pastorino | -5/+3 |
| 2023-03-22 | eager nll type relating | b-naber | -170/+104 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -24/+49 |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -98/+40 |
| 2023-03-22 | More general captures | est31 | -3/+3 |
| 2023-03-22 | Remove comment about re-using Rib allocations | Lukas Wirth | -1/+0 |
| 2023-03-22 | review | lcnr | -2/+1 |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -98/+90 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -187/+158 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -11/+7 |
| 2023-03-22 | Fixes #109436: add parentheses properly | Mu42 | -7/+28 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -339/+223 |
| 2023-03-22 | Auto merge of #109087 - cjgillot:sparse-bb-clear, r=davidtwco | bors | -22/+61 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -15/+36 |