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