about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-76/+109
2024-03-06Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrumbors-2/+10
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-32/+159
2024-03-06Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obkbors-138/+315
2024-03-06Auto merge of #119455 - Mark-Simulacrum:relative-spans, r=cjgillotbors-6/+24
2024-03-06Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgrbors-133/+291
2024-03-06Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgrbors-220/+584
2024-03-05Auto merge of #121576 - Jarcho:visitor3, r=oli-obkbors-586/+496
2024-03-05Rollup merge of #122028 - oli-obk:drop_in_place_leftovers, r=compiler-errorsMatthias Krüger-2/+1
2024-03-05Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obkMatthias Krüger-28/+75
2024-03-05Rollup merge of #122016 - RalfJung:will_wake, r=dtolnayMatthias Krüger-0/+2
2024-03-05Rollup merge of #122014 - surechen:change_attributes_to_local_20240304, r=lcnrMatthias Krüger-13/+26
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-43/+84
2024-03-05Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ...Matthias Krüger-27/+57
2024-03-05Rollup merge of #121829 - nnethercote:dummy-tweaks-2, r=petrochenkovMatthias Krüger-16/+16
2024-03-05Rollup merge of #121744 - oli-obk:eager_opaque_checks2, r=lcnrMatthias Krüger-4/+13
2024-03-05Rollup merge of #121065 - CAD97:display-i18n, r=cuviperMatthias Krüger-0/+17
2024-03-05Add `Waitable` traitChris Denton-10/+43
2024-03-05Rollup merge of #121991 - oli-obk:merge_opaque_types_defined_by_queries, r=co...Matthias Krüger-53/+35
2024-03-05Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3Matthias Krüger-1/+16
2024-03-05Rollup merge of #121975 - davidtwco:issue-121757, r=petrochenkovMatthias Krüger-1/+76
2024-03-05Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkovMatthias Krüger-0/+124
2024-03-05Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkovMatthias Krüger-4/+62
2024-03-05Rollup merge of #121658 - jieyouxu:ice-outdated-nightly, r=oli-obkMatthias Krüger-5/+47
2024-03-05Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelixMatthias Krüger-108/+131
2024-03-05Rollup merge of #121202 - Urgau:check-cfg-limit-diagnostics, r=pnkfelixMatthias Krüger-48/+93
2024-03-05Auto merge of #121905 - Nilstrieb:add-empty-targets, r=davidtwcobors-0/+234
2024-03-05Convert `ProofTreeVisitor` to use `VisitorResult`Jason Newcomb-31/+28
2024-03-05Convert `SpannedTypeVisitor` to use `VisitorResult`Jason Newcomb-28/+24
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-448/+345
2024-03-05Move visitor utils to `rustc_ast_ir`Jason Newcomb-79/+99
2024-03-05Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de...Oli Scherer-53/+35
2024-03-05Remove some dead codeOli Scherer-2/+1
2024-03-05Add a `description` field to target definitionsNilstrieb-0/+234
2024-03-05Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviperbors-21/+131
2024-03-05only set noalias on Box with the global allocatorRalf Jung-28/+75
2024-03-05Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkanbors-8/+27
2024-03-05Change some attributes to only_local.surechen-13/+26
2024-03-05Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviperbors-1/+1
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-108/+131
2024-03-05Update test names to not have dots许杰友 Jieyou Xu (Joe)-1/+1
2024-03-05will_wake tests fail on Miri and that is expectedRalf Jung-0/+2
2024-03-05Assert that test names cannot contain dots许杰友 Jieyou Xu (Joe)-0/+6
2024-03-05Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgrbors-284/+435
2024-03-05Limit the number of names and values in check-cfg diagnosticsUrgau-48/+93
2024-03-05Stop using Bubble in coherence and instead emulate it with an intercrate checkOli Scherer-4/+13
2024-03-05Rollup merge of #121997 - RalfJung:cast-float-ty, r=compiler-errorsMatthias Krüger-23/+35
2024-03-05Rollup merge of #121993 - Zoxc:query-stack-panic-queries, r=compiler-errorsMatthias Krüger-2/+7
2024-03-05Rollup merge of #121987 - Nadrieril:abort-on-arity-mismatch, r=compiler-errorsMatthias Krüger-7/+15
2024-03-05Rollup merge of #121913 - Zoxc:query-fix, r=compiler-errorsMatthias Krüger-3/+2