about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-03-07Never inline `lookup_slow`.Markus Reiter-0/+2
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-6/+15
2025-03-07Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obkMatthias Krüger-1/+1
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-4/+4
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-5/+49
2025-03-07Remove highlighting of spans on `-Zteach`Esteban Küber-1/+0
2025-03-07Remove explicit error message when build.rs failsAli Bektas-3/+3
2025-03-07Auto merge of #138148 - onur-ozkan:fix-llvm-bitcode-build, r=jieyouxubors-4/+4
2025-03-07Small code improvement in rustdoc hidden stripperGuillaume Gomez-10/+12
2025-03-07Add helper methods checking for "#[non_exhaustive] that's active"Maja Kądziołka-4/+5
2025-03-07Log build script error output in `load_cargo::load_workspace_at`Arthur Baars-0/+8
2025-03-07Merge pull request #4223 from Stypox/ctrl-c-backtraceRalf Jung-1/+5
2025-03-07Document that `rmake.rs`/`run-make-support` may not use unstable features许杰友 Jieyou Xu (Joe)-0/+4
2025-03-07Temporarily depend on `os_pipe` in `run-make-support` and re-export it许杰友 Jieyou Xu (Joe)-0/+6
2025-03-07Prevent `rmake.rs` from using any nightly/unstable features许杰友 Jieyou Xu (Joe)-0/+5
2025-03-07Apply `--cfg windows_raw_dylib` for bootstrap tools tooJieyou Xu-1/+1
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-3/+3
2025-03-07Fix a typo in the crashtest output.Nicholas Nethercote-1/+1
2025-03-07Show interpreter backtrace error on Ctrl+CStypox-1/+5
2025-03-07Rollup merge of #138111 - estebank:use-dfv, r=nnethercoteMatthias Krüger-2/+2
2025-03-07Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomezMatthias Krüger-49/+45
2025-03-07Add post-merge analysis CI workflowJakub Beránek-10/+283
2025-03-07Move `visit_id` calls.Nicholas Nethercote-1/+1
2025-03-07Merge pull request #19308 from Veykril/push-rnrxutwlvmlyLukas Wirth-23/+1174
2025-03-07Pop up a notification for the MSRV project loading warningLukas Wirth-16/+29
2025-03-07Move project MSRV back to 1.78Lukas Wirth-7/+1145
2025-03-07Refactor relevance scoring to use a named constant BASE_SCORETongjun Gao-3/+5
2025-03-07use target compiler on llvm-bitcode-linkeronur-ozkan-4/+4
2025-03-07Fix logical error in relevance scoring implementationTongjun Gao-3/+3
2025-03-07Merge pull request #4222 from rust-lang/rustup-2025-03-07Ben Kimock-213/+431
2025-03-07Merge from rustcThe Miri Cronjob Bot-212/+430
2025-03-07Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-07Merge pull request #4221 from saethlin/nextest-parallelismBen Kimock-2/+1
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-233/+220
2025-03-07Merge pull request #4218 from saethlin/tier-2-sysrootsBen Kimock-0/+1
2025-03-06Update documentation about nextestBen Kimock-2/+1
2025-03-06Fix tier 2 sysroots jobBen Kimock-0/+1
2025-03-06Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errorsbors-117/+270
2025-03-07Mark `rust-analyzer.showSyntaxTree` config option as requiring server restartChayim Refael Friedman-0/+1
2025-03-06Fix rustfmtSantiago Pastorino-0/+5
2025-03-06Fix clippySantiago Pastorino-5/+44
2025-03-06Rollup merge of #138090 - yotamofek:pr/rustdoc/flatten-ifs, r=GuillaumeGomezMichael Goulet-220/+203
2025-03-06Rollup merge of #138078 - moxian:rember-warns, r=KobzolMichael Goulet-6/+7
2025-03-06Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieniMichael Goulet-2/+6
2025-03-06Rollup merge of #138046 - onur-ozkan:trim-include-str, r=jieyouxuMichael Goulet-1/+1
2025-03-06Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes...Michael Goulet-4/+3
2025-03-06Add second precondition for `skip_search`.Markus Reiter-28/+89
2025-03-06Allow optimizing out `panic_bounds_check` in Unicode checks.Markus Reiter-14/+31
2025-03-06Auto merge of #136831 - ehuss:update-stdarch, r=Amanieubors-9/+15
2025-03-06Update stdarchEric Huss-9/+15