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_builtin_macros
/
src
/
deriving
/
generic
Age
Commit message (
Expand
)
Author
Lines
2022-05-27
Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error
Esteban Küber
-1
/
+3
2022-05-25
Fix a typo on Struct `Substructure`
Yuki Okushi
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-6
/
+9
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-0
/
+5
2021-12-09
Remove redundant [..]s
est31
-10
/
+10
2021-12-03
Annotate `derive`d spans and move span suggestion code
Esteban Kuber
-61
/
+74
2021-12-03
Remove some unnecessarily verbose code
Esteban Kuber
-20
/
+5
2021-12-03
Keep spans for generics in `#[derive(_)]` desugaring
Esteban Kuber
-23
/
+19
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-13
/
+13
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-10-08
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-09-29
Fix truncate of 'bound params stack' by using the correct length
Audun Halland
-1
/
+1
2021-09-29
Deriving: Include bound generic params for extracted type parameters in where...
Audun Halland
-10
/
+40
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-2
/
+0
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-2
/
+0
2021-08-18
Remove box syntax from rustc_builtin_macros
est31
-5
/
+10
2021-07-21
Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco
Guillaume Gomez
-7
/
+3
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-1
/
+1
2021-07-17
avoid temporary vectors
Matthias Krüger
-7
/
+3
2021-04-16
builtin derive macros: fix error with const generics default
Soveu
-2
/
+13
2021-03-26
Use iter::zip in compiler/
Josh Stone
-5
/
+3
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-1
/
+1
2021-02-02
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors
-5
/
+5
2021-02-02
Bump rustfmt version
Mark Rousskov
-1
/
+1
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-5
/
+5
2020-12-24
use matches!() macro in more places
Matthias Krüger
-7
/
+5
2020-12-22
Add some intra-doc links to compiler docs
Joshua Nelson
-1
/
+4
2020-12-11
fix clippy::unnecessary_filter_map
Matthias Krüger
-4
/
+1
2020-11-19
expand: Mark some dead code in derive expansion as unreachable
Vadim Petrochenkov
-13
/
+2
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+1
2020-10-11
Remove unnecessary unsafe block around calls to discriminant_value
Tomasz Miąsko
-14
/
+8
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-3
/
+10
2020-08-30
mv compiler to compiler/
mark
-0
/
+2037