about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkovStuart Cook-13/+35
2025-08-19Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwUStuart Cook-14/+73
2025-08-19Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercoteStuart Cook-365/+408
2025-08-19Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errorsStuart Cook-0/+3
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-93/+182
2025-08-19completely remove rva23s64Zhongyao Chen-75/+1
2025-08-19remove rva23s64 from riscv64a23-unknown-linux-gnu targetZhongyao Chen-1/+1
2025-08-18Add tracing to various miscellaneous functionsStypox-5/+13
2025-08-18interpret: fix in-place return place semantics when the return place expressi...Ralf Jung-3/+16
2025-08-18interpret: avoid forcing all integer newtypes into memory during clear_proven...Ralf Jung-0/+17
2025-08-18Specify linker scripts after user link argsLewis McClelland-2/+7
2025-08-18Add VEXos "linked files" support to `armv7a-vex-v5`Lewis McClelland-8/+19
2025-08-18comment style changesDeadbeef-35/+34
2025-08-18Turn invalid index suffixes into hard errorsJieyou Xu-28/+10
2025-08-18ignore frontmatters in `TokenStream::new`Deadbeef-4/+15
2025-08-18cargo updategithub-actions-1/+3
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-137/+35
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-4/+195
2025-08-18Allow stability attributes on extern cratesJonathan Brouwer-0/+1
2025-08-18nll-relate: improve hr opaque types supportlcnr-9/+22
2025-08-18Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel...Stuart Cook-0/+5
2025-08-18Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkinStuart Cook-89/+14
2025-08-18Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35Stuart Cook-0/+9
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-20/+220
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-91/+318
2025-08-18change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39Zhongyao Chen-1/+1
2025-08-17Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.Zachary S-7/+18
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-1/+13
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+12
2025-08-17resolve: debug for block modulebohan-1/+4
2025-08-17Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnrbors-45/+62
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-202/+230
2025-08-16tidy now installs typos-cli as-needed via cargobinarycat-3/+3
2025-08-16Visit and print async_fut local for async drop.Camille Gillot-2/+12
2025-08-16Only unpack span data once.Camille Gillot-7/+7
2025-08-17refactor return type of `suggest_ampmut` into an enumDeadbeef-171/+178
2025-08-16Only scan each definition once.Camille GILLOT-13/+16
2025-08-16Simplify span_data_to_lines_and_cols.Camille Gillot-16/+14
2025-08-16Simplify decode_span.Camille Gillot-28/+23
2025-08-16run spellcheck as a tidy extra check in cibinarycat-2/+2
2025-08-16overhaul `&mut` suggestions in borrowck errorsDeadbeef-323/+360
2025-08-16Clean up parsers related to generic boundsLeón Orell Valerian Liehr-97/+79
2025-08-16remove `should_render` in `PrintAttribute` deriveDeadbeef-40/+20
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-9/+6
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-13/+35
2025-08-16Fix deprecation attribute on foreign statics & typesJonathan Brouwer-0/+2
2025-08-16Don't show foreign types as an allowed target if the feature is not enabledJonathan Brouwer-0/+3
2025-08-16Add parentheses for closure when suggesting calling closureMu001999-6/+10
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-543/+6
2025-08-16Properly recover from parenthesized use-bounds (precise capturing)León Orell Valerian Liehr-16/+26