about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-28Add diagnostic items to sys::MutexPatrick-6-0/+3
2025-05-28Handle e2021 precise capturing of unsafe binderMichael Goulet-2/+6
2025-05-28interpret/allocation: make alloc fn be FnOnceNia Espera-1/+1
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-13/+6
2025-05-28Avoid over-counting of `UsePath` in the HIR stats.Nicholas Nethercote-2/+8
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-47/+45
2025-05-28Fix ICE in tokenstream with contracts from parser recoveryyukang-7/+6
2025-05-27Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwUTrevor Gross-312/+292
2025-05-27Rollup merge of #141252 - dianqk:gvn-repeat-index, r=saethlinTrevor Gross-1/+7
2025-05-27Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomezTrevor Gross-9/+25
2025-05-27Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercoteTrevor Gross-422/+534
2025-05-27add perf fixme for `MaybeInitializedPlaces` domainRémy Rakic-0/+12
2025-05-27fast path: compute `MaybeInitializedPlaces` lazilyRémy Rakic-11/+33
2025-05-27remove unneeded lifetimeRémy Rakic-7/+8
2025-05-27move `MaybeInitializedPlaces` computation to where it's usedRémy Rakic-27/+11
2025-05-27Make the `dangerous_implicit_autorefs` lint deny-by-defaultUrgau-2/+2
2025-05-27Rollup merge of #141650 - Zalathar:revert-unused-local-file, r=ZalatharMatthias Krüger-108/+42
2025-05-27Rollup merge of #141645 - klensy:fluent-b, r=jieyouxuMatthias Krüger-4/+4
2025-05-27Rollup merge of #141632 - fee1-dead-contrib:push-txmttkxvwqxl, r=oli-obkMatthias Krüger-11/+3
2025-05-27Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmeaseMatthias Krüger-149/+149
2025-05-28consider glob imports in cfg suggestionbohan-5/+51
2025-05-27Drive-by: Delete dead TyCtxtEnsureOk::const_eval_polyLeón Orell Valerian Liehr-22/+0
2025-05-27Always evaluate free lifetime-generic constantsLeón Orell Valerian Liehr-2/+4
2025-05-27Warn on non-crate level text direction lintsMatthew Jasper-1/+3
2025-05-27Avoid including text direction codepoints in lint messagesMatthew Jasper-4/+4
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-142/+151
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-18/+42
2025-05-27Suggest mut when possbile for temporary value dropped while borrowedyukang-1/+13
2025-05-27Refactor the two-phase check for impls and impl itemsMu001999-131/+121
2025-05-27Make some assertions in solver into debug assertionsMichael Goulet-11/+12
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-108/+42
2025-05-27Fix some var namesMichael Goulet-34/+34
2025-05-27Rename unpack to kindMichael Goulet-129/+129
2025-05-27bump fluent-* cratesklensy-4/+4
2025-05-27Rollup merge of #141635 - fee1-dead-contrib:push-lmyymwotrspk, r=oli-obkMichael Goulet-284/+145
2025-05-27Rollup merge of #141623 - folkertdev:va-arg-explicit-types, r=workingjubileeMichael Goulet-22/+61
2025-05-27Rollup merge of #141599 - nnethercote:rm-Box-into_inner, r=fmease,chenyukangMichael Goulet-2/+1
2025-05-27Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnrMichael Goulet-3/+5
2025-05-27Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3Michael Goulet-8/+51
2025-05-27Rollup merge of #141580 - oli-obk:early-dyn-catches-the-incompat, r=compiler-...Michael Goulet-7/+18
2025-05-27Rollup merge of #141563 - nnethercote:rm-noop, r=petrochenkovMichael Goulet-23/+5
2025-05-27Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-deadMichael Goulet-63/+101
2025-05-27Rollup merge of #140591 - Kivooeo:new-fix-five, r=davidtwcoMichael Goulet-16/+11
2025-05-27Remove out-of-date `noop_*` names.Nicholas Nethercote-23/+5
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-7/+18
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-478/+495
2025-05-27support `#[cfg(...)]` on arguments to the `asm!` macrosFolkert de Vries-4/+99
2025-05-27further dedup `WalkItemKind` for `mut_visit` and `visit`Deadbeef-284/+145
2025-05-27remove `visit_mt` from `ast::mut_visit`Deadbeef-11/+3
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-128/+45