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
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-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-10
/
+13
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-07
Stabilize `derive_default_enum`
Jacob Pratt
-12
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-0
/
+5
2022-02-19
Adopt let else in more places
est31
-22
/
+15
2022-02-16
Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-Simulacrum
Matthias Krüger
-3
/
+0
2022-02-05
update comment
lcnr
-1
/
+1
2021-12-28
Remove FIXME
Jacob Pratt
-3
/
+0
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
[next]