about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-16Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgrbors-673/+945
2025-01-16Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errorsbors-3/+38
2025-01-16Rollup merge of #135561 - Zalathar:link-dead-code, r=saethlinMatthias Krüger-8/+1
2025-01-16Rollup merge of #135504 - veluca93:target-feature-cast-to-fn-ptr, r=oli-obkMatthias Krüger-21/+61
2025-01-16Rollup merge of #135481 - Zalathar:node-flow, r=oli-obkMatthias Krüger-632/+849
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-12/+34
2025-01-16Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny...Matthias Krüger-8/+23
2025-01-16Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplettMatthias Krüger-0/+248
2025-01-16coverage: Make `yank_to_spantree_root` iterative instead of recursiveZalathar-19/+36
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-632/+733
2025-01-16Coerce safe-to-call target_feature functions to fn pointers.Luca Versari-21/+61
2025-01-16Implement `use` associated items of traitsFrank King-12/+34
2025-01-16Update docs for `-Clink-dead-code` to discourage its useZalathar-8/+1
2025-01-15Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgrbors-12/+13
2025-01-15Rollup merge of #135541 - oli-obk:push-lqlmstussztp, r=compiler-errorsMatthias Krüger-12/+13
2025-01-15Methods of const traits are constOli Scherer-12/+13
2025-01-15Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnrGuillaume Gomez-6/+25
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-60/+137
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-64/+221
2025-01-15Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhprattbors-87/+102
2025-01-15Rollup merge of #135520 - compiler-errors:mono-impossible-drop-with-lifetimes...Jacob Pratt-5/+19
2025-01-15Rollup merge of #134338 - tgross35:overflowing-c-safe-ret, r=bjorn3,antoyoJacob Pratt-76/+77
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-6/+6
2025-01-15Avoid notes that only make sense for unsafe functionsOli Scherer-4/+9
2025-01-15Try to render shorthand differentlyOli Scherer-3/+9
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-20/+40
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-1/+8
2025-01-15Hide the internal unsafety of safe target_feature fn itemsOli Scherer-2/+14
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-14/+68
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-51/+125
2025-01-15late_report_deprecation: move fast-path closer to the core logicRalf Jung-9/+12
2025-01-15Make sure we actually use the right trivial lifetime substs when eagerly mono...Michael Goulet-5/+19
2025-01-15Update compiler-builtins to 0.1.143Trevor Gross-2/+2
2025-01-14Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJungJubilee-8/+18
2025-01-14Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=...Jubilee-5/+121
2025-01-14Rollup merge of #135380 - compiler-errors:mismatch-valtree, r=lcnrJubilee-2/+3
2025-01-14Rollup merge of #135264 - compiler-errors:layout-propagate-errors, r=oli-obkJubilee-12/+20
2025-01-14Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwUJubilee-9/+35
2025-01-14Rollup merge of #134940 - compiler-errors:scrape, r=lcnrJubilee-19/+48
2025-01-15Use a C-safe return type for `__rust_[ui]128_*` overflowing intrinsicsTrevor Gross-74/+75
2025-01-14Auto merge of #135180 - tgross35:update-builtins, r=tgross35bors-2/+2
2025-01-14Auto merge of #135496 - matthiaskrgr:rollup-ps0cjzn, r=matthiaskrgrbors-47/+42
2025-01-14Make sure to scrape region constraints from deeply normalizing type outlives ...Michael Goulet-19/+48
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-5/+121
2025-01-14Consider more erroneous layouts as LayoutError::ReferencesError to suppress s...Michael Goulet-12/+20
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-8/+18
2025-01-14Normalize field before checking PhantomData in coerce/dispatch impl validationMichael Goulet-3/+20
2025-01-14Make sure we can produce ConstArgHasWrongType errors for valtree constsMichael Goulet-2/+3
2025-01-14Update compiler-builtins to 0.1.141Trevor Gross-2/+2
2025-01-14Rollup merge of #135493 - compiler-errors:legacy-mangle-closure, r=lqdMatthias Krüger-4/+4