about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-13Keep track of patterns that could have introduced a binding, but didn'tEsteban Küber-7/+158
2024-12-11Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgrbors-3145/+7930
2024-12-11Rollup merge of #134170 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2865/+7515
2024-12-11Rollup merge of #134165 - durin42:wasm-target-string, r=jieyouxuMatthias Krüger-7/+13
2024-12-11Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxuMatthias Krüger-186/+265
2024-12-11Rollup merge of #134148 - dev-ardi:cleanup_check_field_expr, r=compiler-errorsMatthias Krüger-6/+23
2024-12-11Rollup merge of #133598 - ChayimFriedman2:get-many-mut-detailed-err, r=scottmcmMatthias Krüger-28/+34
2024-12-11Rollup merge of #132975 - arichardson:ffi-c-char, r=tgross35Matthias Krüger-53/+80
2024-12-11Auto merge of #134164 - jhpratt:rollup-s7z0vcc, r=jhprattbors-72/+174
2024-12-11document check_expr_fieldOrion Gonzalez-6/+23
2024-12-11wasm(32|64): update alignment stringAugie Fackler-7/+13
2024-12-11coverage: Store intermediate region tables in `CovfunRecord`Zalathar-55/+77
2024-12-11coverage: Only generate a CGU's covmap record if it has covfun recordsZalathar-4/+14
2024-12-11coverage: Adjust a codegen test to ignore the order of covmap/covfun globalsZalathar-4/+2
2024-12-11Merge pull request #18663 from Veykril/push-syoklzkntyknLukas Wirth-0/+4
2024-12-11Merge pull request #18662 from lnicola/sync-from-rustLaurențiu Nicola-24276/+34382
2024-12-11fix: Swallow rustfmt parsing panicsLukas Wirth-0/+4
2024-12-11Bump rustc cratesLaurențiu Nicola-18/+17
2024-12-11Merge from rust-lang/rustLaurențiu Nicola-24257/+34364
2024-12-11Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-12-11Rollup merge of #134160 - celinval:chores-vacation, r=jieyouxuJacob Pratt-0/+1
2024-12-11Rollup merge of #134158 - compiler-errors:item-def-id, r=jackh726Jacob Pratt-9/+9
2024-12-11Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxuJacob Pratt-6/+58
2024-12-11Rollup merge of #134141 - compiler-errors:anon-adt, r=lqdJacob Pratt-38/+5
2024-12-11Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlinJacob Pratt-0/+2
2024-12-11Rollup merge of #134136 - estebank:const-trait-default-field-test, r=jieyouxuJacob Pratt-13/+39
2024-12-11Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiserJacob Pratt-2/+31
2024-12-11Rollup merge of #134079 - tbu-:pr_doc_x8_to_from_xe_bytes, r=jhprattJacob Pratt-4/+29
2024-12-11coverage: Reify `CovfunRecord` as an intermediate stepZalathar-36/+45
2024-12-11Merge pull request #18458 from Giga-Bowser/masterLukas Wirth-67/+432
2024-12-11Merge pull request #18653 from SomeoneToIgnore/hash-completionsLukas Wirth-23/+134
2024-12-11Merge pull request #18657 from Giga-Bowser/generate-enum-variantLukas Wirth-231/+522
2024-12-11Merge pull request #18656 from roife/fix-issue-18639Lukas Wirth-15/+54
2024-12-11coverage: Extract function metadata handling to a `covfun` submoduleZalathar-166/+206
2024-12-11Auto merge of #134137 - fmease:rollup-u1p7swx, r=fmeasebors-215/+1177
2024-12-10Add vacation entry in triagebot.tomlCelina G. Val-0/+1
2024-12-11Add a note saying that `{u8,i8}::from_{be,le,ne}_bytes` is meaninglessTobias Bucher-4/+29
2024-12-11Rename projection_def_id to item_def_idMichael Goulet-9/+9
2024-12-10Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures...Michael Goulet-6/+58
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-38/+5
2024-12-10Further document default field testEsteban Küber-7/+12
2024-12-10Rollup merge of #134120 - oli-obk:push-vryonyoqmonv, r=oli-obkLeón Orell Valerian Liehr-2/+0
2024-12-10Rollup merge of #134116 - RalfJung:const_nonnull_new, r=jhprattLeón Orell Valerian Liehr-4/+1
2024-12-10Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxuLeón Orell Valerian Liehr-9/+14
2024-12-10Rollup merge of #134113 - jyn514:run-make-contains, r=jieyouxuLeón Orell Valerian Liehr-1/+1
2024-12-10Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obkLeón Orell Valerian Liehr-1/+32
2024-12-10Rollup merge of #134100 - eholk:noop-rustc-const-stable, r=dtolnayLeón Orell Valerian Liehr-1/+0
2024-12-10Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errorsLeón Orell Valerian Liehr-195/+1122
2024-12-10Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxuLeón Orell Valerian Liehr-0/+5
2024-12-10Rollup merge of #133583 - tbu-:pr_fix_typo2, r=compiler-errorsLeón Orell Valerian Liehr-2/+2