about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+3
2025-03-09Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile...Matthias Krüger-2/+2
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-03-07Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obkMatthias Krüger-30/+8
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-15/+25
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-1/+11
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-12/+20
2025-03-07Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.Nicholas Nethercote-5/+7
2025-03-07Factor out repeated `visit_id` calls.Nicholas Nethercote-17/+2
2025-03-07Move `visit_id` calls.Nicholas Nethercote-16/+9
2025-03-06Add UseCloned trait related codeSantiago Pastorino-0/+1
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-1/+10
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-4/+7
2025-03-06Prefer a two value enum over boolOli Scherer-1/+1
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-1/+4
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-1/+4
2025-03-01Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errorsMatthias Krüger-2/+2
2025-02-28Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+6
2025-02-27Clean up TypeckResults::extract_binding_modeMaja Kądziołka-0/+6
2025-02-27Introduce `AssocOp::Binary`.Nicholas Nethercote-2/+2
2025-02-26Handle asm const similar to inline constGary Guo-2/+2
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-1/+29
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-1/+5
2025-02-24Fix rustdoc and clippyJana Dönszelmann-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-0/+4
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-62/+114
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-2/+2
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-10/+33
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-2/+2
2025-02-22Fix binding mode problemsMichael Goulet-8/+8
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-8/+31
2025-02-22Make asm a named fieldMichael Goulet-5/+5
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-3/+3
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-3/+5
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-32/+34
2025-02-17Remove unused `Map::hir_node_by_def_id` method.Nicholas Nethercote-4/+0
2025-02-17Clarify `impl Map for !`.Nicholas Nethercote-7/+7
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-3/+5
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-0/+1
2025-02-11compiler: remove rustc_target reexport of rustc_abi::HashStableContextJubilee Young-3/+1
2025-02-11Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...Matthias Krüger-0/+6
2025-02-09rename the trait to validity and place a feature gate afrontDing Xiang Fei-1/+1
2025-02-09introduce CoercePointeeWellformed for coherence checks at typeck stageDing Xiang Fei-0/+6
2025-02-08Rustfmtbjorn3-9/+8
2025-02-06Rollup merge of #136219 - yotamofek:pr/hir-cleanup, r=compiler-errorsMatthias Krüger-56/+37