about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-96/+125
2024-02-24Use slice.chain(option) for SuccessorsGary Guo-31/+28
2024-02-24Add asm label support to THIRGary Guo-2/+15
2024-02-24Add asm label support to AST and HIRGary Guo-20/+142
2024-02-23Auto merge of #119536 - Jules-Bertholet:const-barrier, r=dtolnaybors-1/+3
2024-02-23Auto merge of #121303 - GrigorenkoPV:static_mut_refs, r=oli-obk,RalfJungbors-42/+31
2024-02-23Auto merge of #121514 - matthiaskrgr:rollup-5f0vhv7, r=matthiaskrgrbors-1003/+1504
2024-02-23Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obkMatthias Krüger-676/+1191
2024-02-23Rollup merge of #121498 - flba-eb:make_timespec_capping_public, r=NilstriebMatthias Krüger-2/+2
2024-02-23Rollup merge of #121495 - cuishuang:master, r=clubby789Matthias Krüger-10/+10
2024-02-23Rollup merge of #121492 - Zalathar:hole, r=fmeaseMatthias Krüger-65/+62
2024-02-23Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmeaseMatthias Krüger-1/+41
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-249/+198
2024-02-23Get rid of some `#[allow(static_mut_refs)]`Pavel Grigorenko-42/+31
2024-02-23lint-overflowing-ops: unify cases and remove redundancyRalf Jung-676/+1191
2024-02-23Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnaybors-142/+128
2024-02-23Don't ICE on anonymous struct in enum variantclubby789-1/+41
2024-02-23Auto merge of #121491 - matthiaskrgr:rollup-wkzqawy, r=matthiaskrgrbors-133/+377
2024-02-23Make timespec capping public to crate::sysFlorian Bartels-2/+2
2024-02-23remove repetitive wordscui fliter-10/+10
2024-02-23Auto merge of #121442 - lcnr:region-var-universe-uwu, r=compiler-errorsbors-96/+130
2024-02-23coverage: Rename `is_closure` to `is_hole`Zalathar-60/+59
2024-02-23coverage: Remove some lingering references to `pending_dups`Zalathar-6/+4
2024-02-23Rollup merge of #121487 - nnethercote:fix-121450, r=oli-obkMatthias Krüger-5/+23
2024-02-23Rollup merge of #121484 - Zalathar:this, r=oli-obkMatthias Krüger-7/+6
2024-02-23Rollup merge of #121482 - nnethercote:fix-121455, r=oli-obkMatthias Krüger-1/+19
2024-02-23Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnrMatthias Krüger-10/+94
2024-02-23Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errorsMatthias Krüger-23/+33
2024-02-23Rollup merge of #121476 - onur-ozkan:update-compiler-profile, r=compiler-errorsMatthias Krüger-3/+3
2024-02-23Rollup merge of #121471 - estebank:lint-clone, r=TaKO8KiMatthias Krüger-78/+80
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-6/+119
2024-02-23Auto merge of #121448 - klensy:bump-22-02-24, r=clubby789bors-45/+21
2024-02-23Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercotebors-1185/+1169
2024-02-23Explicitly call `emit_stashed_diagnostics`.Nicholas Nethercote-5/+23
2024-02-23Auto merge of #121341 - GrigorenkoPV:bootstrap-rustup-cargo, r=onur-ozkanbors-30/+33
2024-02-23Auto merge of #120730 - estebank:confusable-api, r=oli-obkbors-196/+833
2024-02-23coverage: Use variable name `this` in `CoverageGraph::from_mir`Zalathar-7/+6
2024-02-23Remove an unnecessary `if let`.Nicholas Nethercote-6/+2
2024-02-23Allow for a missing `adt_def` in `NamePrivacyVisitor`.Nicholas Nethercote-1/+19
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-11/+99
2024-02-22fix CIlcnr-2/+2
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-6/+119
2024-02-22woops, soundly generalizing is hardlcnr-23/+33
2024-02-22Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errorsbors-455/+409
2024-02-22set `llvm.assertions` to false in compiler profileonur-ozkan-3/+3
2024-02-22Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgrbors-485/+690
2024-02-22Fix rebaseEsteban Küber-7/+10
2024-02-22review comment: remove unnused return valueEsteban Küber-10/+13
2024-02-22fix testEsteban Küber-1/+1
2024-02-22Deduplicate some logic and reword outputEsteban Küber-68/+52