about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-11/+11
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-1/+3
2025-04-15Rollup merge of #139772 - nnethercote:rm-hir-Map, r=ZalatharStuart Cook-1/+1
2025-04-15Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er...Stuart Cook-0/+2
2025-04-14Use `newtype_index!`-generated types more idiomaticallyYotam Ofek-6/+3
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-1/+0
2025-04-14Documentation fixes.Nicholas Nethercote-1/+1
2025-04-13Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W...Jacob Pratt-0/+3
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+3
2025-04-12Fix name of field in doc commentSamuel Tardieu-1/+1
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-18/+19
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-1/+1
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-18/+19
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-1/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-1/+1
2025-04-10Address review comments.Nicholas Nethercote-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-6/+6
2025-04-07Enable contracts for const functionsCelina G. Val-0/+2
2025-04-07Rollup merge of #139112 - m-ou-se:super-let, r=lcnrStuart Cook-1/+3
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-2/+6
2025-04-04Implement `super let`.Mara Bos-1/+3
2025-04-04Auto merge of #120706 - Bryanskiy:leak, r=lcnrbors-0/+6
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-16/+7
2025-04-03Initial support for auto traits with default boundsBryanskiy-0/+6
2025-04-03impl !PartialOrd for HirIdOli Scherer-16/+7
2025-04-03Tighten up assignment operator representations.Nicholas Nethercote-4/+4
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-1/+1
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-3/+14
2025-03-28Don't use `kw::Empty` in `hir::Lifetime::ident`.Nicholas Nethercote-15/+79
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-2/+6
2025-03-28Remove `ImplicitObjectLifetimeDefault` case from `suggestion`.Nicholas Nethercote-15/+10
2025-03-28Remove `LifetimeSuggestionPosition` and `Lifetime::suggestion_position`.Nicholas Nethercote-32/+13
2025-03-22Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcmbors-1/+0
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-5/+16
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-71/+122
2025-03-13Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...Matthias Krüger-4/+7
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-12Reduce FormattingOptions to 64 bits.Mara Bos-1/+0
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-0/+1
2025-03-12Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil...Matthias Krüger-10/+0
2025-03-12Remove unused `OwnerNode::ident` method.Nicholas Nethercote-10/+0
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-1/+1
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-3/+8
2025-03-11Error on `define_opaques` entries without any opaques actually referencedOli Scherer-1/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-3/+8
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-2/+2
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-4/+7