about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/source_util.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-2/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-10-17[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopesUrgau-3/+8
2023-08-27Load include_bytes! directly into an LrcBen Kimock-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-3/+3
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-1/+1
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-1/+4
2022-08-16Make `ExtCtxt::expr_lit` non-`pub`.Nicholas Nethercote-1/+1
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-43/+4
2022-04-09Auto merge of #95697 - klensy:no-strings, r=petrochenkovbors-3/+3
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-3/+3
2022-04-06Stop flagging certain inner attrs as outer onesLeón Orell Valerian Liehr-4/+7
2022-03-26Move resolve_path to rustc_builtin_macros and make it privateBadel2-4/+43
2022-02-19Adopt let else in more placesest31-9/+6
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-1/+1
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+3
2021-03-05expand: Some more consistent naming in module loadingVadim Petrochenkov-2/+2
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-4/+3
2021-01-20Force token collection to run when parsing nonterminalsAaron Hill-2/+3
2020-10-04Remove extra indirection in LitKind::ByteStrRobin Schoonover-3/+1
2020-08-30mv compiler to compiler/mark-0/+225