about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-27Merge pull request #4499 from RalfJung/clockidRalf Jung-114/+79
2025-07-27Remove `no-asm` gating when there is no alternative implementationTrevor Gross-29/+12
2025-07-27Merge pull request #20319 from Veykril/push-znwukpmpsqxtLukas Wirth-21/+15
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-52/+55
2025-07-27centralize clockid_t interpretationRalf Jung-114/+79
2025-07-27fix: Consider all produced artifacts for proc-macro dylib searchLukas Wirth-21/+15
2025-07-27Merge pull request #20318 from Veykril/push-vpqsrylmkqqmLukas Wirth-20/+58
2025-07-27Ignore `Destruct` bounds againLukas Wirth-2/+41
2025-07-27Cleanup unstable flags handlingLukas Wirth-19/+18
2025-07-27miri: for ABI mismatch errors, say which argument is the problemRalf Jung-35/+45
2025-07-27Allow more MIR SROAScott McMurray-68/+40
2025-07-27Merge pull request #20317 from Veykril/push-koossvzyyvmmLaurențiu Nicola-1/+1
2025-07-27fix: Fix incorrect build script version checkLukas Wirth-1/+1
2025-07-27Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errorsbors-9/+38
2025-07-27Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau...FractalFir-0/+5
2025-07-27Merge pull request #20315 from Veykril/push-pvmslwwouzzxLukas Wirth-182/+246
2025-07-27Copy lockfile when building build scriptsLukas Wirth-73/+76
2025-07-27internal: Better type proc macro dylib build data stateLukas Wirth-114/+175
2025-07-27Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errorsbors-4/+12
2025-07-27Merge pull request #4498 from RalfJung/genmc-buildRalf Jung-42/+1130
2025-07-27constify with_exposed_provenanceRalf Jung-2/+4
2025-07-27Merge pull request #20305 from Hmikihiro/Migrate_part_of_utilsShoyu Vanilla (Flint)-3/+5
2025-07-27various minor adjustmentsRalf Jung-79/+49
2025-07-27Add support for building and linking against genmcPatrick-6-42/+1160
2025-07-27Migrate `convert_tuple_struct_to_named_struct' assist to use `SyntaxEditor'Hayashi Mikihiro-35/+68
2025-07-27migrate `fn edit_struct_def` in `convert_tuple_struct_to_named_struct` to Syn...Hayashi Mikihiro-30/+24
2025-07-27remove ted from convert_tuple_struct_to_named_structHayashi Mikihiro-5/+7
2025-07-27Migrate `inline_type_alias` assist to use `SyntaxEditor`Hmikihiro-29/+34
2025-07-27refactor: conpare text of name_ref instead of syntax name_refHmikihiro-1/+4
2025-07-27check_static_item: explain should_check_for_sync choicesRalf Jung-3/+9
2025-07-27Fix typo non_std_lazy_statics.rs (#15357)Samuel Tardieu-1/+1
2025-07-27Fix typo non_std_lazy_statics.rsSamuel Moelius-1/+1
2025-07-27Merge pull request #1888 from madhav-madhusoodanan/intrinsic-test-generate-on...Folkert de Vries-24/+37
2025-07-27Auto merge of #143884 - LorrensP-2158466:resolve-split-define, r=petrochenkovbors-57/+100
2025-07-27chore: handling the case where --generate-only flag is passedMadhav Madhusoodanan-24/+37
2025-07-27Merge pull request #4497 from RalfJung/check-shimRalf Jung-793/+897
2025-07-27Fix `let_unit_value` suggests wrongly for format macros (#15085)llogiq-35/+131
2025-07-27fix: `unnecessary_map_or` don't add parens if the parent expr comes f… (#15...Timo-7/+77
2025-07-27Unherit server extra env for runnables extra envLukas Wirth-36/+33
2025-07-27fix: Fix runnables extra env not substituting env varsLukas Wirth-50/+53
2025-07-27introduce a macro for shim signature checkingRalf Jung-795/+900
2025-07-27Fix `empty_structs_with_brackets` suggests wrongly on generics (#15355)Timo-3/+39
2025-07-27fix: `unnecessary_map_or` don't add parens if the parent expr comes from a macroAda Alakbarova-7/+77
2025-07-27coverage: Clarify that getting a PGO name also makes a function "used"Zalathar-4/+7
2025-07-27coverage: Infer `instances_used` from `pgo_func_name_var_map`Zalathar-18/+21
2025-07-27fix(debuginfo): disable overflow check forgodzie44-2/+34
2025-07-27Merge pull request #20290 from ShoyuVanilla/tmp-lockfilesLukas Wirth-6/+54
2025-07-27Merge pull request #1887 from madhav-madhusoodanan/intrinsic-test-argument-cl...Folkert de Vries-30/+32
2025-07-27Merge pull request #4496 from RalfJung/ctor-ret-typeRalf Jung-2/+54
2025-07-27call_function helper: dont ICE on return type mismatchesRalf Jung-2/+54