index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
source_util.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-2
/
+2
2025-01-22
Point at invalid utf-8 span on user's source code
Esteban Küber
-5
/
+6
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+10
2024-06-25
Migrate some rustc_builtin_macros to SessionDiagnostic
he1pa
-3
/
+8
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-2
/
+2
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-2
/
+3
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-8
/
+8
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-4
/
+4
2024-04-12
Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix
Matthias Krüger
-4
/
+6
2024-04-11
remove some things that do not need to be
Matthias Krüger
-6
/
+4
2024-03-29
rustdoc: point at span in `include_str!`-ed md file
Michael Howell
-4
/
+6
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-1
/
+1
2024-03-27
Suggest correct path in include_bytes!
Kornel
-31
/
+126
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-36
/
+44
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-02-25
Remove `ast::` & `base::` prefixes from some builtin macros
Lieselotte
-22
/
+25
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-20
/
+23
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-3
/
+3
2024-01-10
Shorten some error invocations.
Nicholas Nethercote
-1
/
+1
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-4
/
+4
2023-12-24
Remove `Parser` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-10
remove redundant imports
surechen
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-3
/
+8
2023-08-27
Load include_bytes! directly into an Lrc
Ben Kimock
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-3
/
+3
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-1
/
+4
2022-08-16
Make `ExtCtxt::expr_lit` non-`pub`.
Nicholas Nethercote
-1
/
+1
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-43
/
+4
2022-04-09
Auto merge of #95697 - klensy:no-strings, r=petrochenkov
bors
-3
/
+3
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-3
/
+3
2022-04-06
Stop flagging certain inner attrs as outer ones
León Orell Valerian Liehr
-4
/
+7
2022-03-26
Move resolve_path to rustc_builtin_macros and make it private
Badel2
-4
/
+43
2022-02-19
Adopt let else in more places
est31
-9
/
+6
2021-07-17
Compute a better `lint_node_id` during expansion
Aaron Hill
-1
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+3
2021-03-05
expand: Some more consistent naming in module loading
Vadim Petrochenkov
-2
/
+2
2021-03-05
expand: Move module file path stack from global session to expansion data
Vadim Petrochenkov
-4
/
+3
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-2
/
+3
2020-10-04
Remove extra indirection in LitKind::ByteStr
Robin Schoonover
-3
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+225