about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-401/+468
2024-12-11Auto merge of #134164 - jhpratt:rollup-s7z0vcc, r=jhprattbors-72/+174
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-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
2024-12-10Excercise const trait interaction with default fieldsEsteban Küber-9/+30
2024-12-10Remove Felix from ping groups and review rotationOli Scherer-2/+0
2024-12-10Fix type (exit → exist)Tobias Bucher-2/+2
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-536/+604
2024-12-10Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789León Orell Valerian Liehr-1/+1
2024-12-10Rollup merge of #134106 - wesleywiser:update_compiler_review_queue_maintainer...León Orell Valerian Liehr-0/+2
2024-12-10Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiaskoLeón Orell Valerian Liehr-191/+182
2024-12-10Rollup merge of #134041 - clubby789:debugvis-sourcemap, r=jieyouxuLeón Orell Valerian Liehr-4/+3
2024-12-10Rollup merge of #134023 - onur-ozkan:132507, r=jieyouxuLeón Orell Valerian Liehr-12/+19
2024-12-10Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxuLeón Orell Valerian Liehr-8/+18
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-54/+166
2024-12-10Rollup merge of #133980 - xingxue-ibm:ln-option-aix, r=jieyouxuLeón Orell Valerian Liehr-1/+11
2024-12-10Rollup merge of #133970 - xingxue-ibm:sigaction, r=nnethercoteLeón Orell Valerian Liehr-3/+24
2024-12-10Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxuLeón Orell Valerian Liehr-0/+9
2024-12-10Rollup merge of #133478 - aDotInTheVoid:finally, r=fmeaseLeón Orell Valerian Liehr-262/+169
2024-12-10bootstrap: Forward cargo JSON output to stout, not stderrZalathar-1/+1
2024-12-10rustc_target: ppc64 target string fixes for LLVM 20Augie Fackler-9/+14
2024-12-10stabilize const_nonnull_newRalf Jung-4/+1
2024-12-10Auto merge of #134108 - fmease:rollup-tbtwm6j, r=fmeasebors-2099/+2142
2024-12-10run-make: Fix `assert_stderr_not_contains_regex`jyn-1/+1
2024-12-10Rollup merge of #134102 - WaffleLapkin:nix-dev-shell-fixups-2024-12-10, r=Nor...León Orell Valerian Liehr-12/+10
2024-12-10Rollup merge of #134071 - Kobzol:ci-renovatebot, r=MarcoIeniLeón Orell Valerian Liehr-0/+14
2024-12-10Rollup merge of #134029 - Zalathar:zero, r=oli-obkLeón Orell Valerian Liehr-223/+169
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-213/+78