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
Age
Commit message (
Expand
)
Author
Lines
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-1
/
+1
2021-02-10
Borrow builder only once in debug derive
Tomasz Miąsko
-9
/
+12
2021-02-09
fix derive(RustcEncodable, RustcDecodable)
Skgland
-18
/
+12
2021-02-09
use ufcs in derive(RustDecodable)
Skgland
-19
/
+31
2021-02-09
use ufcs in derive(RustEncodable)
Skgland
-20
/
+40
2021-02-09
use ufcs in derive(Ord) and derive(PartialOrd)
Skgland
-4
/
+7
2021-02-09
Fix derived PartialOrd operators
Tomasz Miąsko
-190
/
+7
2021-02-03
Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk
bors
-17
/
+21
2021-02-02
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors
-8
/
+8
2021-02-02
Bump rustfmt version
Mark Rousskov
-1
/
+1
2021-02-01
placate tidy.
Felix S. Klock II
-10
/
+4
2021-02-01
Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc...
Felix S. Klock II
-15
/
+25
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-8
/
+8
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-5
/
+5
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+2
2020-12-24
use matches!() macro in more places
Matthias Krüger
-11
/
+8
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-26
Properly handle attributes on statements
Aaron Hill
-2
/
+2
2020-11-24
Handle `Annotatable::Stmt` in some builtin macros
Aaron Hill
-1
/
+21
2020-11-19
expand: Mark some dead code in derive expansion as unreachable
Vadim Petrochenkov
-20
/
+3
2020-11-13
Reserve space in advance
Dániel Buga
-1
/
+1
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
-15
/
+16
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-3
/
+10
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+3914