about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-03Use `as_array` in PartialEq for arraysScott McMurray-16/+12
2025-08-03forbid tail calling intrinsicsWaffle Lapkin-3/+44
2025-08-03remove rust_ prefixesKivooeo-17/+17
2025-08-03removed gateKivooeo-3/+1
2025-08-03Only use bitcast in Builder::ret for non-native integersAntoni Boucher-3/+9
2025-08-03don't allocate a `Vec` in an `Iterator::chain` (#15400)llogiq-1/+1
2025-08-03clean-up `SourceFileRange::as_str` (#15401)llogiq-5/+2
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-42/+140
2025-08-03Fix intcast to use the is_signed parameterAntoni Boucher-3/+11
2025-08-03Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errorsbors-3/+105
2025-08-03use `?` for brevityAda Alakbarova-1/+1
2025-08-03use parens for clearer formattingAda Alakbarova-4/+1
2025-08-03don't allocate a `Vec` in an `Iterator::chain`Ada Alakbarova-1/+1
2025-08-03rename rust_panic_without_hookKivooeo-2/+2
2025-08-03Merge pull request #20372 from Hmikihiro/remove_unused_fn_from_edit_in_placeLukas Wirth-161/+2
2025-08-03Merge pull request #1889 from rust-lang/rustc-pullFolkert de Vries-14888/+25303
2025-08-03Remove unused functions from edit_in_placeHmikihiro-161/+2
2025-08-03Merge pull request #1892 from madhav-madhusoodanan/intrinsic-test-constraint-...Folkert de Vries-6/+13
2025-08-03feat: Added another variant of the Constraint enumMadhav Madhusoodanan-6/+13
2025-08-03Remove unused arg from `path_append_impl`.Nicholas Nethercote-13/+1
2025-08-03Remove `p!`.Nicholas Nethercote-362/+370
2025-08-03Simplify `SymbolMangler::print_type`.Nicholas Nethercote-7/+4
2025-08-03Rename `Printer` variables.Nicholas Nethercote-281/+279
2025-08-03Remove `type_name::AbsolutePathPrinter::comma_sep`.Nicholas Nethercote-14/+3
2025-08-03Inline and remove two `FmtPrinter` methods.Nicholas Nethercote-34/+12
2025-08-03Mark `Printer` methods as unreachable where appropriate.Nicholas Nethercote-14/+17
2025-08-03Merge pull request #2532 from rust-lang/tshepang/date-checknora-1/+1
2025-08-03Auto merge of #144704 - compiler-errors:explode-wf, r=lcnrbors-35/+30
2025-08-03For "stage 1" ui-fulldeps, use the stage 1 compiler to query target infoZalathar-10/+40
2025-08-03Merge pull request #20371 from Hmikihiro/migrate_generate_trait_from_implLukas Wirth-34/+35
2025-08-03Migrate `generate_trait_from_impl` assist to use `SyntaxEditor`Hmikihiro-34/+35
2025-08-03fix option-if-let-else lint (#15394)Jason Newcomb-5/+51
2025-08-03Merge pull request #20368 from Hmikihiro/migrate_delegate_methodsLukas Wirth-36/+41
2025-08-03Merge pull request #20364 from Hmikihiro/migrate_convert_from_to_tryfromLukas Wirth-19/+23
2025-08-03Simplify boolean expression in `manual_assert` (#15368)Jason Newcomb-15/+9
2025-08-03Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnrbors-97/+123
2025-08-03there is still no official policyTshepang Mbambo-1/+1
2025-08-03Merge pull request #2509 from rust-lang/tshepang-auto-tocTshepang Mbambo-147/+198
2025-08-03Change `TestCx::error` to `error_prefix`, which returns a stringZalathar-14/+22
2025-08-03Consolidate all `ProcRes` unwinds into one code pathZalathar-27/+29
2025-08-03Change `ProcRes::print_info` to `format_info`Zalathar-5/+6
2025-08-03Merge pull request #1893 from folkertdev/loongarch-gccSayantan Chakraborty-11/+11
2025-08-03Simplify lint emission.Camille GILLOT-74/+56
2025-08-03Keep scanned set across calls to mark_live_symbols.Camille GILLOT-2/+3
2025-08-03Use less HIR when seeding work list.Camille GILLOT-90/+50
2025-08-03Simplify handling of unsolved items.Camille GILLOT-52/+38
2025-08-03Remove struct_constructors.Camille GILLOT-34/+12
2025-08-03cargo updategithub-actions-58/+59
2025-08-02Auto merge of #144814 - samueltardieu:rollup-qyum1hj, r=samueltardieubors-523/+1500
2025-08-02Use DefKind in should_explore.Camille GILLOT-10/+34