summary refs log tree commit diff
path: root/compiler/rustc_session/src/utils.rs
AgeCommit message (Expand)AuthorLines
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-2/+2
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-4/+2
2022-04-02ast_lowering: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-0/+3
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-0/+20
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-8/+25
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-0/+55
2021-01-29Pre-canoncalize ExternLocation::ExactPathsRyan Levick-0/+23
2020-08-30mv compiler to compiler/mark-0/+32