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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-27
Reduce `P<T>` to a typedef of `Box<T>`.
Nicholas Nethercote
-1
/
+1
2025-03-24
Remove fields that are dead since the removal of type ascription syntax
León Orell Valerian Liehr
-1
/
+0
2025-01-14
remove Rustc{En,De}codable from library and compiler
Ralf Jung
-2
/
+0
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-1
/
+1
2024-10-01
Remove anon struct and union types
Michael Goulet
-2
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-06-24
SmartPointer derive-macro
Xiangfei Ding
-0
/
+1
2024-05-09
Auto merge of #124157 - wutchzone:partial_eq, r=estebank
bors
-1
/
+1
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-12
/
+12
2024-04-23
Fix typos
Daniel Sedlak
-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
-1
/
+1
2024-02-12
Add `#[derive(Clone, Copy)]` to anonymous adts
Frank King
-0
/
+2
2023-09-18
simplify inject_impl_of_structural_trait
Ralf Jung
-96
/
+2
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-3
/
+3
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in `ast::Impl` and related types.
Nicholas Nethercote
-1
/
+2
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-3
/
+3
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-1
/
+1
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-13
/
+22
2022-10-15
Mark derived StructuralEq as automatically derived.
Camille GILLOT
-5
/
+11
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-13
/
+22
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-06-27
Factor out the repeated `assert_ty_bounds` function.
Nicholas Nethercote
-1
/
+14
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-05
update comment
lcnr
-1
/
+1
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-2
/
+2
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-18
Remove box syntax from rustc_builtin_macros
est31
-2
/
+2
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-3
/
+3
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+2
2020-11-26
Properly handle attributes on statements
Aaron Hill
-1
/
+0
2020-11-24
Handle `Annotatable::Stmt` in some builtin macros
Aaron Hill
-1
/
+21
2020-11-19
expand: Mark some dead code in derive expansion as unreachable
Vadim Petrochenkov
-7
/
+1
2020-10-11
Remove unnecessary unsafe block around calls to discriminant_value
Tomasz Miąsko
-1
/
+8
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+173