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
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-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-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-25
/
+28
2024-02-20
Add newtype for `IsTuple`
clubby789
-5
/
+14
2024-02-12
Add `#[derive(Clone, Copy)]` to anonymous adts
Frank King
-1
/
+5
2024-01-24
remove StructuralEq trait
Ralf Jung
-13
/
+0
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-35
/
+38
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-4
/
+4
2023-12-03
Parse a pattern with no arm
Nadrieril
-1
/
+1
2023-11-23
Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser
Matthias Krüger
-9
/
+8
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-4
/
+4
2023-11-21
improve help for multiple `#[default]` variants
Lukas Markeffsky
-9
/
+8
2023-11-09
Emit #[inline] on derive(Debug)
Ben Kimock
-1
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+2
2023-10-25
Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot
bors
-94
/
+112
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-10-13
Format all the let chains in compiler
Michael Goulet
-25
/
+34
2023-09-24
ConstParamTy: require Eq
Ralf Jung
-1
/
+1
2023-09-18
Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercote
Matthias Krüger
-114
/
+42
2023-09-18
simplify inject_impl_of_structural_trait
Ralf Jung
-114
/
+42
2023-09-16
Fix invalid markdown codeblock label
Guillaume Gomez
-6
/
+6
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-11
/
+10
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-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-4
/
+4
2023-05-26
Avoid some unnecessary local `attr` variables.
Nicholas Nethercote
-19
/
+11
2023-05-26
Inline derived `hash` function.
Nicholas Nethercote
-2
/
+3
2023-05-18
Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin
Dylan DPC
-5
/
+5
2023-05-16
Add derive for `core::marker::ConstParamTy`
Nilstrieb
-0
/
+23
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-5
/
+5
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
-82
/
+48
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-6
/
+6
2023-03-11
Address the new odd backticks tidy lint in compiler/
est31
-0
/
+1
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::ExprKind::Match`.
Nicholas Nethercote
-5
/
+5
2023-02-21
Use `ThinVec` in `ast::PatKind::Struct`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-21
/
+21
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-42
/
+47
2023-02-21
Use `ThinVec` in `ast::Impl` and related types.
Nicholas Nethercote
-1
/
+2
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
[next]