about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-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-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
2025-06-19Check MSRV before suggesting applying `const` to a functionSamuel Tardieu-1/+199
2025-06-19isolated_alloc: directly use mmap for allocationsNia Espera-36/+72
2025-06-19Remove old format_args diagnostic.Mara Bos-27/+11
2025-06-19atomic tests: remove static mutMarijn Schouten-17/+13
2025-06-19Use expr_ref.Mara Bos-2/+1
2025-06-19correct template for `#[align]`Folkert de Vries-34/+36
2025-06-19vec_deque alloctests: remove static mutMarijn Schouten-101/+18
2025-06-19vec tests: remove static mutMarijn Schouten-92/+53
2025-06-19Prepare to split `clippy_lints` (#14684)Alex Macleod-431/+480
2025-06-19Update compiler/rustc_interface/src/passes.rsCamille Gillot-1/+1
2025-06-19Adjust `with_generic_param_rib`.Nicholas Nethercote-119/+77
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