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_expand
/
src
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-8
/
+8
2022-12-25
Only enable relative span hashing on nightly.
Camille GILLOT
-1
/
+1
2022-12-25
Enable relative span hashing.
Camille GILLOT
-1
/
+1
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-49
/
+37
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-1
/
+1
2022-11-29
Avoid unnecessary `MetaItem`/`Attribute` conversions.
Nicholas Nethercote
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-4
/
+7
2022-11-22
Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors
Manish Goregaokar
-1
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-6
/
+6
2022-11-20
Move macro_rules diagnostics to diagnostics module
Nilstrieb
-1
/
+1
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-6
/
+7
2022-10-23
Workaround unstable stmt_expr_attributes for method receiver expressions.
Camille GILLOT
-0
/
+63
2022-10-18
Fix the bug of next_point in span
yukang
-4
/
+3
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-6
/
+7
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-6
/
+10
2022-08-17
Box the `MacCall` in various types.
Nicholas Nethercote
-12
/
+12
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-2
/
+5
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-70
/
+16
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-04-07
Kickstart the inner usage of macro_metavar_expr
Caio
-3
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-15
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
bors
-5
/
+5
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-4
/
+4
2022-03-03
refactor: prepare to associate multiple spans with a module.
Felix S. Klock II
-3
/
+3
2022-03-03
Fix invalid lint_node_id being put on a removed stmt
Loïc BRANSTETT
-2
/
+2
2022-03-03
Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov
Dylan DPC
-10
/
+13
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-10
/
+13
2022-02-28
Tweak diagnostics
Esteban Kuber
-1
/
+2
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-01-23
expand: Pass everything by reference to pre-expansion lint callback
Vadim Petrochenkov
-6
/
+8
2022-01-23
rustc_lint: Stop creating a fake `ast::Crate` for running early lints
Vadim Petrochenkov
-1
/
+6
2022-01-10
expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes
Vadim Petrochenkov
-48
/
+132
2022-01-07
expand: Import more AST enums
Vadim Petrochenkov
-35
/
+35
2022-01-07
expand: Refactor `InvocationCollector` visitor for better code reuse
Vadim Petrochenkov
-497
/
+684
2022-01-07
expand: Remove some unnecessary `self` mutability
Vadim Petrochenkov
-3
/
+3
2022-01-07
expand: Rename some `AstFragment`s to match AST structures
Vadim Petrochenkov
-18
/
+18
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-2
/
+4
2021-12-04
ast: Avoid aborts on fatal errors thrown from mutable AST visitor
Vadim Petrochenkov
-9
/
+11
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-75
/
+63
2021-10-19
Auto merge of #89933 - est31:let_else, r=michaelwoerister
bors
-3
/
+1
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-3
/
+3
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-10-15
Remove trailing semicolon from macro call span
Cameron Steffen
-27
/
+19
2021-10-15
Remove redundant matching
Cameron Steffen
-16
/
+10
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-2
/
+6
2021-09-15
Fix linting when trailing macro expands to a trailing semi
Aaron Hill
-6
/
+9
[next]