about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-02Mark super_let feature as incomplete.Mara Bos-1/+1
2025-04-03hygiene: Avoid recursion in syntax context decodingVadim Petrochenkov-103/+67
2025-04-02Demote i686-pc-windows-gnu to Tier 2Noratrieb-1/+1
2025-04-02Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgrbors-228/+271
2025-04-02Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkovMatthias Krüger-7/+25
2025-04-02Rollup merge of #139237 - Zoxc:anon-0-deps-kind, r=compiler-errorsMatthias Krüger-5/+21
2025-04-02Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errorsMatthias Krüger-156/+157
2025-04-02Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obkMatthias Krüger-12/+33
2025-04-02Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obkMatthias Krüger-48/+35
2025-04-02Fix two incorrect turbofish suggestionsFreya Arbjerg-7/+25
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-176/+149
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-4/+58
2025-04-02Partially revert "Do not unify dereferences in GVN."dianqk-3/+1
2025-04-02Invalidate all dereferences for non-local assignmentsdianqk-8/+32
2025-04-02`next_opaque` is no longer an `Option`dianqk-37/+32
2025-04-02Do not use `for_each_assignment_mut` to iterate over assignment statementsdianqk-78/+37
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-86/+91
2025-04-02Only walk local items instead of filtering for them laterOli Scherer-23/+19
2025-04-02Remove a function that has no necessary callersOli Scherer-15/+0
2025-04-02Remove a `hir_*` helper that was just forwarding to a queryOli Scherer-6/+2
2025-04-02Directly fetch the impl self typeOli Scherer-2/+2
2025-04-02Fetch the destructor constness lazilyOli Scherer-8/+6
2025-04-02Only look at trait impls in the current crate when looking for `Drop` implsOli Scherer-18/+30
2025-04-02Add a dep kind for use of the anon node with zero dependenciesJohn Kåre Alsaker-5/+21
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-29/+0
2025-04-02Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.Nicholas Nethercote-65/+7
2025-04-02Impl `Copy` for `Token` and `TokenKind`.Nicholas Nethercote-50/+49
2025-04-02Use a session counter to make anon dep nodes uniqueJohn Kåre Alsaker-8/+16
2025-04-02Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.Nicholas Nethercote-387/+107
2025-04-02Reduce scope of `AstValidator::with_*` calls.Nicholas Nethercote-91/+88
2025-04-02ensure_ok().query doesn't need cache_on_diskMichael Goulet-2/+0
2025-04-02Use return_result_from_ensure_ok a bit moreMichael Goulet-7/+8
2025-04-02cache_on_disk_if false is a noopMichael Goulet-2/+0
2025-04-02Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalatharbors-189/+155
2025-04-02Rename span-related names in `AstValidator`.Nicholas Nethercote-36/+43
2025-04-02Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errorsStuart Cook-8/+12
2025-04-02Rollup merge of #139200 - xizheyin:issue-139174, r=compiler-errorsStuart Cook-0/+1
2025-04-02Rollup merge of #139191 - lcnr:interner-opaques, r=compiler-errorsStuart Cook-61/+35
2025-04-02Rollup merge of #139102 - Zalathar:no-split, r=oli-obkStuart Cook-89/+39
2025-04-02Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=...Stuart Cook-13/+22
2025-04-02Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=AmanieuStuart Cook-18/+23
2025-04-02Rollup merge of #138003 - sayantn:new-amx, r=AmanieuStuart Cook-0/+15
2025-04-02Rollup merge of #135295 - eyraudh:master, r=compiler-errorsStuart Cook-0/+8
2025-04-02rustc_target: RISC-V: add base "I"-related important extensionsTsukasa OI-18/+23
2025-04-02Auto merge of #138478 - nnethercote:rm-NtExpr-NtLiteral, r=petrochenkovbors-224/+361
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-176/+149
2025-04-02Factor some code out of `AstValidator::visit_items`.Nicholas Nethercote-19/+20
2025-04-01simplify Interner opaque types APIlcnr-47/+26
2025-04-01call `mir_promoted` inside of `do_mir_borrowck`lcnr-14/+9
2025-04-02Simplify control flow in `AstValidator::visit_item`.Nicholas Nethercote-12/+8