about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-6/+14
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-3/+3
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-3/+4
2024-08-23Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxuGuillaume Gomez-1/+1
2024-08-23Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errorsGuillaume Gomez-2/+3
2024-08-23Rollup merge of #129417 - compiler-errors:refine-err, r=lqdMatthias Krüger-1/+6
2024-08-23Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errorsMatthias Krüger-54/+57
2024-08-23Fix typo in help diagnosticGurinder Singh-1/+1
2024-08-22Don't trigger refinement lint if predicates reference errorsMichael Goulet-1/+6
2024-08-22Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxubors-2/+6
2024-08-22Fix handling of macro arguments within the `dropping_copy_types lintUrgau-2/+3
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-21/+39
2024-08-22Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errorsMatthias Krüger-1/+4
2024-08-22Rollup merge of #129388 - cjgillot:region-def-id, r=compiler-errorsMatthias Krüger-20/+4
2024-08-22Rollup merge of #129373 - samitolvanen:cfi-module-flags, r=compiler-errorsMatthias Krüger-0/+31
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-79/+127
2024-08-22Pretty-print own args of existential projectionsLeón Orell Valerian Liehr-1/+4
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-20/+4
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-54/+57
2024-08-21Add missing module flags for CFI and KCFI sanitizersSami Tolvanen-0/+31
2024-08-21Rollup merge of #129364 - jswrenn:transmute-layout-errs, r=compiler-errorsMatthias Krüger-21/+10
2024-08-21Rollup merge of #129353 - krasimirgg:llvm20key, r=nikicMatthias Krüger-0/+11
2024-08-21Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnrMatthias Krüger-1/+1
2024-08-21safe transmute: gracefully bubble-up layout errorsJack Wrenn-21/+10
2024-08-21Rollup merge of #129070 - estebank:static-trait, r=davidtwcoMatthias Krüger-11/+35
2024-08-21Rollup merge of #128941 - GrigorenkoPV:internal-diagnostic-lints, r=davidtwcoMatthias Krüger-68/+84
2024-08-21Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkovMatthias Krüger-0/+8
2024-08-21Point at explicit `'static` obligations on a traitEsteban Küber-11/+35
2024-08-21llvm-wrapper: adapt for LLVM 20 API changesKrasimir Georgiev-0/+11
2024-08-21Rollup merge of #129355 - RalfJung:PlaceMention, r=compiler-errorsMatthias Krüger-1/+1
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-30/+19
2024-08-21Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie...Matthias Krüger-121/+106
2024-08-21Rollup merge of #129339 - beetrees:make-indirect-from-ignore, r=RalfJungMatthias Krüger-8/+18
2024-08-21Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errorsMatthias Krüger-25/+24
2024-08-21Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebankMatthias Krüger-16/+35
2024-08-21Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwcoMatthias Krüger-1/+1
2024-08-21Rollup merge of #128843 - veera-sivarajan:small-cleanup, r=davidtwcoMatthias Krüger-3/+2
2024-08-21Rollup merge of #128627 - khuey:DUMMY_SP-line-no, r=nnethercoteMatthias Krüger-1/+11
2024-08-21fix comment on PlaceMention semanticsRalf Jung-1/+1
2024-08-21Simplify some redundant field namesMichael Goulet-30/+19
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-121/+106
2024-08-21Make `ArgAbi::make_indirect_force` more specificbeetrees-8/+18
2024-08-20Avoid extra `cast()`s after `CStr::as_ptr()`Josh Stone-25/+24
2024-08-20Rollup merge of #129314 - kyoto7250:fix_link_in_mir_mod, r=compiler-errorsMatthias Krüger-1/+1
2024-08-20Rollup merge of #129309 - RalfJung:CompileTimeInterpCx, r=compiler-errorsMatthias Krüger-2/+5
2024-08-20Rollup merge of #129308 - c8ef:typo, r=jieyouxuMatthias Krüger-2/+2
2024-08-20Rollup merge of #129277 - Xiretza:update-annotate-snippets, r=fee1-deadMatthias Krüger-63/+40
2024-08-20Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch...Matthias Krüger-3/+3
2024-08-20Rollup merge of #128932 - bvanjoi:issue-128813, r=petrochenkovMatthias Krüger-5/+13
2024-08-20Move the "matches no value" note to be a span labelNadrieril-10/+7