about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-0/+35
2024-03-06Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrumbors-2/+10
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-0/+21
2024-03-06Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgrbors-49/+31
2024-03-05Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelixMatthias Krüger-49/+31
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-7/+7
2024-03-05Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkanbors-7/+19
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-49/+31
2024-03-05Assert that test names cannot contain dots许杰友 Jieyou Xu (Joe)-0/+6
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-17/+22
2024-03-05Rename `DiagnosticExt` as `DiagExt`.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-13/+18
2024-03-05Windows: Implement mutex using futexChris Denton-0/+21
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-2/+13
2024-03-04Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgrbors-198/+181
2024-03-04Rollup merge of #121994 - wesleywiser:update_musl_version_docs, r=ehussMatthias Krüger-23/+23
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-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-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-04Replace libLLVM symlink with linker script in rustup componentsNikita Popov-2/+10
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 #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-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-02Promote OpenHarmony targets to tier 2Amanieu d'Antras-4/+121
2024-03-02add option to track all read/write accesses to tracked allocationsRalf Jung-14/+38
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-4/+139
2024-03-02print thread name in miri error backtracesRalf Jung-170/+219
2024-03-02Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddleMatthias Krüger-13/+14
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-7/+42