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
/
default.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-1
/
+1
2025-07-17
Make `derive_const` usable within libcore again
Oli Scherer
-0
/
+1
2025-02-08
Rustfmt
bjorn3
-16
/
+24
2025-01-14
remove Rustc{En,De}codable from library and compiler
Ralf Jung
-1
/
+1
2024-12-21
Use E0665 for missing `#[default]` error
Esteban Küber
-4
/
+9
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-09
Disallow `#[default] Variant {}` regardless of feature flag
Esteban Küber
-2
/
+14
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-11
/
+56
2024-10-24
Pass Ident by reference in ast Visitor
maxcabrajac
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+6
2024-07-05
Use `ControlFlow` results for visitors that are only looking for a single value
Oli Scherer
-1
/
+1
2024-05-15
Fix new for_loops_over_fallibles hits in compiler.
Zachary S
-2
/
+2
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-1
/
+1
2024-03-28
change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures
klensy
-1
/
+1
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-4
/
+4
2024-03-05
Use `ControlFlow` in AST visitors.
Jason Newcomb
-9
/
+9
2024-03-05
Move visitor utils to `rustc_ast_ir`
Jason Newcomb
-1
/
+2
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-25
/
+28
2024-02-20
Add newtype for `IsTuple`
clubby789
-2
/
+2
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-11-21
improve help for multiple `#[default]` variants
Lukas Markeffsky
-9
/
+8
2023-05-26
Avoid some unnecessary local `attr` variables.
Nicholas Nethercote
-2
/
+1
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-79
/
+45
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-6
/
+6
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-2
/
+2
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+1
2023-01-19
Add enum for fieldless unification
clubby789
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-8
/
+5
2022-12-01
Rollup merge of #105106 - jhpratt:issue-105101, r=TaKO8Ki
Matthias Krüger
-1
/
+1
2022-11-30
Fix ICE from #105101
Jacob Pratt
-1
/
+1
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-2
/
+1
2022-11-15
Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726
Matthias Krüger
-1
/
+0
2022-11-14
Remove TraitDef::generics.
Nicholas Nethercote
-1
/
+0
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-0
/
+2
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-0
/
+2
2022-09-05
Fix `#[derive(Default)]` on a generic `#[default]` enum adding unnecessary `D...
Daniel Henry-Mantilla
-0
/
+20
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-2
/
+2
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-4
/
+2
2022-08-17
Remove `TraitDef::attributes`.
Nicholas Nethercote
-1
/
+0
2022-07-09
Clarify args terminology.
Nicholas Nethercote
-1
/
+1
2022-07-04
Avoid unnecessary blocks in derive output.
Nicholas Nethercote
-23
/
+18
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-1
/
+1
2022-07-01
Remove `{Method,Trait}Def::is_unsafe`.
Nicholas Nethercote
-2
/
+0
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-02-19
Adopt let else in more places
est31
-3
/
+2
2021-12-28
Remove FIXME
Jacob Pratt
-3
/
+0
2021-07-27
Prohibit `#[default]` in invalid places
Jacob Pratt
-3
/
+37
2021-07-27
Add machine-applicable suggestions
Jacob Pratt
-8
/
+42
[next]