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_builtin_macros
/
src
/
deriving
Age
Commit message (
Expand
)
Author
Lines
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
-15
/
+15
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-2
/
+2
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-09-10
Introduce a fast path that avoids the `debug_tuple` abstraction when deriving
Patrick Walton
-3
/
+17
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-30
Add let-else to AST
Cameron Steffen
-2
/
+2
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
-7
/
+12
2021-07-27
Prohibit `#[default]` in invalid places
Jacob Pratt
-3
/
+37
2021-07-27
Add machine-applicable suggestions
Jacob Pratt
-8
/
+42
2021-07-27
Permit deriving default on enums with `#[default]`
Jacob Pratt
-31
/
+166
2021-07-21
Rollup merge of #87206 - matthiaskrgr:clippy_collect, r=davidtwco
Guillaume Gomez
-7
/
+3
2021-07-19
Auto merge of #87225 - estebank:cleanup, r=oli-obk
bors
-5
/
+1
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-5
/
+1
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-3
/
+4
2021-07-17
avoid temporary vectors
Matthias Krüger
-7
/
+3
2021-06-17
Make `s` pre-interned
Yuki Okushi
-6
/
+1
2021-05-05
Disallows `#![feature(no_coverage)]` on stable and beta
Rich Kadel
-11
/
+3
2021-04-27
adds feature gating of `no_coverage` at either crate- or function-level
Rich Kadel
-1
/
+10
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-1
/
+2
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-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
[next]