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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-5
/
+5
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
-13
/
+19
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-6
/
+6
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-0
/
+6
2023-05-04
Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin
bors
-11
/
+12
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-17
/
+17
2023-05-02
fix TODO comments
Deadbeef
-2
/
+4
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+4
2023-05-01
Rip it out
Nilstrieb
-8
/
+1
2023-04-30
Lrc -> Rc
klensy
-11
/
+12
2023-04-25
Fix static string lints
clubby789
-4
/
+12
2023-04-21
Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov
bors
-1
/
+10
2023-04-19
Fixed bad formating
Michael van Straten
-4
/
+1
2023-04-19
Translated absolute byte offset to relative
Michael van Straten
-1
/
+9
2023-04-19
Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco
bors
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-4
/
+4
2023-04-12
compiler: print the suggestion only for local macros
Lena Milizé
-2
/
+5
2023-04-12
compiler: improve captured metavariables diagnostic
Lena Milizé
-1
/
+3
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-1
/
+1
2023-04-04
box a bunch of large types
Oli Scherer
-2
/
+2
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-2
/
+7
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-2
/
+2
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-1
/
+6
2023-03-31
Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez
bors
-3
/
+7
2023-03-31
Remove an unnecessary use of `with_session_globals`.
Nicholas Nethercote
-3
/
+7
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-1
/
+1
2023-03-23
Separate find_*_stability.
Camille GILLOT
-1
/
+3
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-30
/
+22
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-42
/
+35
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-6
/
+4
2023-03-17
Suggest surrounding the macro with `{}` to interpret as a statement
Mu42
-6
/
+18
2023-03-15
unequal → not equal
gimbles
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-11
Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr
bors
-4
/
+4
2023-03-11
Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco
Matthias Krüger
-4
/
+4
2023-03-11
Renamed to byte_range and changed Range generics [skip ci]
Michael van Straten
-2
/
+2
2023-03-10
Fixed extra call to lo in end [skip ci]
Michael van Straten
-1
/
+1
2023-03-10
added byte position range for proc_macro::Span
Michael van Straten
-1
/
+5
2023-03-10
Add note when matching token with nonterminal
Nilstrieb
-3
/
+9
2023-03-08
Rename `MapInPlace` as `FlatMapInPlace`.
Nicholas Nethercote
-2
/
+2
2023-03-06
Querify registered_tools.
Camille GILLOT
-4
/
+4
2023-03-04
rustc_expand: make proc-macro derive error translatable
Tshepang Mbambo
-1
/
+8
2023-03-03
Match end user facing unmatched backticks in compiler/
est31
-1
/
+1
2023-03-01
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov
Matthias Krüger
-1
/
+0
2023-02-28
no need to return unmatched_delims from tokentrees
yukang
-1
/
+0
2023-02-24
make "proc macro panicked" translatable
Tshepang Mbambo
-5
/
+22
2023-02-22
various: translation resources from cg backend
David Wood
-10
/
+16
[next]