about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-02-25Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlinbors-0/+9
2024-02-25Auto merge of #120650 - clubby789:switchint-const, r=saethlinbors-5/+13
2024-02-24Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgrbors-163/+253
2024-02-24Rollup merge of #121556 - GrigorenkoPV:addr_of, r=NilstriebMatthias Krüger-9/+9
2024-02-24Rollup merge of #121515 - RalfJung:fallible-promotion, r=oli-obkMatthias Krüger-3/+26
2024-02-24Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasperMatthias Krüger-151/+218
2024-02-24Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgrbors-58/+78
2024-02-24Add `#[rustc_no_mir_inline]` for standard library UB checksNilstrieb-0/+9
2024-02-24Auto merge of #121523 - matthiaskrgr:comp_comp, r=Nilstriebbors-95/+62
2024-02-24compiler: use `addr_of!`Pavel Grigorenko-9/+9
2024-02-24Rollup merge of #121539 - Enselic:fix-large-move, r=NilstriebMatthias Krüger-1/+1
2024-02-24Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obkMatthias Krüger-41/+50
2024-02-24Rollup merge of #121520 - matthiaskrgr:cloned, r=jackh726Matthias Krüger-16/+19
2024-02-24Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errorsMatthias Krüger-0/+8
2024-02-24promotion: don't promote int::MIN / -1Ralf Jung-3/+26
2024-02-24compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large moveMartin Nordholts-1/+1
2024-02-24Tweak debug!() callGuillaume Boisseau-1/+1
2024-02-23compiler: clippy::complexity fixesMatthias Krüger-95/+62
2024-02-23interpret: do no ICE on OOB shuffle/insert/extract indicesRalf Jung-8/+12
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-33/+38
2024-02-23delay cloning of iterator itemsMatthias Krüger-16/+19
2024-02-23Rollup merge of #121495 - cuishuang:master, r=clubby789Matthias Krüger-2/+2
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/+14
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-3/+5
2024-02-23Don't ICE on anonymous struct in enum variantclubby789-1/+14
2024-02-23Auto merge of #121491 - matthiaskrgr:rollup-wkzqawy, r=matthiaskrgrbors-48/+77
2024-02-23Use `br` instead of conditional when branching on constantclubby789-5/+13
2024-02-23remove repetitive wordscui fliter-2/+2
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 #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/+4
2024-02-23Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnrMatthias Krüger-10/+9
2024-02-23Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errorsMatthias Krüger-23/+33
2024-02-23Rollup merge of #121471 - estebank:lint-clone, r=TaKO8KiMatthias Krüger-1/+18
2024-02-23Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnrMatthias Krüger-6/+7
2024-02-23Auto merge of #120730 - estebank:confusable-api, r=oli-obkbors-70/+332
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/+4
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-11/+14
2024-02-22fix CIlcnr-2/+2
2024-02-23Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-6/+7
2024-02-22woops, soundly generalizing is hardlcnr-23/+33
2024-02-22Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errorsbors-286/+305
2024-02-22Account for RPITIT in E0310 explicit lifetime constraint suggestionEsteban Küber-0/+8
2024-02-22Fix rebaseEsteban Küber-3/+3
2024-02-22review comment: remove unnused return valueEsteban Küber-10/+13