| Age | Commit message (Expand) | Author | Lines |
| 2024-03-29 | Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e... | bors | -0/+45 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -38/+86 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -4/+12 |
| 2024-03-28 | Auto merge of #123171 - matthiaskrgr:rollup-7id2r8o, r=matthiaskrgr | bors | -57/+36 |
| 2024-03-28 | Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddle | Matthias Krüger | -0/+8 |
| 2024-03-28 | Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789 | Matthias Krüger | -57/+20 |
| 2024-03-28 | Rollup merge of #123096 - compiler-errors:postfix-match-parens, r=fmease | Matthias Krüger | -0/+8 |
| 2024-03-28 | Restore the test checks for `wider_reduce_into_iter` | DianQK | -3/+3 |
| 2024-03-28 | Add regression test for #123158 | Guillaume Gomez | -0/+8 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -164/+594 |
| 2024-03-28 | remove test FIXME re once-module-region | Ali MJ Al-Nasrawy | -8/+6 |
| 2024-03-28 | fixup except equal params from | Ali MJ Al-Nasrawy | -1/+3 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -180/+27 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -0/+40 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -5/+178 |
| 2024-03-28 | check RPITs for invalid args | Ali MJ Al-Nasrawy | -36/+133 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -41/+6 |
| 2024-03-28 | except equal parameters from the uniqueness check | Ali MJ Al-Nasrawy | -4/+149 |
| 2024-03-28 | Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister | bors | -322/+322 |
| 2024-03-28 | Auto merge of #121833 - kornelski:parent_include, r=estebank | bors | -3/+65 |
| 2024-03-27 | CFI: Fix methods as function pointer cast | Ramon de C Valle | -0/+45 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #123130 - oli-obk:missing_type_taint, r=compiler-errors | Matthias Krüger | -13/+75 |
| 2024-03-27 | Rollup merge of #123101 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -177/+225 |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -0/+49 |
| 2024-03-27 | Use compiletest directives for ignoring targets | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-03-27 | Convert wasmtime check into a compiletest needs directive | 许杰友 Jieyou Xu (Joe) | -9/+1 |
| 2024-03-27 | Use compiletest directives for properly only running wasm32-wasip1 tests on t... | 许杰友 Jieyou Xu (Joe) | -44/+15 |
| 2024-03-27 | CFI: Fix drop and drop_in_place | Ramon de C Valle | -0/+49 |
| 2024-03-27 | Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstrieb | bors | -105/+98 |
| 2024-03-27 | Suggest correct path in include_bytes! | Kornel | -3/+65 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-27 | Stop sorting `DefId`s in the compiler | Oli Scherer | -2/+2 |
| 2024-03-27 | Sort a diagnostic by `DefPathStr` instead of `DefId` | Oli Scherer | -14/+14 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -49/+49 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -2/+2 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -255/+255 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -38/+86 |
| 2024-03-27 | Delegation: fix ICE on wrong instantiation | Bryanskiy | -177/+225 |
| 2024-03-27 | Load missing type of impl associated constant from trait definition | Oli Scherer | -13/+75 |
| 2024-03-27 | Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomez | bors | -15/+31 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -12/+28 |
| 2024-03-27 | Rollup merge of #122860 - Zalathar:unused, r=cjgillot | Guillaume Gomez | -3/+3 |
| 2024-03-27 | Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehuss | bors | -10/+88 |
| 2024-03-27 | Auto merge of #122958 - jieyouxu:port-backtrace-dylib-dep, r=workingjubilee | bors | -0/+150 |
| 2024-03-26 | Auto merge of #123108 - matthiaskrgr:rollup-zossklv, r=matthiaskrgr | bors | -9/+205 |
| 2024-03-26 | Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+37 |
| 2024-03-26 | Rollup merge of #122589 - wutchzone:121547, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -7/+133 |