about summary refs log tree commit diff
path: root/compiler/rustc_session/src/utils.rs
AgeCommit message (Expand)AuthorLines
2023-03-23Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger-1/+2
2023-03-19The name of NativeLib will be presentedyukang-1/+8
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-1/+2
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-10-19Get rid of native_library projection queriesnils-0/+11
2022-07-26Lib kind -l link-arg:Daniil Belov-1/+4
2022-05-22rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`Vadim Petrochenkov-58/+0
2022-05-18use `CursorRef` more, to not to clone `Tree`sklensy-1/+1
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