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
2023-05-16
Add derive for `core::marker::ConstParamTy`
Nilstrieb
-0
/
+1
2023-05-05
Migrate offset_of from a macro to builtin # syntax
est31
-2
/
+0
2023-05-02
Remove `allow(rustc::potential_query_instability)` for `builtin_macros`
clubby789
-1
/
+0
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-0
/
+2
2023-04-22
Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco
bors
-2
/
+0
2023-04-21
offset_of
DrMeepster
-0
/
+2
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-16
Remove #[alloc_error_handler] from the compiler and library
Amanieu d'Antras
-2
/
+0
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-0
/
+2
2023-04-06
Stabilize is_some_and
Jonas Platte
-1
/
+0
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2022-11-19
Add unstable `type_ascribe` macro
Nilstrieb
-0
/
+2
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-1
/
+2
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+2
2022-10-01
Change feature name to is_some_and
Cameron Steffen
-1
/
+1
2022-09-27
Rewrite and refactor format_args!() builtin macro.
Mara Bos
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-1
/
+2
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-06-15
[RFC 2011] Minimal initial implementation
Caio
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-02
Basic compiler infra
Caio
-2
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-16
Adopt let_else in even more places
est31
-0
/
+1
2022-02-07
Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk
bors
-3
/
+4
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-31
Fix invalid special casing of the unreachable! macro
Loïc BRANSTETT
-3
/
+4
2022-01-17
Replace confusing is_sorted_by in format_args implementation
David Tolnay
-0
/
+1
2022-01-17
Emit simpler code from format_args
David Tolnay
-0
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-2
/
+0
2021-12-21
rustc_builtin_macros: make asm mod public for rustfmt
Caleb Cartwright
-1
/
+1
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-12-06
Implement concat_bytes!
Smitty
-0
/
+2
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-08-18
Remove box syntax from rustc_builtin_macros
est31
-1
/
+0
2021-07-28
Add new const_format_args!() macro and use it in panics.
Mara Bos
-0
/
+1
2021-07-10
rustc_expand: Remove redundant field from proc macro expander structures
Vadim Petrochenkov
-5
/
+1
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-2
/
+1
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-1
/
+5
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-19
stabilize or_patterns
mark
-1
/
+1
[next]