about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-30Rollup merge of #126981 - Zalathar:enums, r=NadrierilMatthias Krüger-52/+150
2024-06-30Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama...Matthias Krüger-3/+0
2024-06-30Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnrMatthias Krüger-125/+11
2024-06-30Auto merge of #127156 - matthiaskrgr:rollup-jjfd464, r=matthiaskrgrbors-25/+24
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-46/+55
2024-06-30Replace a magic boolean with enum `ScheduleDrops`Zalathar-18/+56
2024-06-30Replace a magic boolean with enum `EmitStorageLive`Zalathar-19/+32
2024-06-30Replace a magic boolean with enum `DeclareLetBindings`Zalathar-17/+64
2024-06-30Rollup merge of #127134 - tgross35:typeid-debug, r=NilstriebMatthias Krüger-1/+12
2024-06-30Rollup merge of #127131 - Kobzol:remove-unused-deps, r=compiler-errorsMatthias Krüger-8/+0
2024-06-30Rollup merge of #127023 - Kobzol:ci-rfl-rename, r=Mark-SimulacrumMatthias Krüger-5/+5
2024-06-30Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-SimulacrumMatthias Krüger-6/+2
2024-06-30Rollup merge of #126876 - WaffleLapkin:unignoreconfigtoml, r=Mark-SimulacrumMatthias Krüger-0/+3
2024-06-30Rollup merge of #126705 - safinaskar:panic, r=Mark-SimulacrumMatthias Krüger-5/+2
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-272/+632
2024-06-30Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxubors-0/+142
2024-06-29Print `TypeId` as a `u128` for `Debug`Trevor Gross-1/+12
2024-06-29Rollup merge of #127122 - TDecking:div_ceil, r=NilstriebMatthias Krüger-1/+1
2024-06-29Rollup merge of #127118 - surechen:fix_126789, r=jieyouxuMatthias Krüger-3/+35
2024-06-29Rollup merge of #127114 - linyihai:issue-126863, r=NadrierilMatthias Krüger-33/+50
2024-06-29Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errorsMatthias Krüger-11/+127
2024-06-29Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics...Matthias Krüger-14/+34
2024-06-29Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkanMatthias Krüger-2/+32
2024-06-29Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkanMatthias Krüger-25/+212
2024-06-29Rollup merge of #126960 - Kobzol:tidy-venv-message, r=tgross35Matthias Krüger-4/+3
2024-06-29Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errorsMatthias Krüger-179/+138
2024-06-29Remove unused compiler dependenciesJakub Beránek-8/+0
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-1567/+2225
2024-06-29Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzolbors-78/+165
2024-06-29Avoid suggesting to add unsafe when the extern block is already unsafeSantiago Pastorino-13/+13
2024-06-29Autolabel `rustc-perf-wrapper` changes with t-bootstrap labelJakub Beránek-0/+1
2024-06-29Review changesJakub Beránek-3/+3
2024-06-29Auto merge of #127121 - GuillaumeGomez:rollup-xjjjckn, r=GuillaumeGomezbors-124/+203
2024-06-29Remove uneccessary condition in `div_ceil`Tobias Decking-1/+1
2024-06-29Updated docs on `#[panic_handler]` in `library/core/src/lib.rs`Askar Safin-5/+2
2024-06-29Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, r=K...Guillaume Gomez-9/+18
2024-06-29Rollup merge of #127112 - ChrisDenton:lldb, r=KobzolGuillaume Gomez-12/+14
2024-06-29Rollup merge of #127073 - Sky9x:unnecessary-seqcst, r=NilstriebGuillaume Gomez-1/+1
2024-06-29Rollup merge of #127072 - Sky9x:docs-includes-vs-does-include, r=scottmcmGuillaume Gomez-4/+4
2024-06-29Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, r=K...Guillaume Gomez-24/+24
2024-06-29Rollup merge of #126995 - Oneirical:test-friends-forever, r=KobzolGuillaume Gomez-31/+75
2024-06-29Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=KobzolGuillaume Gomez-43/+67
2024-06-29fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointerLin Yihai-33/+50
2024-06-29Rename Rust for Linux CI job to make its name clearerJakub Beránek-5/+5
2024-06-29Auto merge of #127119 - RalfJung:miri-sync, r=RalfJungbors-417/+906
2024-06-29Show `used attribute`'s kind for user when find it isn't applied to a `static...surechen-3/+35
2024-06-29Move crash test.Camille GILLOT-1/+2
2024-06-29Move entry point to a method.Camille GILLOT-37/+42
2024-06-29Avoid cloning state when possible.Camille GILLOT-6/+8
2024-06-29Stop ICEing on impossible predicates.Camille GILLOT-2/+3