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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-1
/
+1
2022-12-11
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
Matthias Krüger
-1
/
+0
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-51
/
+39
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-1
/
+1
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-1
/
+1
2022-12-01
Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote
Matthias Krüger
-1
/
+5
2022-11-30
report literal errors when `token_lit` has errors
Takayuki Maeda
-1
/
+5
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-25
Clarify `SyntaxExtensionKind::LegacyDerive`.
Nicholas Nethercote
-1
/
+6
2022-11-22
Rollup merge of #104416 - clubby789:fix-104414, r=eholk
Matthias Krüger
-1
/
+1
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-6
/
+7
2022-11-14
Fix using `include_bytes` in pattern position
clubby789
-1
/
+1
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-1
/
+3
2022-10-21
Only apply `ProceduralMasquerade` hack to older versions of `rental`
Aaron Hill
-11
/
+35
2022-10-20
Implement assertions and fixes to not emit empty spans without suggestions
Kevin Per
-2
/
+3
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-3
/
+3
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+4
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-1
/
+3
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-16
/
+23
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+2
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-1
/
+12
2022-07-16
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used
Niklas Jonsson
-3
/
+3
2022-07-13
Emit warning when named arguments are used positionally in format
Preston From
-1
/
+4
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-3
/
+3
2022-06-27
various: add `rustc_lint_diagnostics` to diag fns
David Wood
-0
/
+3
2022-06-21
Add `create_err` and `emit_err` to `ExtCtxt`
beetrees
-1
/
+12
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-27
Rename `ProcMacro` trait as `BangProcMacro`.
Nicholas Nethercote
-3
/
+3
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-10
/
+8
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-12
Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov
bors
-0
/
+2
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-24
/
+38
2022-05-05
Implement the unused_macro_rules lint
est31
-0
/
+2
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-2
/
+39
2022-04-27
tut tut tut
Ellen
-3
/
+1
2022-04-09
Auto merge of #95697 - klensy:no-strings, r=petrochenkov
bors
-2
/
+2
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-2
/
+2
2022-04-07
Shrink `Nonterminal`.
Nicholas Nethercote
-1
/
+1
2022-04-05
Rollup merge of #95473 - lqd:macro-expansion, r=petrochenkov
Dylan DPC
-0
/
+6
2022-04-05
track proc-macro expansions in the self-profiler
Rémy Rakic
-0
/
+6
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-26
Move resolve_path to rustc_builtin_macros and make it private
Badel2
-37
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-7
/
+7
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-9
/
+11
[next]