about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-10Improve terminology in `elaborate_drops.rs`.Nicholas Nethercote-16/+16
2024-12-10Rename `EntrySets` as `EntryStates`.Nicholas Nethercote-21/+22
2024-12-10Call all `Domain` values `state`.Nicholas Nethercote-105/+105
2024-12-10Refer to a couple of domains indirectly.Nicholas Nethercote-3/+2
2024-12-10Remove lifetimes from `BorrowckDomain`.Nicholas Nethercote-41/+42
2024-12-10Remove unused dataflow trait impls and bounds.Nicholas Nethercote-64/+3
2024-12-10Fix an out-of-date comment.Nicholas Nethercote-1/+1
2024-12-09Auto merge of #134064 - jieyouxu:revert-131669, r=ChrisDentonbors-490/+208
2024-12-09Add regression test for #134060许杰友 Jieyou Xu (Joe)-0/+27
2024-12-09Revert #131669 due to ICEs许杰友 Jieyou Xu (Joe)-490/+181
2024-12-09Auto merge of #133891 - nnethercote:MixedBitSet, r=Mark-Simulacrumbors-169/+347
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-1542/+2107
2024-12-09Rollup merge of #134050 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-1164/+1755
2024-12-09Rollup merge of #134046 - lqd:new-solver-hangs, r=compiler-errorsMatthias Krüger-24/+24
2024-12-09Rollup merge of #134045 - ehuss:triagebot-path-fixes, r=compiler-errorsMatthias Krüger-10/+2
2024-12-09Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlinMatthias Krüger-7/+7
2024-12-09Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-SimulacrumMatthias Krüger-0/+7
2024-12-09Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-337/+311
2024-12-08Auto merge of #134039 - matthiaskrgr:rollup-ix8kdg1, r=matthiaskrgrbors-301/+739
2024-12-08update lockfileRalf Jung-1/+0
2024-12-09Remove `ChunkedBitSet` impls that are no longer needed.Nicholas Nethercote-24/+2
2024-12-09Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.Nicholas Nethercote-6/+6
2024-12-09Use `BitSet` in `SparseBitMatrix`.Nicholas Nethercote-13/+13
2024-12-08Fix some triagebot mentions pathsEric Huss-10/+2
2024-12-08bless test expectationsRémy Rakic-11/+11
2024-12-08mark previously hanging tests as good to goRémy Rakic-8/+1
2024-12-08improve `--compare-mode` error handlingRémy Rakic-5/+12
2024-12-08Auto merge of #133134 - Walnut356:synth_prov, r=Mark-Simulacrumbors-1/+22
2024-12-08Use ensure for analysis callsbjorn3-2/+2
2024-12-08Rollup merge of #134038 - ognevny:update-psm, r=ChrisDentonMatthias Krüger-2/+2
2024-12-08Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=NadrierilMatthias Krüger-63/+176
2024-12-08Rollup merge of #134020 - scottmcm:fix-a-fixme, r=jieyouxuMatthias Krüger-91/+75
2024-12-08Rollup merge of #134013 - BLANKatGITHUB:intrinsic, r=saethlinMatthias Krüger-28/+38
2024-12-08Rollup merge of #133993 - LuanOldCode:fix-e0571-typo, r=compiler-errorsMatthias Krüger-1/+1
2024-12-08Rollup merge of #133733 - jyn514:compiletest-diffs, r=jieyouxuMatthias Krüger-35/+119
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-81/+328
2024-12-08deps: Update psmMaksim Bondarenkov-2/+2
2024-12-08crash tests: use individual mir opts instead of mir-opt-level where easily po...Matthias Krüger-7/+7
2024-12-08Adds new intrinsic declarationaaishwarymishra@gmail.com-28/+38
2024-12-08Auto merge of #134033 - matthiaskrgr:rollup-69fswyh, r=matthiaskrgrbors-280/+912
2024-12-08Rollup merge of #133992 - compiler-errors:walk-fully, r=jieyouxuMatthias Krüger-5/+95
2024-12-08Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubileeMatthias Krüger-1/+1
2024-12-08Rollup merge of #133976 - rohit141914:master, r=workingjubileeMatthias Krüger-4/+4
2024-12-08Rollup merge of #133861 - shamb0:refactor_InterpCx_allocate_str, r=RalfJungMatthias Krüger-13/+32
2024-12-08Rollup merge of #133767 - estebank:multiple-dep-version-tests, r=NadrierilMatthias Krüger-76/+281
2024-12-08Rollup merge of #133104 - matthiaskrgr:crashtest_debugass_131451.rs, r=saethlinMatthias Krüger-0/+9
2024-12-08Rollup merge of #131669 - niacdoial:linting-ptrdyn-ffi, r=workingjubileeMatthias Krüger-181/+490
2024-12-08crashes: add test for #131451Matthias Krüger-0/+9
2024-12-08Auto merge of #133522 - estebank:dont-suggest-unstable-trait, r=compiler-errorsbors-374/+486