about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-10Rollup merge of #121860 - mu001999:master, r=NilstriebMatthias Krüger-6/+96
2024-03-10Rollup merge of #121567 - Nilstrieb:less-interning, r=albertlarsan68Matthias Krüger-140/+128
2024-03-10Auto merge of #122246 - RalfJung:miri, r=RalfJungbors-260/+238
2024-03-10Bring back in-rust-tree feature to ideLaurențiu Nicola-0/+3
2024-03-10remove unnecessary frame parameter from after_local_allocatedRalf Jung-2/+1
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-0/+10
2024-03-10Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-raLaurențiu Nicola-2350/+4709
2024-03-10doc/rustc: Move loongarch64-unknown-linux-musl to Tier 3WANG Rui-1/+1
2024-03-10fmtThe Miri Cronjob Bot-12/+4
2024-03-10Merge from rustcThe Miri Cronjob Bot-45/+304
2024-03-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-10Auto merge of #122042 - GuillaumeGomez:subtree-update_cg_gcc_2024-03-05, r=Ma...bors-8/+59
2024-03-10Auto merge of #121662 - saethlin:precondition-unification, r=RalfJungbors-1/+1
2024-03-10Use full commit hash and remove `libgccjit.version` fileGuillaume Gomez-5/+2
2024-03-09Auto merge of #122256 - Nadrieril:rollup-rc232xh, r=Nadrierilbors-8/+8
2024-03-09Rollup merge of #121584 - klensy:itertools-up, r=Mark-SimulacrumGuillaume Boisseau-2/+1
2024-03-09Rollup merge of #121526 - onur-ozkan:minor-improvement, r=Mark-SimulacrumGuillaume Boisseau-6/+7
2024-03-09windows: remove support for slim rwlockRalf Jung-602/+0
2024-03-09interpret: do not call machine read hooks during validationRalf Jung-0/+62
2024-03-09miri: add some chance to reuse addresses of previously freed allocationsRalf Jung-39/+182
2024-03-09simplify no-std testsRalf Jung-17/+9
2024-03-09Respect COMPILETEST_FORCE_STAGE0 sysroot when compiling rmake.rs许杰友 Jieyou Xu (Joe)-30/+36
2024-03-09rustdoc-search: depth limit `T<U>` -> `U` unboxingMichael Howell-31/+108
2024-03-09Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrumbors-1/+1
2024-03-09remove some frame parameters that are no longer neededRalf Jung-1/+1
2024-03-09Merge remote-tracking branch 'upstream/master' into HEADGuillaume Gomez-3064/+5045
2024-03-09Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obkMatthias Krüger-13/+205
2024-03-09Rollup merge of #122209 - onur-ozkan:fix-tidy-path-resolution, r=compiler-errorsMatthias Krüger-3/+4
2024-03-09Rollup merge of #122178 - cuviper:ci-llvm-18, r=KobzolMatthias Krüger-0/+64
2024-03-09rename intptrcast -> alloc_addresses, and make a folder for itRalf Jung-13/+16
2024-03-09interpret: pass Size and Align to before_memory_deallocationRalf Jung-13/+14
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-13/+205
2024-03-09Auto merge of #3367 - rust-lang:rustup-2024-03-09, r=RalfJungbors-125/+154
2024-03-09fix clippy lintsRalf Jung-1/+1
2024-03-09rename tests/compiletest → tests/uiRalf Jung-4/+4
2024-03-09fix incorrect path resolution in tidyonur-ozkan-3/+4
2024-03-09fmtThe Miri Cronjob Bot-1/+2
2024-03-09Merge from rustcThe Miri Cronjob Bot-124/+152
2024-03-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-09Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebankbors-19/+21
2024-03-09Allow lint where we don't careNadrieril-19/+21
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-1/+1
2024-03-09compiletest: create fresh tempdir for tests to useRalf Jung-15/+32
2024-03-08Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJungMatthias Krüger-11/+4
2024-03-08Add a change entryAlex Crichton-0/+5
2024-03-08Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgrbors-117/+121
2024-03-08Add `target.*.runner` configuration for targetsAlex Crichton-7/+27
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-11/+0
2024-03-08Tweak the way we protect in-place function arguments in interpretersMaybe Waffle-11/+4
2024-03-08Rollup merge of #122175 - chenyukang:yukang-fix-tidy-issues, r=workingjubileeMatthias Krüger-100/+109