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
/
src
/
libcore
/
macros
Age
Commit message (
Expand
)
Author
Lines
2020-04-29
Update src/libcore/macros/mod.rs
David Freese
-1
/
+1
2020-04-29
Add clarification on std::cfg macro docs v. #[cfg] attribute
David Freese
-0
/
+4
2020-04-27
Update link to unstable book for llvm_asm macro
Zach Reizner
-1
/
+1
2020-04-25
Bump rustfmt to most recently shipped
Mark Rousskov
-1
/
+1
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-45
/
+1
2020-04-15
Deprecate the asm! macro
Amanieu d'Antras
-3
/
+7
2020-04-15
Update stdarch submodule to use llvm_asm! instead of asm!
Amanieu d'Antras
-0
/
+4
2020-04-02
Expand on platform details of `include_xxx` macros
Roberto Vidal
-5
/
+11
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+42
2020-03-17
Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper
Mazdak Farrokhzad
-0
/
+12
2020-03-10
also make panic_fmt track_caller
Ralf Jung
-0
/
+21
2020-03-10
builtin_macros: Add attribute macro `#[cfg_accessible(path)]`
Vadim Petrochenkov
-0
/
+12
2020-01-06
macros: typo fix
Lucas Pardue
-1
/
+1
2020-01-04
core and std macros and panic internals use panic::Location::caller.
Adam Perry
-9
/
+3
2019-12-27
Stabilize the `matches!` macro
Simon Sapin
-3
/
+1
2019-12-24
Auto merge of #67445 - llogiq:todo, r=dtolnay
bors
-20
/
+25
2019-12-24
Differentiate todo! and unimplemented!
Andre Bogus
-20
/
+25
2019-12-23
Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril
Mazdak Farrokhzad
-0
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-12-20
Require const stability attributes on intrinsics to be able to use them in co...
Oliver Scherer
-0
/
+1
2019-12-19
Correct the todo! stabilization version
Jakub Kądziołka
-1
/
+1
2019-11-26
Format libcore with rustfmt
David Tolnay
-64
/
+141
2019-11-14
Centralize panic macro documentation
Chris Gregory
-0
/
+1373