| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Avoid expanding to unstable internal method | Jacob Pratt | -8/+69 |
| 2024-03-28 | Auto merge of #123178 - Nilstrieb:🥷-build, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-03-28 | Update ninja on Windows | Nilstrieb | -1/+1 |
| 2024-03-28 | Auto merge of #123171 - matthiaskrgr:rollup-7id2r8o, r=matthiaskrgr | bors | -88/+76 |
| 2024-03-28 | Rollup merge of #123164 - Marcondiro:unicode15-1, r=Manishearth | Matthias Krüger | -12/+14 |
| 2024-03-28 | Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddle | Matthias Krüger | -1/+20 |
| 2024-03-28 | Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-03-28 | Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789 | Matthias Krüger | -60/+30 |
| 2024-03-28 | Rollup merge of #123096 - compiler-errors:postfix-match-parens, r=fmease | Matthias Krüger | -1/+11 |
| 2024-03-28 | Rollup merge of #123063 - tmiasko:reachability-abi, r=michaelwoerister | Matthias Krüger | -12/+1 |
| 2024-03-28 | Auto merge of #123167 - DianQK:test-simd-wide-sum, r=scottmcm | bors | -3/+3 |
| 2024-03-28 | Auto merge of #115220 - Zoxc:revive-gcx-ptr, r=oli-obk | bors | -16/+88 |
| 2024-03-28 | Restore the test checks for `wider_reduce_into_iter` | DianQK | -3/+3 |
| 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 | Fix rustc test suite | bjorn3 | -0/+13 |
| 2024-03-28 | Rustup to rustc 1.79.0-nightly (c9f8f3438 2024-03-27) | bjorn3 | -1/+1 |
| 2024-03-28 | Bump Unicode printables to version 15.1, align to unicode_data | Marcondiro | -12/+14 |
| 2024-03-28 | Add regression test for #123158 | Guillaume Gomez | -0/+8 |
| 2024-03-28 | Correctly get complete intra-doc link data | Guillaume Gomez | -1/+12 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -345/+879 |
| 2024-03-28 | remove `def_id_to_node_id` in ast lowering | bohan | -2/+0 |
| 2024-03-28 | Auto merge of #122898 - jieyouxu:tidy-no-new-makefiles, r=albertlarsan68 | bors | -0/+429 |
| 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 | -250/+52 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+50 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -92/+250 |
| 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 | -47/+134 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -41/+14 |
| 2024-03-28 | except equal parameters from the uniqueness check | Ali MJ Al-Nasrawy | -5/+246 |
| 2024-03-28 | Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister | bors | -533/+451 |
| 2024-03-28 | Auto merge of #121833 - kornelski:parent_include, r=estebank | bors | -49/+229 |
| 2024-03-28 | Auto merge of #123147 - matthiaskrgr:rollup-2t5ot36, r=matthiaskrgr | bors | -271/+478 |
| 2024-03-27 | Rollup merge of #123142 - Nilstrieb:nils-knows-whats-happening, r=compiler-er... | Matthias Krüger | -0/+3 |
| 2024-03-27 | Rollup merge of #123139 - scottmcm:simpler-nonzero-get, r=jhpratt | Matthias Krüger | -12/+14 |
| 2024-03-27 | Rollup merge of #123136 - Vagelis-Prokopiou:fix/docs, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -9/+9 |
| 2024-03-27 | Rollup merge of #123130 - oli-obk:missing_type_taint, r=compiler-errors | Matthias Krüger | -66/+132 |
| 2024-03-27 | Rollup merge of #123101 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -177/+236 |
| 2024-03-27 | Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler... | Matthias Krüger | -2/+79 |
| 2024-03-27 | Rollup merge of #121943 - joshlf:patch-11, r=scottmcm | Matthias Krüger | -3/+3 |
| 2024-03-27 | Auto merge of #122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlars... | bors | -2/+6 |
| 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/+7 |
| 2024-03-27 | Use compiletest directives for properly only running wasm32-wasip1 tests on t... | 许杰友 Jieyou Xu (Joe) | -44/+15 |
| 2024-03-27 | Accept only-wasm32-wasip1 directives | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-03-27 | Add FIXME to remind removing the check once all tests are ported over | 许杰友 Jieyou Xu (Joe) | -0/+1 |