about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-10Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgrbors-702/+671
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-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-7/+4
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-51/+84
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-0/+40
2024-09-09Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnrJubilee-4/+21
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-1/+1
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-297/+737
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-09compiler: Inform the solver of concurrencyJubilee Young-4/+21
2024-09-09Auto merge of #130165 - matthiaskrgr:rollup-fsnmz3t, r=matthiaskrgrbors-565/+506
2024-09-09Rollup merge of #130137 - gurry:master, r=cjgillotMatthias Krüger-3/+11
2024-09-09Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errorsMatthias Krüger-3/+9
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-09Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68bors-1/+1
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-1/+4
2024-09-09union padding computation: add fast-path for ZSTRalf Jung-12/+28
2024-09-09Helper function for formatting with `LifetimeSuggestionPosition`Pavel Grigorenko-29/+15
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+40
2024-09-09do `PolyFnSig` -> `FnSig` conversion laterFolkert de Vries-5/+8
2024-09-09Rollup merge of #130092 - zslayton:master, r=jieyouxuJubilee-1/+1
2024-09-09Rollup merge of #130070 - gurry:rename-regionkind-addof-to-ref, r=compiler-er...Jubilee-5/+5
2024-09-09Rollup merge of #129876 - nnethercote:more-sysroot-rustc_codegen_gcc, r=Mark-...Jubilee-188/+8
2024-09-09Rollup merge of #128345 - sthibaul:hurd-amd64, r=UrgauJubilee-0/+27
2024-09-09Fix ICE caused by missing span in a region errorGurinder Singh-3/+11
2024-09-09Remove unnecessary lifetime from `StorageConflictVisitor`.Nicholas Nethercote-8/+8
2024-09-09Remove `Elaborator`.Nicholas Nethercote-36/+24
2024-09-09Remove `Gatherer`.Nicholas Nethercote-46/+29
2024-09-09Rename some lifetimes.Nicholas Nethercote-5/+5
2024-09-09Remove unnecessary lifetime from `OperandCollector`.Nicholas Nethercote-4/+4
2024-09-09Remove unnecessary lifetime in `PlaceCollector`.Nicholas Nethercote-4/+4
2024-09-09Remove unnecessary lifetimes in dataflow structs.Nicholas Nethercote-151/+141
2024-09-09Improve consistency in `LowerIntrinsics`.Nicholas Nethercote-62/+63
2024-09-09Use `LocalDecls` in a couple of places.Nicholas Nethercote-4/+2
2024-09-09Make `CallSite` non-`Copy`.Nicholas Nethercote-1/+1
2024-09-09Remove some unnecessary dereferences.Nicholas Nethercote-3/+3