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-12-13
Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov
bors
-0
/
+126
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-0
/
+3
2023-12-03
Detect attempts to expand a macro to a match arm again
Nadrieril
-0
/
+3
2023-12-01
Attempt to try to resolve blocking concerns
Caio
-0
/
+126
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+8
2023-09-07
Enable incremental-relative-spans by default.
Camille GILLOT
-1
/
+1
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-12
/
+9
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+5
2023-06-10
expand: Change how `#![cfg(FALSE)]` behaves on crate root
Vadim Petrochenkov
-4
/
+16
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-5
/
+44
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+3
2023-05-19
fix: emit error when fragment is `MethodReceiverExpr` and items is empty
bohan
-1
/
+5
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-05-01
Rip it out
Nilstrieb
-3
/
+0
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-1
/
+9
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-3
/
+3
2023-03-08
Rename `MapInPlace` as `FlatMapInPlace`.
Nicholas Nethercote
-1
/
+1
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
[next]