about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-18Add TestsVeera-0/+82
2024-09-10Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgrbors-745/+740
2024-09-10Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errorsMatthias Krüger-41/+11
2024-09-10Rollup merge of #130184 - Zalathar:counters, r=compiler-errorsMatthias Krüger-132/+102
2024-09-10Rollup merge of #130175 - nnethercote:rustc_mir_transform-cleanups-3, r=saethlinMatthias Krüger-570/+569
2024-09-10Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddleMatthias Krüger-0/+52
2024-09-10Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errorsMatthias Krüger-2/+6
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-7/+41
2024-09-10abi/compatibility test: remove tests inside repr(C) wrappersRalf Jung-41/+11
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-169/+953
2024-09-10coverage: Avoid referring to "operands" in counter creationZalathar-8/+8
2024-09-10coverage: Avoid referring to out-edges as "branches"Zalathar-97/+80
2024-09-10coverage: Avoid referring to "coverage spans" in counter creationZalathar-28/+15
2024-09-10Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubileebors-100/+265
2024-09-09Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnayJubilee-16/+16
2024-09-09Rollup merge of #130162 - onur-ozkan:bump-ci-llvm-stamp, r=KobzolJubilee-1/+1
2024-09-09Rollup merge of #130152 - krasimirgg:nsan, r=nikicJubilee-0/+1
2024-09-09Rollup merge of #130149 - GrigorenkoPV:lifetime-suggestion, r=cjgillotJubilee-29/+15
2024-09-09Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=AmanieuJubilee-6/+60
2024-09-09Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=NoratriebJubilee-4/+11
2024-09-09Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnrJubilee-4/+72
2024-09-09Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiaskoJubilee-17/+7
2024-09-09Rollup merge of #129529 - lqd:stable-new-solver, r=KobzolJubilee-4/+53
2024-09-09Rollup merge of #129473 - Urgau:fix-llvm-if-unchanged, r=onur-ozkanJubilee-3/+13
2024-09-09Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnayJubilee-16/+16
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-310/+1246
2024-09-09Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomezbors-197/+215
2024-09-10Make `check_live_drops` into a `MirLint`.Nicholas Nethercote-3/+19
2024-09-10Remove references from some structs.Nicholas Nethercote-64/+56
2024-09-10Use `IndexVec::from_raw` to construct a const `IndexVec`.Nicholas Nethercote-3/+2
2024-09-10Add a useful comment about `PromoteTemps`.Nicholas Nethercote-0/+1
2024-09-10Add a useful comment.Nicholas Nethercote-0/+2
2024-09-10Clarify a comment.Nicholas Nethercote-1/+1
2024-09-10Inline and remove some functions.Nicholas Nethercote-395/+344
2024-09-10Improve comment formatting.Nicholas Nethercote-111/+151
2024-09-09rustdoc: add two regression testsLeón Orell Valerian Liehr-0/+52
2024-09-09compiler: Inform the solver of concurrencyJubilee Young-4/+72
2024-09-09Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgrbors-598/+662
2024-09-09Rollup merge of #130158 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-09-09Rollup merge of #130154 - okaneco:stabilize_char_min, r=cuviperMatthias Krüger-4/+1
2024-09-09Rollup merge of #130153 - onur-ozkan:verbose-to-verbose-tests, r=KobzolMatthias Krüger-1/+13
2024-09-09Rollup merge of #130137 - gurry:master, r=cjgillotMatthias Krüger-3/+70
2024-09-09Rollup merge of #130131 - Zalathar:up-to-date, r=KobzolMatthias Krüger-2/+21
2024-09-09Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDentonMatthias Krüger-18/+0
2024-09-09Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errorsMatthias Krüger-11/+71
2024-09-09Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obkMatthias Krüger-248/+209
2024-09-09Rollup merge of #129929 - nnethercote:rustc_mir_transform-cleanups-2, r=cjgillotMatthias Krüger-311/+277
2024-09-09move const fn with a null check into const_ptr_is_null gateRalf Jung-3/+3
2024-09-09move some const fn out of the const_ptr_as_ref featureRalf Jung-13/+13
2024-09-09bump download-ci-llvm-stamponur-ozkan-1/+1