about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/node_id.rs
AgeCommit message (Expand)AuthorLines
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+1
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+1
2023-04-16Various minor Idx-related tweaksScott McMurray-4/+4
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-2/+1
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-09-10rustc_error, rustc_private, rustc_ast: Switch to stable hash containersNiklas Jonsson-1/+1
2021-07-17Use LocalExpnId where possible.Camille GILLOT-5/+5
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-3/+3
2021-02-07Clarify docs for `DUMMY_NODE_ID`Camelid-3/+3
2021-01-11Document `NodeId`Camelid-3/+9
2020-11-06The renumber pass is long goneest31-2/+2
2020-08-30mv compiler to compiler/mark-0/+34