about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-20Merge from rustcThe Miri Cronjob Bot-1387/+4046
2025-06-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-19Avoid a bitcast FFI call in transmutingScott McMurray-2/+53
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-20Avoid some unnecessary symbol interning.Nicholas Nethercote-9/+10
2025-06-20Use a symbol for `ExpansionConfig::crate_name`.Nicholas Nethercote-11/+12
2025-06-20Fix `tests/ui/asm/naked-invalid-attr.stderr`.Nicholas Nethercote-3/+6
2025-06-20Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...bors-94/+110
2025-06-20Merge pull request #4362 from nia-e/fix-alloc-perfRalf Jung-36/+72
2025-06-19rustc_target: document public AbiMap-related fn and variantsJubilee Young-0/+6
2025-06-19docs(fs): Touch up grammar on lock apiEd Page-6/+6
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-19Make `Clone` a `const_trait`Daniel Bloom-2/+8
2025-06-19rustdoc: Remove `FormatRenderer::cache`Alona Enraght-Moony-12/+1
2025-06-19Add a mailmap entry for y21Trevor Gross-0/+1
2025-06-19Update library dependenciesTrevor Gross-6/+4
2025-06-19add issue template for rustdocbinarycat-0/+54
2025-06-19Add methods for converting bool to `Result<(), E>`LimpSquid-0/+76
2025-06-19Apply impl_super_outlives optimization to new trait solverMichael Goulet-9/+20
2025-06-19Fix `non_copy_const` ICE (#15083)llogiq-1/+17
2025-06-19Fix `clippy::question_mark` on let-else with cfg (#15082)Samuel Tardieu-0/+25
2025-06-19Merge pull request #2477 from rust-lang/rustc-pullTshepang Mbambo-28452/+45537
2025-06-19Fix `non_copy_const` ICEJason Newcomb-1/+17
2025-06-19Fix unsoundness in some testsBenoƮt du Garreau-2/+2
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-392/+296
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-52/+47
2025-06-19Preserve Paren expression's attributes during UnparenthesizeDavid Tolnay-0/+5
2025-06-19Fix typo (#15081)Samuel Tardieu-1/+1
2025-06-19Fix `clippy::question_mark` on let-else with cfgMax Siling-0/+25
2025-06-19Check MSRV before suggesting applying `const` to a function (#15080)Jason Newcomb-1/+199
2025-06-19Extract SilentEmitterCameron Steffen-52/+30
2025-06-19Rename SilentEmitter -> FatalOnlyEmitterCameron Steffen-10/+10
2025-06-19Extract Translator structCameron Steffen-3/+2
2025-06-19Extract Translator structCameron Steffen-250/+190
2025-06-19mbe: Refactor transcriptionTrevor Gross-348/+389
2025-06-19mbe: Move `transcribe_metavar_expr` directly after `transcribe`Trevor Gross-96/+96
2025-06-19Improve diagnostics for `concat_bytes!` with C string literalsTrevor Gross-43/+86
2025-06-19Add `fn parent(self, db) -> GenericDef` to `hir::TypeParam`Vincent Esche-0/+4
2025-06-19wasm: rm static mutMarijn Schouten-7/+10
2025-06-19expose abi information on ppc64 targetsostylk-1/+9
2025-06-19Add #[track_caller] to String methods that assert inputsKornel-0/+6
2025-06-19Let String pass #[track_caller] to its Vec callsKornel-0/+17
2025-06-19s390x: add feature detection for the z17 target featuresFolkert de Vries-56/+97
2025-06-19the `generic_arg_infer` feature is now stable on nightlyFolkert de Vries-1/+0
2025-06-19Fix typoEverett Pompeii-1/+1
2025-06-19De-dup common code from `ExternalCrate` methodsYotam Ofek-71/+53
2025-06-19Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDentonbors-173/+772
2025-06-19Fix `exhaustive_structs` FP on structs with default valued field (#15022)Catherine Flores-6/+20