about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-58/+155
2024-03-23Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubileeJubilee-25/+94
2024-03-23Rollup merge of #122797 - alexcrichton:fix-compile-wasm64, r=Mark-SimulacrumJubilee-1/+5
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-8/+8
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-124/+132
2024-03-23Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubileeJubilee-10/+81
2024-03-24Auto merge of #122966 - matthiaskrgr:rollup-20k8nsm, r=matthiaskrgrbors-171/+1757
2024-03-24Rollup merge of #122963 - RalfJung:core-panicking, r=m-ou-seMatthias Krüger-2/+2
2024-03-24Rollup merge of #122943 - matthiaskrgr:ice-tests-9xxxx-to-12xxxx, r=fmeaseMatthias Krüger-0/+450
2024-03-24Rollup merge of #122942 - Luv-Ray:master, r=lcnrMatthias Krüger-0/+44
2024-03-24Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnrMatthias Krüger-2/+50
2024-03-24Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid...Matthias Krüger-79/+211
2024-03-24Rollup merge of #122379 - RalfJung:int2ptr-transmute, r=m-ou-seMatthias Krüger-8/+33
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-70/+250
2024-03-24Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r...Matthias Krüger-10/+669
2024-03-24Rollup merge of #121281 - kadiwa4:test_103626, r=estebank,lcnrMatthias Krüger-0/+48
2024-03-24Auto merge of #122905 - dpaoliello:sync-portable-simd-2024-03-22, r=workingju...bors-52/+505
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-292/+314
2024-03-23core/panicking: fix outdated commentRalf Jung-2/+2
2024-03-23Add regression test for #122722Guillaume Gomez-0/+21
2024-03-23Add `Rustdoc` into `run-make-support`Guillaume Gomez-4/+37
2024-03-23Auto merge of #122952 - RalfJung:miri, r=RalfJungbors-120/+376
2024-03-23CFI: Strip auto traits off Self for virtual callsMatthew Maurer-4/+50
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-54/+105
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-119/+134
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-177/+184
2024-03-23regression test for #103626Kalle Wachsmuth-0/+48
2024-03-23Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgrbors-280/+567
2024-03-23Auto merge of #3385 - Zoxc:read-types, r=RalfJungbors-89/+202
2024-03-23Add test in `higher-ranked`Luv-Ray-0/+44
2024-03-23address review feedbackMatthias Krüger-11/+11
2024-03-23Report retags as distinct from real memory accesses for data racesJohn Kåre Alsaker-89/+202
2024-03-23Rename `RustdocTestOptions` into `IndividualTestOptions`Guillaume Gomez-4/+4
2024-03-23Rollup merge of #122933 - RalfJung:tag_for_variant, r=oli-obkMatthias Krüger-25/+28
2024-03-23Rollup merge of #122931 - herobs:patch-1, r=joboetMatthias Krüger-7/+7
2024-03-23Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=AmanieuMatthias Krüger-3/+37
2024-03-23Rollup merge of #122927 - gurry:122199-ice-unexpected-node-2, r=workingjubileeMatthias Krüger-10/+197
2024-03-23Rollup merge of #122922 - kpreid:print-async, r=compiler-errorsMatthias Krüger-16/+34
2024-03-23Rollup merge of #122921 - saethlin:mir-opt-tests-in-debug, r=Mark-SimulacrumMatthias Krüger-9/+2
2024-03-23Rollup merge of #122916 - MultisampledNight:docs-sync-typo, r=jhprattMatthias Krüger-2/+2
2024-03-23Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errorsMatthias Krüger-21/+74
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-177/+178
2024-03-23Rollup merge of #122698 - clubby789:cancel-hourly-update, r=Mark-SimulacrumMatthias Krüger-3/+6
2024-03-23Rollup merge of #120577 - wutchzone:slice_split_at_unchecked, r=m-ou-seMatthias Krüger-7/+2
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-70/+370
2024-03-23Put temporary directory into one common functionGuillaume Gomez-9/+7
2024-03-23Prevent cloning more than necessary `RustdocOptions` fieldsGuillaume Gomez-48/+77
2024-03-23`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...Guillaume Gomez-31/+82
2024-03-23add test for #107228Matthias Krüger-0/+28
2024-03-23add test for #106874 ICE BoundUniversalRegionErrorMatthias Krüger-0/+138