about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-19/+27
2024-09-12Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxubors-10/+34
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-4/+129
2024-09-11Rollup merge of #130244 - samueltardieu:qmark-expansion-span-fix, r=jieyouxuJubilee-1/+1
2024-09-11Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errorsJubilee-1/+8
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-75/+66
2024-09-11Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e...Jubilee-1/+5
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-19/+27
2024-09-11Use the same span for attributes and Try expansion of ?Samuel Tardieu-1/+1
2024-09-11Auto merge of #130237 - matthiaskrgr:rollup-qmgr8i7, r=matthiaskrgrbors-55/+100
2024-09-11miri: fix overflow detection for unsigned pointer offsetRalf Jung-1/+8
2024-09-11Rollup merge of #130221 - vetleras:pub_search_path_new, r=chenyukangMatthias Krüger-1/+1
2024-09-11Rollup merge of #130219 - ogoffart:missing-docs-test, r=UrgauMatthias Krüger-4/+5
2024-09-11Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errorsMatthias Krüger-5/+9
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-1/+31
2024-09-11Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errorsMatthias Krüger-44/+54
2024-09-11Auto merge of #130197 - RalfJung:interp-perf, r=saethlinbors-0/+5
2024-09-11Revert warning empty patterns as unreachableNadrieril-1/+5
2024-09-11Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieubors-16/+77
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart-4/+3
2024-09-11Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat...Olivier Goffart-2/+2
2024-09-11Make SearchPath::new publicVetle Rasmussen-1/+1
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart-0/+2
2024-09-11Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errorsbors-9/+9
2024-09-11Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-deadbors-159/+49
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-68/+68
2024-09-10Report the `note` when specified in `diagnostic::on_unimplemented`FedericoBruzzone-5/+9
2024-09-10interpret: mark some hot functions inline(always)Ralf Jung-0/+5
2024-09-10Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgrbors-702/+671
2024-09-10Add -Z small-data-thresholdPaul Menage-4/+129
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-10generalize: track relevant info in cache keylcnr-9/+9
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-16/+77
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-09Fix the examples in cg_clifScott McMurray-8/+8
2024-09-09Ban non-array SIMDScott McMurray-60/+60
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