| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | Rollup merge of #109650 - Nilstrieb:i-will-not-review-your-code, r=albertlars... | Matthias Krüger | -1/+0 |
| 2023-03-27 | Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obk | Matthias Krüger | -20/+26 |
| 2023-03-27 | Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnr | Matthias Krüger | -6/+0 |
| 2023-03-27 | Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm.rs, r=M... | Matthias Krüger | -101/+101 |
| 2023-03-27 | Rollup merge of #108625 - jyn514:config-toml-cleanups, r=albertlarsan68 | Matthias Krüger | -81/+94 |
| 2023-03-27 | Add test for span of implicit format args captures. | Mara Bos | -0/+73 |
| 2023-03-27 | Bless mir-opt tests. | Mara Bos | -22/+22 |
| 2023-03-27 | Bless UI tests. | Mara Bos | -15/+15 |
| 2023-03-27 | Use span of placeholders in format_args!() expansion. | Mara Bos | -23/+43 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -127/+162 |
| 2023-03-27 | Some tracing/instrument cleanups | Oli Scherer | -27/+5 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -27/+310 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -352/+315 |
| 2023-03-27 | More config.toml.example cleanups | Joshua Nelson | -81/+94 |
| 2023-03-27 | Fix LVI test post LLVM 16 update | Raoul Strackx | -7/+7 |
| 2023-03-27 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -7/+10 |
| 2023-03-27 | backport 1.68.1 and 1.68.2 release notes to master | Pietro Albini | -0/+23 |
| 2023-03-27 | Auto merge of #109652 - matthiaskrgr:rollup-pbw3hi3, r=matthiaskrgr | bors | -181/+235 |
| 2023-03-27 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -131/+112 |
| 2023-03-27 | Rollup merge of #109635 - Nilstrieb:debrrruginfo, r=compiler=errors | Matthias Krüger | -5/+4 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -5/+64 |
| 2023-03-27 | Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler... | Matthias Krüger | -2/+34 |
| 2023-03-27 | Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb | Matthias Krüger | -10/+4 |
| 2023-03-27 | Rollup merge of #102742 - bjorn3:cleanup_rust_start_panic, r=ChrisDenton | Matthias Krüger | -15/+10 |
| 2023-03-27 | Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -12/+6 |
| 2023-03-27 | Remove Nilstrieb from review rotation | nils | -1/+0 |
| 2023-03-27 | Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillot | bors | -293/+326 |
| 2023-03-26 | check for missing codegen backeng config | Lenko Donchev | -1/+43 |
| 2023-03-26 | Auto merge of #109643 - nikic:fix-mingw, r=pietroalbini | bors | -1/+1 |
| 2023-03-26 | Limit to one job on mingw builders | Nikita Popov | -1/+1 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -131/+112 |
| 2023-03-26 | Auto merge of #109357 - saethlin:inline-as-deref, r=thomcc | bors | -0/+4 |
| 2023-03-26 | debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of | Nilstrieb | -5/+4 |
| 2023-03-26 | Add missing needs-asm-support annotation to ui/simple_global_asm.rs | bjorn3 | -0/+1 |
| 2023-03-26 | Remove unnecessary raw pointer in __rust_start_panic arg | bjorn3 | -15/+10 |
| 2023-03-26 | Add GUI test for "Directly go to item in search if there is only one result" ... | Guillaume Gomez | -0/+63 |
| 2023-03-26 | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | -5/+1 |
| 2023-03-26 | Allow passing the --nocapture flag to compiletest | Alex Huang | -4/+13 |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -97/+252 |
| 2023-03-26 | tolerate region vars in implied bounds | Ali MJ Al-Nasrawy | -1/+28 |
| 2023-03-26 | exhaustive match on implied bounds regions | Ali MJ Al-Nasrawy | -15/+8 |
| 2023-03-26 | add test | Ali MJ Al-Nasrawy | -0/+58 |
| 2023-03-26 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -144/+26 |
| 2023-03-26 | Rollup merge of #109621 - scottmcm:update-variantidx, r=compiler-errors | Matthias Krüger | -78/+80 |
| 2023-03-26 | Rollup merge of #109620 - eievui5:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-26 | Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa... | Matthias Krüger | -3/+111 |
| 2023-03-26 | Rollup merge of #109595 - GuillaumeGomez:improve-gui-test-auto-hide-trait, r=... | Matthias Krüger | -13/+47 |