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
/
generic
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
Implement `#[derive(From)]`
Jakub Beránek
-2
/
+9
2025-08-09
remove `P`
Deadbeef
-4
/
+3
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-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-16
Add `warn(unreachable_pub)` to `rustc_builtin_macros`.
Nicholas Nethercote
-9
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-7
/
+7
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-2
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::WhereClause`.
Nicholas Nethercote
-1
/
+6
2023-02-07
Add ~const bounds trait bounds when using derive_const
Michael Goulet
-1
/
+1
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
-6
/
+3
2022-08-17
Remove `attrs` arg from `typaram` and `mk_ty_param`.
Nicholas Nethercote
-3
/
+2
2022-07-11
Remove unnecessary sigils and `ref`s in derived code.
Nicholas Nethercote
-3
/
+2
2022-07-01
Change `Ty::Tuple` to `Ty::Unit`.
Nicholas Nethercote
-11
/
+5
2022-07-01
Rename `Ty::Literal` as `Ty::Path`.
Nicholas Nethercote
-3
/
+3
2022-07-01
Remove lifetime support in deriving code.
Nicholas Nethercote
-22
/
+6
2022-07-01
Simplify pointer handling.
Nicholas Nethercote
-60
/
+14
2021-12-03
Keep spans for generics in `#[derive(_)]` desugaring
Esteban Kuber
-10
/
+6
2021-07-17
avoid temporary vectors
Matthias Krüger
-7
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+280