about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-401/+468
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-5/+30
2024-12-11Rollup merge of #134141 - compiler-errors:anon-adt, r=lqdJacob Pratt-31/+4
2024-12-11Rollup merge of #134139 - mustartt:pgo-linker-flag, r=saethlinJacob Pratt-0/+2
2024-12-11Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiserJacob Pratt-2/+9
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-5/+30
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-31/+4
2024-12-10Rollup merge of #134115 - durin42:ppc64-target-string, r=jieyouxuLeón Orell Valerian Liehr-9/+14
2024-12-10Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obkLeón Orell Valerian Liehr-1/+5
2024-12-10Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errorsLeón Orell Valerian Liehr-9/+57
2024-12-10Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxuLeón Orell Valerian Liehr-0/+4
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-257/+294
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 #134017 - compiler-errors:call-once-deduction, r=jieyouxuLeón Orell Valerian Liehr-8/+4
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-54/+96
2024-12-10Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxuLeón Orell Valerian Liehr-0/+9
2024-12-10rustc_target: ppc64 target string fixes for LLVM 20Augie Fackler-9/+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-37/+50
2024-12-10Rollup merge of #133946 - Zalathar:ready-first, r=oli-obkLeón Orell Valerian Liehr-146/+125
2024-12-10Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDentonLeón Orell Valerian Liehr-1/+1
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-4/+73
2024-12-10Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmeasebors-37/+31
2024-12-10Validate self in host predicates correctlyMichael Goulet-2/+9
2024-12-10Don't ICE when encountering never in patternMichael Goulet-1/+5
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-9/+57
2024-12-10Auto merge of #129514 - estebank:default-field-values, r=compiler-errorsbors-181/+665
2024-12-09Rollup merge of #134084 - estebank:typo, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2024-12-09Rollup merge of #134073 - DianQK:fix-131227, r=oli-obkLeón Orell Valerian Liehr-2/+7
2024-12-09Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obkLeón Orell Valerian Liehr-34/+21
2024-12-09Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxuLeón Orell Valerian Liehr-0/+2
2024-12-09Support x-crate default fieldsEsteban Küber-1/+13
2024-12-09Unconditionally error at definition if default field value has const errorsEsteban Küber-107/+19
2024-12-09Disallow `#[default] Variant {}` regardless of feature flagEsteban Küber-3/+16
2024-12-09review comments: rewordingsEsteban Küber-6/+6
2024-12-09Provide diagnostic for `Struct(a, .., z)` expressionEsteban Küber-0/+31
2024-12-09Detect `struct S(ty = val);`Esteban Küber-9/+53
2024-12-09Introduce `default_field_values` featureEsteban Küber-172/+644
2024-12-09Apply suggestions from code reviewSven Kanoldt-8/+8
2024-12-09Fix typo in RFC mention 3598 -> 3593Esteban Küber-1/+1
2024-12-09Auto merge of #134064 - jieyouxu:revert-131669, r=ChrisDentonbors-363/+67
2024-12-09Add test to check unicode identifier versionEric Huss-0/+2
2024-12-09fix ICE on type error in promotedRalf Jung-37/+50
2024-12-09interpret: clean up deduplicating allocation functionsRalf Jung-34/+21
2024-12-09dataflow_const_prop: do not eval a ptr address in SwitchIntDianQK-2/+7
2024-12-09Remove an out-of-date comment.Nicholas Nethercote-4/+0
2024-12-09Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.Nicholas Nethercote-187/+182