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-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
2021-03-14
Bump recursion_limit in a few places
Aaron Hill
-0
/
+1
2021-03-06
Implement built-in attribute macro `#[cfg_eval]`
Vadim Petrochenkov
-0
/
+2
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+2
2021-02-02
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors
-0
/
+2
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-0
/
+2
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-0
/
+3
2021-01-10
resolve: Simplify built-in macro table
Vadim Petrochenkov
-10
/
+4
2021-01-09
Don't set builtin_name for builtin macro implementations.
Mara Bos
-1
/
+1
2021-01-09
Allow #[rustc_builtin_macro = "name"].
Mara Bos
-1
/
+1
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
[next]