about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-11-11Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgrbors-1/+18
2024-11-11Auto merge of #132720 - jieyouxu:do-not-strip, r=davidtwcobors-3/+7
2024-11-11Rollup merge of #132873 - onur-ozkan:132867, r=jieyouxuMatthias Krüger-1/+18
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-246/+1085
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-29/+41
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-29/+41
2024-11-10Rollup merge of #131781 - taiki-e:arm64ec-stabilize-asm, r=Amanieu,traviscrossMatthias Krüger-30/+2
2024-11-10add test coverage for separate clippy prefixesonur-ozkan-0/+17
2024-11-10handle separate prefixes in clippy argsonur-ozkan-1/+1
2024-11-10Auto merge of #132863 - matthiaskrgr:rollup-1zbjz5f, r=matthiaskrgrbors-379/+964
2024-11-10Rollup merge of #132858 - GuillaumeGomez:update-minifier, r=aDotInTheVoidMatthias Krüger-1/+1
2024-11-10Rollup merge of #132849 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-378/+963
2024-11-10Update minifer version to `0.3.2`Guillaume Gomez-1/+1
2024-11-10do not trust download-rustc=if-unchanged on CI for nowRalf Jung-1/+3
2024-11-10Revert "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu"Jieyou Xu-35/+32
2024-11-10fix linux-futex test being accidentally disabledRalf Jung-3/+2
2024-11-10store futexes in per-allocation data rather than globallyRalf Jung-55/+122
2024-11-10Merge from rustcRalf Jung-535/+544
2024-11-10Preparing for merge from rustcRalf Jung-1/+1
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-30/+2
2024-11-09Rollup merge of #132824 - kadenlnelson:patch/wasi-c-abi-doc, r=workingjubileeJubilee-2/+2
2024-11-09Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obkJubilee-20/+20
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-19/+2
2024-11-09Update grammar in wasm-c-abi's compiler flag documentationKaden Nelson-2/+2
2024-11-10Auto merge of #132829 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-09Update cargoWeihang Lo-0/+0
2024-11-09Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxuMatthias Krüger-32/+35
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-460/+466
2024-11-09make return type of get_alloc_info a struct, and reduce some code duplication...Ralf Jung-20/+20
2024-11-09Merge pull request #4020 from RalfJung/thread-sopeRalf Jung-0/+24
2024-11-09interpret: get_alloc_info: also return mutabilityRalf Jung-7/+7
2024-11-09pthread-sync: avoid confusing error when running with preemptionRalf Jung-0/+24
2024-11-09Merge from rustcThe Miri Cronjob Bot-2066/+7488
2024-11-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-11-09Use a separate dir for r-a builds consistently in helix configMaybe Lapkin-2/+15
2024-11-08fix `core::config::tests::override_toml`onur-ozkan-0/+3
2024-11-08Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearthbors-899/+5023
2024-11-08Merge pull request #4004 from YohDeadfall/thread-name-ice-fixRalf Jung-109/+192
2024-11-08Get/set thread name shims return errors for invalid handlesYoh Deadfall-109/+192
2024-11-08respect to global `download-rustc` default in non-dist profilesonur-ozkan-8/+1
2024-11-08use `download-rustc="if-unchanged"` as default whenever possibleonur-ozkan-3/+13
2024-11-08read repository information configs at an earlier stageonur-ozkan-21/+18
2024-11-08Clippy: cfg out validate_diag on release buildsPhilipp Krones-3/+4
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-3/+3
2024-11-07Rollup merge of #132739 - GuillaumeGomez:cleanup-scrape-code, r=notriddleJubilee-11/+22
2024-11-07Rollup merge of #132737 - clubby789:lock-no-pid, r=jieyouxuJubilee-2/+6
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-30/+103
2024-11-08Simplify command-line-argument declarations in librustdocZalathar-458/+463
2024-11-08Use a method to apply `RustcOptGroup` to `getopts::Options`Zalathar-2/+2
2024-11-08Add a run-make test for `rustc --help` and similarZalathar-0/+1