about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-122/+111
2024-09-14Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrumbors-0/+67
2024-09-14Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnrLeón Orell Valerian Liehr-2/+2
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-12/+1
2024-09-14stabilize `const_extern_fn`Folkert de Vries-122/+111
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-12/+1
2024-09-14Auto merge of #130332 - Zalathar:rollup-eq0qvvy, r=Zalatharbors-43/+57
2024-09-14Rollup merge of #130306 - onur-ozkan:avoid-submodule-updates-in-tests, r=KobzolStuart Cook-0/+2
2024-09-14Rollup merge of #130302 - onur-ozkan:130040-with-fixes, r=KobzolStuart Cook-39/+47
2024-09-14Rollup merge of #130138 - Zalathar:initial-libdir, r=albertlarsan68Stuart Cook-4/+8
2024-09-14Auto merge of #125419 - GuillaumeGomez:add-gcc-to-dist, r=Kobzolbors-42/+192
2024-09-13Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-worktree, r=...bors-25/+47
2024-09-13Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgrbors-6/+21
2024-09-13Rollup merge of #130305 - tspiteri:clippy-msrv-for-const_float_bits_conv, r=f...Matthias Krüger-6/+21
2024-09-13avoid updating LLVM submodule during bootstrap unit testsonur-ozkan-0/+2
2024-09-13Remove gcc changes for dist buildGuillaume Gomez-12/+0
2024-09-13Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errorsbors-147/+150
2024-09-13interpret: simplify SIMD type handlingRalf Jung-147/+150
2024-09-13handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONVTrevor Spiteri-9/+16
2024-09-13Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lintsTrevor Spiteri-5/+13
2024-09-13Rollup merge of #130261 - onur-ozkan:#130242, r=KobzolStuart Cook-8/+4
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-156/+65
2024-09-13add llvm-bitcode-linker and llvm-tools bins to ci-rustc's sysrootonur-ozkan-39/+47
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote-2/+2
2024-09-12Revert "Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzol"Eric Huss-121/+50
2024-09-12Auto merge of #130040 - onur-ozkan:llvm-tools-with-ci-rustc, r=Kobzolbors-50/+121
2024-09-12Rollup merge of #130256 - Zalathar:dump-stamp, r=jieyouxuStuart Cook-0/+6
2024-09-12Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukangStuart Cook-1/+11
2024-09-12Rollup merge of #130156 - nebulark:test_buildinfo, r=jieyouxuStuart Cook-0/+6
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-2/+2
2024-09-12use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaroundonur-ozkan-7/+2
2024-09-12skip target sanity check when it's a `local-rebuild`onur-ozkan-1/+2
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-0/+20
2024-09-12Re-run coverage tests if `coverage-dump` was modifiedZalathar-0/+6
2024-09-11Remove unused functions from ast CoroutineKindMichael Goulet-1/+11
2024-09-11Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errorsJubilee-0/+22
2024-09-11Rollup merge of #129696 - RalfJung:stdarch, r=AmanieuJubilee-9/+14
2024-09-11make basic allocation functions track_caller in Miri for nicer backtracesRalf Jung-156/+65
2024-09-11unify `llvm-bitcode-linker`, `wasm-component-ld` and llvm-tools logicsonur-ozkan-50/+121
2024-09-11miri: fix overflow detection for unsigned pointer offsetRalf Jung-0/+22
2024-09-11Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJungMatthias Krüger-58/+79
2024-09-11Auto merge of #130212 - DianQK:llvm-19, r=nikicbors-0/+0
2024-09-11miri: support vector index arguments in simd_shuffleRalf Jung-9/+14
2024-09-11document the new git logic in more detailonur-ozkan-5/+18
2024-09-11Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomezbors-202/+184
2024-09-11Update LLVM to 19 327ca6cDianQK-0/+0
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-30/+30
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+20
2024-09-10skip formatting if no files have been modifiedonur-ozkan-0/+5
2024-09-10handle `GitConfig` for `tools/compiletest`onur-ozkan-2/+11