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
2024-06-04
When `derive`ing, account for HRTB on `BareFn` fields
Esteban Küber
-1
/
+11
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-4
/
+3
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-23
/
+23
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-6
/
+2
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-2
/
+1
2024-04-14
builtin-derive: tag → discriminant
Ralf Jung
-44
/
+44
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-12
/
+12
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-8
/
+8
2024-03-12
Remove unused fields in some structures
Arthur Carcano
-5
/
+5
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-6
/
+7
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-29
AST: Refactor type alias where clauses
León Orell Valerian Liehr
-5
/
+1
2024-02-20
Add newtype for `IsTuple`
clubby789
-2
/
+11
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-11
/
+13
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+2
2023-10-22
Directly collect into ty_param_names instead of peeking to see if empty
David Tolnay
-6
/
+4
2023-10-22
Eliminate an "Extra scope required" obsoleted by NLL
David Tolnay
-55
/
+51
2023-10-22
Rustfmt-compatible formatting for code snippets in rustc_builtin_macros
David Tolnay
-40
/
+64
2023-09-18
Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercote
Matthias Krüger
-9
/
+13
2023-09-18
simplify inject_impl_of_structural_trait
Ralf Jung
-9
/
+13
2023-09-16
Fix invalid markdown codeblock label
Guillaume Gomez
-6
/
+6
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-5
/
+4
2023-07-16
Add a comparison between match *self and intrinsics::unreachable()
David Tolnay
-2
/
+3
2023-07-16
Generate safe stable code for derives on empty enums
David Tolnay
-4
/
+13
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-1
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+1
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-3
/
+3
2023-03-11
Address the new odd backticks tidy lint in compiler/
est31
-0
/
+1
2023-02-21
Use `ThinVec` in `ast::ExprKind::Match`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-9
/
+9
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-8
/
+8
2023-02-21
Use `ThinVec` in `ast::WhereClause`.
Nicholas Nethercote
-1
/
+6
2023-02-21
Use `ThinVec` in `ast::Generics` and related types.
Nicholas Nethercote
-5
/
+5
2023-02-19
Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726
bors
-2
/
+1
2023-02-16
Properly check for builtin derives
clubby789
-2
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+3
2023-02-09
Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.
Nicholas Nethercote
-20
/
+35
2023-02-07
Add ~const bounds trait bounds when using derive_const
Michael Goulet
-9
/
+23
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-48
/
+87
2023-01-19
Add enum for fieldless unification
clubby789
-29
/
+61
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-31
/
+26
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-6
/
+6
2022-11-21
Streamline deriving on packed structs.
Nicholas Nethercote
-70
/
+24
2022-11-15
Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726
Matthias Krüger
-38
/
+31
[next]