about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-06-20Generate base commit in rustdoc_json tidy checksGuillaume Gomez-5/+28
2025-06-20expected word diagnostic testJana Dönszelmann-2/+2
2025-06-20Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updatedGuillaume Gomez-0/+68
2025-06-20Pass -Cpanic=abort for the panic_abort cratebjorn3-12/+0
2025-06-20Add better documentation for excluding imports from symbol searchLucas Holten-3/+11
2025-06-20Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35bors-7/+5
2025-06-20Merge pull request #20046 from regexident/type-param-parent-getterFlorian Diebold-0/+4
2025-06-20Convert `ilog(10)` to `ilog10()`Chai T. Rex-1/+1
2025-06-20Rollup merge of #142714 - fee1-dead-contrib:push-roxtwrlvtzur, r=KobzolTrevor Gross-0/+1
2025-06-20Rollup merge of #142699 - rustbot:docs-update, r=ehussTrevor Gross-0/+0
2025-06-20Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obkTrevor Gross-2/+0
2025-06-20Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,...Trevor Gross-3/+2
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-2/+2
2025-06-20Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyasbors-2/+51
2025-06-20Add temporary directory for executing snapshot testsJakub Beránek-16/+45
2025-06-20Merge from rustcThe Miri Cronjob Bot-239/+296
2025-06-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-20Remove an unnecessary check in rustfmt.Nicholas Nethercote-1/+1
2025-06-20Avoid some unnecessary symbol interning.Nicholas Nethercote-1/+1
2025-06-20Merge pull request #4362 from nia-e/fix-alloc-perfRalf Jung-36/+72
2025-06-20Merge pull request #20035 from joshka/jm/test-explorer-colorHKalbasi-0/+1
2025-06-20Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changedJieyou Xu-1/+1
2025-06-19rustdoc: Remove `FormatRenderer::cache`Alona Enraght-Moony-12/+1
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-53/+47
2025-06-19Extract SilentEmitterCameron Steffen-14/+9
2025-06-19Rename SilentEmitter -> FatalOnlyEmitterCameron Steffen-2/+2
2025-06-19Extract Translator structCameron Steffen-59/+29
2025-06-19Add `fn parent(self, db) -> GenericDef` to `hir::TypeParam`Vincent Esche-0/+4
2025-06-19De-dup common code from `ExternalCrate` methodsYotam Ofek-71/+53
2025-06-19isolated_alloc: directly use mmap for allocationsNia Espera-36/+72
2025-06-19correct template for `#[align]`Folkert de Vries-1/+1
2025-06-19Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzolbors-56/+125
2025-06-19add comment to `src/bootstrap/build.rs`Deadbeef-0/+1
2025-06-19`Option`s are `Iterator`sYotam Ofek-11/+4
2025-06-19avoid intermediately collecting into vectorsYotam Ofek-8/+4
2025-06-19one less pathbuf allocationYotam Ofek-2/+2
2025-06-19Merge pull request #4396 from Stypox/build-with-featuresRalf Jung-65/+153
2025-06-19Doc: clarify priority of lint level sourcesHamidreza Sanaee-1/+102
2025-06-19Allow building Miri with --features from miri-scriptStypox-65/+153
2025-06-19Merge pull request #20042 from Veykril/push-uosxynulorznLukas Wirth-3/+3
2025-06-19fix: Temporarily disable `+` typing handler as it moves the cursor positionLukas Wirth-3/+3
2025-06-19Auto merge of #139244 - jieyouxu:exp/auto-cross-run-make, r=Kobzolbors-14/+58
2025-06-19Merge pull request #20041 from Veykril/push-yxlszoznuynoLukas Wirth-39/+19
2025-06-19Revert "Turn `BlockId` into a `#[salsa::tracked]`"Lukas Wirth-39/+19
2025-06-19Merge from rustcThe Miri Cronjob Bot-951/+814
2025-06-19Clarify arrow in snapshot testsJakub Beránek-0/+4
2025-06-19Normalize host target in snapshot testsJakub Beránek-17/+74
2025-06-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-19Add `get_host_target` functionJakub Beránek-2/+7
2025-06-19Merge pull request #20039 from ShoyuVanilla/let-bind-ref-captLukas Wirth-1/+43