| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Avoid expanding to unstable internal method | Jacob Pratt | -8/+32 |
| 2024-03-28 | Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-03-28 | Rollup merge of #123096 - compiler-errors:postfix-match-parens, r=fmease | Matthias Krüger | -1/+3 |
| 2024-03-28 | Rollup merge of #123063 - tmiasko:reachability-abi, r=michaelwoerister | Matthias Krüger | -12/+1 |
| 2024-03-28 | Auto merge of #115220 - Zoxc:revive-gcx-ptr, r=oli-obk | bors | -16/+88 |
| 2024-03-28 | Auto merge of #123166 - bjorn3:sync_cg_clif-2024-03-28, r=bjorn3 | bors | -292/+841 |
| 2024-03-28 | Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202... | bjorn3 | -292/+841 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -181/+285 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -2/+0 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -70/+25 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+10 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -87/+72 |
| 2024-03-28 | convert all named regions in opaque types to nll vars | Ali MJ Al-Nasrawy | -0/+16 |
| 2024-03-28 | favor placeholders over existentials when choosing SCC representatives | Ali MJ Al-Nasrawy | -12/+20 |
| 2024-03-28 | check RPITs for invalid args | Ali MJ Al-Nasrawy | -11/+1 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -0/+8 |
| 2024-03-28 | except equal parameters from the uniqueness check | Ali MJ Al-Nasrawy | -1/+97 |
| 2024-03-28 | Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister | bors | -201/+119 |
| 2024-03-28 | Auto merge of #121833 - kornelski:parent_include, r=estebank | bors | -46/+164 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -5/+5 |
| 2024-03-27 | Rollup merge of #123130 - oli-obk:missing_type_taint, r=compiler-errors | Matthias Krüger | -53/+57 |
| 2024-03-27 | Rollup merge of #123101 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -0/+11 |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -2/+30 |
| 2024-03-27 | CFI: Fix drop and drop_in_place | Ramon de C Valle | -2/+30 |
| 2024-03-27 | Suggest correct path in include_bytes! | Kornel | -32/+142 |
| 2024-03-27 | Helper function for resolve_path | Kornel | -14/+22 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -5/+5 |
| 2024-03-27 | Int constants must be valtrees in pattern lowering | Oli Scherer | -5/+1 |
| 2024-03-27 | Remove TypeVariableOriginKind::OpaqueInference | Michael Goulet | -2/+1 |
| 2024-03-27 | Stop doing expensive work in opt_suggest_box_span eagerly | Michael Goulet | -191/+217 |
| 2024-03-27 | Ensure no one re-adds `Partial/Ord` impls for `DefId` | Oli Scherer | -0/+6 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -19/+1 |
| 2024-03-27 | Stop sorting `DefId`s in the compiler | Oli Scherer | -1/+1 |
| 2024-03-27 | Sort somem diagnostics by `DefPathStr` instead of `DefId` | Oli Scherer | -2/+2 |
| 2024-03-27 | Sort a diagnostic by `DefPathStr` instead of `DefId` | Oli Scherer | -26/+4 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -2/+5 |
| 2024-03-27 | Don't sort `DefId`s in suggestions | Oli Scherer | -3/+8 |
| 2024-03-27 | Do not sort `DefId`s in diagnostics | Oli Scherer | -11/+9 |
| 2024-03-27 | Remove `Partial/Ord` from `EarlyParamRegion` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `AdtDef` | Oli Scherer | -16/+1 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -18/+18 |
| 2024-03-27 | Remove `Ord` from `BoundTy` | Oli Scherer | -9/+9 |
| 2024-03-27 | Remove `Ord` from `Binder` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Ord` from `Ty`, `Const`, and `Region` | Oli Scherer | -86/+51 |
| 2024-03-27 | Sort diagnostics by rendered trait ref instead of its def ids | Oli Scherer | -1/+1 |
| 2024-03-27 | Use FxIndexMap instead of BTreeMap to avoid sorting `DefId`s | Oli Scherer | -2/+2 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -2/+2 |
| 2024-03-27 | Remove unnecessary `Partial/Ord` derive | Oli Scherer | -1/+1 |
| 2024-03-27 | Delegation: fix ICE on wrong instantiation | Bryanskiy | -0/+11 |
| 2024-03-27 | Inline `primary_body_of` into its sole call site | Oli Scherer | -23/+5 |