about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-30rustc_allow_const_fn_unstable is not used in proc_macroRalf Jung-1/+0
2024-11-30get rid of a bunch of unnecessary rustc_const_unstableRalf Jung-14/+1
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-32/+0
2024-11-30Auto merge of #133654 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-29Update cargoWeihang Lo-0/+0
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-924/+675
2024-11-29Cargo patchBoxy-2/+9
2024-11-29Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearthbors-652/+1965
2024-11-29Auto merge of #133634 - matthiaskrgr:rollup-v7m4j2k, r=matthiaskrgrbors-212/+281
2024-11-29Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxuMatthias Krüger-4/+3
2024-11-29Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errorsMatthias Krüger-177/+136
2024-11-29Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxuMatthias Krüger-0/+16
2024-11-29Rollup merge of #133575 - slanterns:typo, r=compiler-errorsMatthias Krüger-1/+1
2024-11-29Rollup merge of #133565 - longxiangqiao:master, r=ehussMatthias Krüger-1/+1
2024-11-29Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdocMatthias Krüger-28/+53
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-1/+71
2024-11-29Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgrbors-317/+535
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-18/+21
2024-11-29Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errorsMatthias Krüger-12/+75
2024-11-29Rollup merge of #133530 - timvisee:master, r=jhprattMatthias Krüger-52/+52
2024-11-29Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errorsMatthias Krüger-173/+355
2024-11-29Rollup merge of #133492 - MarcoIeni:bootstrap-path-check, r=onur-ozkanMatthias Krüger-5/+5
2024-11-29Rollup merge of #133466 - aksh1618:patch-1, r=thomccMatthias Krüger-3/+3
2024-11-29Rollup merge of #132782 - onur-ozkan:cleanup, r=jieyouxuMatthias Krüger-54/+24
2024-11-29Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrumbors-833/+102
2024-11-29Remove last vestiges of `HybridBitSet`.Nicholas Nethercote-6/+6
2024-11-29Remove `HybridBitSet`.Nicholas Nethercote-693/+3
2024-11-29Stop using `HybridBitSet` in `SparseBitMatrix`.Nicholas Nethercote-13/+18
2024-11-29Stop using `HybridBitSet` in clippy.Nicholas Nethercote-10/+10
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-34/+2
2024-11-29Speed up `ChunkedBitIter`Nicholas Nethercote-55/+40
2024-11-29Tiny `ChunkedBitSet` improvements.Nicholas Nethercote-19/+16
2024-11-29Clarify `ChunkSize` invariants.Nicholas Nethercote-4/+8
2024-11-29Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxubors-251/+285
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-251/+285
2024-11-29Auto merge of #133409 - RalfJung:target-consistency, r=lcnrbors-975/+1139
2024-11-29bless the tests and add a new oneOrion Gonzalez-9/+51
2024-11-29Improve the diagnostic of fn item in variadic fnOrion Gonzalez-3/+24
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-177/+136
2024-11-28Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlinbors-52/+127
2024-11-28fix a comment with uneven number of backticks in rustc_mir_buildMaybe Lapkin-1/+1
2024-11-28ignore `/build` instead of `build/` in gitignoreMaybe Lapkin-2/+1
2024-11-28add instructions for generating `flake.lock` to `envrc-flake`Maybe Lapkin-1/+1
2024-11-29Update `-Zshow-span` help message.Nicholas Nethercote-1/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-17/+20
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-1107/+491
2024-11-28Share inline(never) generics across cratesMark Rousskov-52/+127
2024-11-28Update Cargo.lockPhilipp Krones-5/+7
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-647/+1958