summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-10-15Move `too_long_first_doc_paragraph` to `nursery`Philipp Krones-1/+1
2024-10-14bump channel to stableJosh Stone-1/+1
2024-10-11Use small runner for msvc-ext2 jobChris Denton-1/+5
2024-10-11Fix bash syntaxChris Denton-1/+1
2024-10-11Fix checktools.sh non-msvc buildsChris Denton-6/+7
2024-10-11Split x86_64-msvc-ext into two jobsChris Denton-5/+21
2024-10-11Update LLVM submoduleDianQK-0/+0
2024-09-26bootstrap: Set the dylib path when building books with rustdocJosh Stone-9/+11
2024-09-19Update LLVM to 19 327ca6cDianQK-0/+0
2024-09-06bump stage0Boxy-444/+342
2024-09-02Backport #129917Boxy-0/+1
2024-09-02bump channel to betaBoxy-1/+1
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-19/+285
2024-08-31Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri...Matthias Krüger-2/+8
2024-08-31Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er...Matthias Krüger-1/+2
2024-08-31Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-1/+1
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-5/+257
2024-08-31Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=KobzolMatthias Krüger-8/+9
2024-08-31Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-SimulacrumMatthias Krüger-2/+8
2024-08-31Fix code examples buttons not appearing on click on mobileGuillaume Gomez-2/+8
2024-08-31Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-441/+1197
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-10/+49
2024-08-31Rollup merge of #129733 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2888/+9203
2024-08-31Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errorsMatthias Krüger-0/+1
2024-08-31tidy: say which feature gate has a stability issue mismatchRalf Jung-1/+2
2024-08-31Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er...Matthias Krüger-8/+5
2024-08-31Rollup merge of #129731 - ferrocene:x-test-compiler, r=onur-ozkanMatthias Krüger-8/+3
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-16/+5
2024-08-31Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxuMatthias Krüger-1/+1
2024-08-31Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddleMatthias Krüger-2281/+2319
2024-08-31Auto merge of #129797 - workingjubilee:cleanup-apple-ci, r=workingjubileebors-8/+23
2024-08-30ci: Take tail instead of head to avoid broken pipesJubilee Young-3/+1
2024-08-30ci: Avoid legacy backticks in upload-artifacts.shJubilee Young-1/+1
2024-08-30ci: Use mv instead of cp in upload stepJubilee Young-4/+4
2024-08-30ci: Try to remove unused Xcode dirsJubilee Young-0/+17
2024-08-30enable Miri to pass const pointers through FFIStrophox-5/+257
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+1
2024-08-30Merge from rustcThe Miri Cronjob Bot-119/+153
2024-08-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt.Nicholas Nethercote-2/+17
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt helpers.Nicholas Nethercote-6/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-2/+30
2024-08-29Update the `wasm-component-ld` binary dependencyAlex Crichton-1/+1
2024-08-29interpret/visitor: make memory order iteration slightly more efficientRalf Jung-8/+5
2024-08-29Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddleGuillaume Gomez-105/+94
2024-08-29Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercoteGuillaume Gomez-7/+33
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-0/+7
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-1/+17
2024-08-29riscv64imac: allow shadow call stack sanitizerDing Xiang Fei-7/+33
2024-08-29Fix clippy lintsGuillaume Gomez-105/+94