about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-18Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obkMatthias Krüger-1/+0
2025-01-18Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errorsMatthias Krüger-9/+9
2025-01-18Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errorsbors-24/+45
2025-01-17Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratriebbors-2/+20
2025-01-17Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35bors-0/+12
2025-01-17add cache to `AmbiguityCausesVisitor`lcnr-2/+12
2025-01-17Rollup merge of #135604 - estebank:docs-e0207, r=jieyouxuMatthias Krüger-0/+24
2025-01-17Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxuMatthias Krüger-0/+1
2025-01-17Rollup merge of #135558 - estebank:issue-133316, r=chenyukangMatthias Krüger-0/+8
2025-01-17Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726Matthias Krüger-171/+386
2025-01-17remove unnecessary assertion for reference erroryukang-1/+0
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-22/+65
2025-01-16Expand docs for `E0207` with additional exampleEsteban Küber-0/+24
2025-01-16Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgrbors-673/+945
2025-01-16Fix suggestion to convert dereference of raw pointer to refSamuel Tardieu-0/+1
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-16use indirect return for `i128` and `f128` on wasm32Folkert de Vries-0/+12
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-16Detect if-else chains with a missing final else in type errorsEsteban Küber-0/+8
2025-01-16Add gpu-kernel calling conventionFlakebi-22/+65
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-15avoid running the overlap check twicelcnr-22/+33
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