about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-10Revert "remove `if-let` chains"Laurențiu Nicola-7/+6
2025-07-10fmtThe Miri Cronjob Bot-1/+3
2025-07-10Merge from rustcThe Miri Cronjob Bot-2968/+8448
2025-07-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-10Merge pull request #20212 from ChayimFriedman2/dyn-hintShoyu Vanilla (Flint)-5/+31
2025-07-10Merge pull request #20218 from Hmikihiro/migrate_convert_match_to_let_elseShoyu Vanilla (Flint)-13/+15
2025-07-09compiler: recomment `needs_fn_once_adapter_shim`Jubilee Young-8/+6
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+89
2025-07-09Refactor nan testsRoger Curley-56/+23
2025-07-10Migrate `convert_match_to_let_else` assist to use `SyntaxEditor`Hayashi Mikihiro-13/+15
2025-07-10Put the expression stuff in the expression store behind an `Option<Box>`Chayim Refael Friedman-271/+419
2025-07-10Auto merge of #143703 - dpaoliello:llvmupate, r=dianqkbors-0/+0
2025-07-10Remove uncessary parens in closure body with unused lintyukang-3/+3
2025-07-10Remove uncessary parens in closure body with unused lintyukang-27/+160
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-12/+25
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-122/+234
2025-07-10Add rustdoc JSON tests for `#[doc(hidden)]` handling of items.Predrag Gruevski-0/+36
2025-07-09Auto merge of #143405 - tgross35:update-builtins, r=tgross35bors-393/+566
2025-07-09Fix multiple problems in #15063 (#15070)llogiq-18/+144
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-20/+17
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-38/+47
2025-07-09Use reference for MacroRulesScopeRef instead of Interned.LorrensP-2158466-3/+2
2025-07-09MacroData in ResolverArenas + split macro_map into extern_macro_map and local...LorrensP-2158466-29/+50
2025-07-09fix aux-build failuresLorrensP-2158466-30/+50
2025-07-09Merge pull request #733 from FractalFir/volatile_load_tmpantoyo-1/+5
2025-07-09Merge pull request #734 from FractalFir/remove_needless_attrantoyo-1/+1
2025-07-09run rust programs with the runnerFolkert de Vries-95/+90
2025-07-09Fix `manual_is_variant_and` condition generation (#15206)Timo-36/+454
2025-07-09do not invent a nameTshepang Mbambo-1/+1
2025-07-09distcheck had only one possible invocationTshepang Mbambo-1/+3
2025-07-09add missing wordTshepang Mbambo-1/+1
2025-07-09random: Add comment on `RandomSource::fill_bytes` about multiple callsJosh Triplett-0/+5
2025-07-09triagebot.toml: ping lolbinarycat if tidy extra checks were modifiedbinarycat-0/+4
2025-07-09Update LLVM submoduleDaniel Paoliello-0/+0
2025-07-09test: Verify frontmatter unpretty behaviorEd Page-0/+17
2025-07-09Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnrbors-212/+245
2025-07-09Merge pull request #732 from FractalFir/thread_soundness_fixantoyo-2/+5
2025-07-09Inserted a local variable in volatile_load, to ensure reads don't move across...FractalFir-1/+5
2025-07-09Make `AsmExpr` have `AstId`Chayim Refael Friedman-10/+29
2025-07-09Merge pull request #20214 from rust-lang/update-msrvChayim Refael Friedman-1/+1
2025-07-09Merge pull request #20211 from Hmikihiro/migrate-convert_named_structLaurențiu Nicola-6/+9
2025-07-09Skip needlessly setting the default visibility on functionsFractalFir-1/+1
2025-07-09Update MSRV to 1.88.0Chayim Refael Friedman-1/+1
2025-07-09Change the implementation of supports_parallel to signal tha cg_gcc is not th...FractalFir-2/+5
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-22/+78
2025-07-09std: sys: net: uefi: tcp4: Add timeout supportAyush Singh-25/+97
2025-07-09Make AsyncDrop check that it's being implemented on a local ADTMichael Goulet-3/+53
2025-07-09Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obkbors-86/+261
2025-07-09Avoid creating a helper allocation for creating new `TypeId` values in the in...Oli Scherer-38/+29
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-148/+438