about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-04Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiserMatthias Krüger-175/+158
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-10/+10
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-172/+157
2024-03-04Use Path::file_stem instead许杰友 Jieyou Xu (Joe)-3/+1
2024-03-04Update platform-support.md with supported musl versionWesley Wiser-23/+23
2024-03-04Split dots in filename, not the entire path许杰友 Jieyou Xu (Joe)-7/+15
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-4/+139
2024-03-04Auto merge of #3358 - RalfJung:zzz, r=RalfJungbors-10/+17
2024-03-04give macOS even more time to sleepRalf Jung-10/+17
2024-03-04Auto merge of #3357 - RalfJung:imports, r=RalfJungbors-8/+12
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-1/+12
2024-03-04Add `is_intrinsic` helperOli Scherer-1/+1
2024-03-04Auto merge of #3356 - RalfJung:typo, r=RalfJungbors-1/+1
2024-03-04reorder rustc crate imports a bitRalf Jung-8/+12
2024-03-04Conjob → CronjobRalf Jung-1/+1
2024-03-04Use cargo miri clean in build-all-targets.shBen Kimock-1/+1
2024-03-04we properly rebuild the cache now when MIRI_LIB_SRC contents changeRalf Jung-5/+1
2024-03-04Replace libLLVM symlink with linker script in rustup componentsNikita Popov-2/+10
2024-03-04Allow bootstrap cache path to be set by environment variableJeffery To-3/+10
2024-03-04Auto merge of #3351 - RalfJung:diagnostic-dedup-considered-harmful, r=RalfJungbors-5/+36
2024-03-04Auto merge of #3339 - RalfJung:remove-old-flags, r=saethlinbors-11/+0
2024-03-04linux-futex test: add commentRalf Jung-0/+1
2024-03-04implement manual deduplication for isolation-error=warn-nobacktraceRalf Jung-5/+16
2024-03-04disable diagnostic deduplicationRalf Jung-0/+19
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-3/+1
2024-03-04Tweak `parse_asm_args`.Nicholas Nethercote-1/+1
2024-03-04Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzolbors-4/+121
2024-03-03Rollup merge of #121248 - c410-f3r:testsssssss, r=petrochenkovMatthias Krüger-117/+117
2024-03-03Move testsCaio-117/+117
2024-03-03Auto merge of #121936 - RalfJung:miri, r=RalfJungbors-343/+607
2024-03-03Auto merge of #3330 - RossSmyth:win-fmt, r=RalfJungbors-30/+64
2024-03-03nits and typosRalf Jung-3/+4
2024-03-03do not rely on tracing's scope exit logging, it is wrongRalf Jung-9/+19
2024-03-03log when we change the active threadRalf Jung-4/+12
2024-03-03fix MIRI_LOG=info not setting the level for miri itselfRalf Jung-1/+1
2024-03-03Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJungbors-44/+145
2024-03-03Windows: support getting the thread nameRalf Jung-20/+94
2024-03-03fix wording of alloc access tracking messageRalf Jung-1/+1
2024-03-03readmeRalf Jung-0/+2
2024-03-03Auto merge of #121931 - lnicola:sync-from-ra, r=lnicolabors-1267/+3264
2024-03-03move thread-panic tests to their own file; test getting the thread nameRalf Jung-24/+51
2024-03-03Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-raLaurențiu Nicola-1267/+3264
2024-03-03Auto merge of #121877 - estebank:fancy-svg, r=compiler-errorsbors-3/+26
2024-03-02Fix .\miri fmt on WindowsRoss Smyth-30/+63
2024-03-02Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrierilbors-7/+55
2024-03-02On tests that specify --color=always emit SVG file with stderr outputEsteban Kuber-3/+26
2024-03-02Tree Borrows: print where the forbidden access happens; make tag tracking les...Ralf Jung-104/+125
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-0/+13
2024-03-02Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikicGuillaume Boisseau-7/+42
2024-03-02remove the ability to disable ABI checkingRalf Jung-128/+11