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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Use `Iterator::eq` and (dogfood) `eq_by` in compiler and library
Yotam Ofek
-0
/
+1
2025-09-15
Remove UnsizedConstParamTy trait and make it into an unstable impl
tiif
-1
/
+0
2025-08-19
Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann
许杰友 Jieyou Xu (Joe)
-1
/
+0
2025-08-15
Create unstable `From` builtin macro and register it
Jakub Beránek
-0
/
+1
2025-08-15
Remove unused feature gate
bjorn3
-1
/
+0
2025-07-13
make `cfg_select` a builtin macro
Folkert de Vries
-0
/
+2
2025-07-05
rustc_builtin_macros: Make sure registered attributes stay sorted
Josh Triplett
-0
/
+2
2025-07-01
Update `cfg(bootstrap)`
Josh Stone
-1
/
+1
2025-06-24
Remove the deprecated `concat_idents!` macro
Trevor Gross
-2
/
+0
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+0
2025-06-03
Add `iter` macro
Oli Scherer
-0
/
+2
2025-05-29
Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan
bors
-3
/
+1
2025-05-27
Do not get proc_macro from the sysroot in rustc
bjorn3
-3
/
+1
2025-05-21
Disable autodiff bootstrapping
Marcelo Domínguez
-1
/
+1
2025-05-20
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`
Marcelo Domínguez
-1
/
+2
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-30
Simplify `LazyAttrTokenStream`.
Nicholas Nethercote
-0
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-19
Allow builtin macros to be used more than once.
Mara Bos
-6
/
+8
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-12
Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...
Matthias Krüger
-1
/
+0
2025-03-12
Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov
bors
-0
/
+1
2025-03-11
Auto merge of #128440 - oli-obk:defines, r=lcnr
bors
-0
/
+2
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-0
/
+2
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-03
Desugars contract into the internal AST extensions
Felix S. Klock II
-0
/
+5
2025-02-02
Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o...
Matthias Krüger
-2
/
+0
2025-01-22
Point at invalid utf-8 span on user's source code
Esteban Küber
-0
/
+1
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
-1
/
+1
2024-11-27
update cfgs
Boxy
-1
/
+1
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-1
/
+1
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+3
2024-09-09
bootstrap `naked_asm!` for `compiler-builtins`
Folkert de Vries
-0
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_builtin_macros`.
Nicholas Nethercote
-0
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-0
/
+1
2024-06-25
`sudo CI=green` && Review changes <3
xFrednet
-1
/
+1
2024-06-25
RFC 2383: Stabilize `lint_reasons` :tada:
xFrednet
-1
/
+1
2024-06-24
SmartPointer derive-macro
Xiangfei Ding
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-4
/
+0
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-1
/
+1
2024-04-25
Name the field in `Expander`.
Nicholas Nethercote
-2
/
+2
[next]