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
/
library
/
std
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-07
stdio: Document no support for writing to non-blocking stdio/stderr
Usama Arif
-0
/
+12
2022-08-26
Rollup merge of #99742 - sigaloid:master, r=thomcc
Guillaume Gomez
-0
/
+22
2022-08-21
Extra documentation for new formatting feature
Isaac Cloos
-0
/
+2
2022-07-25
Add comments about stdout locking
sigaloid
-0
/
+22
2022-05-22
Make write/print macros eagerly drop temporaries
David Tolnay
-6
/
+6
2022-05-18
Update macros.rs
Gim
-1
/
+1
2022-05-01
Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez
bors
-0
/
+4
2022-05-01
Fix some links in the standard library
Vadim Petrochenkov
-0
/
+4
2022-04-27
Make [e]println macros eagerly drop temporaries (for backport)
David Tolnay
-6
/
+6
2022-03-11
Format core and std macro rules, removing needless surrounding blocks
David Tolnay
-10
/
+18
2022-01-06
Add diagnostic items for macros
Alex Macleod
-0
/
+5
2021-08-01
bump bootstrap compiler to 1.55
Pietro Albini
-2
/
+1
2021-07-27
Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default
Aaron Hill
-1
/
+1
2021-07-13
expand: Support helper attributes for built-in derive macros
Vadim Petrochenkov
-1
/
+2
2021-05-13
Change "etc." to "and similar"
Ian Jackson
-1
/
+1
2021-05-12
dbg macro: Discuss use in tests, and slightly clarify
Ian Jackson
-3
/
+4
2021-02-23
Use #[doc = include_str!()] in std
LeSeulArtichaut
-1
/
+1
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-15
/
+0
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-0
/
+16
2021-01-21
Document why cannot use concat! in dbg!
Lzu Tao
-0
/
+4
2020-12-30
Bump bootstrap compiler to 1.50 beta
Mark Rousskov
-1
/
+1
2020-10-19
Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item.
Mara Bos
-1
/
+1
2020-10-18
Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.
Mara Bos
-1
/
+1
2020-10-18
Mark the panic macros as diagnostic items.
Mara Bos
-0
/
+1
2020-10-26
Use ? in core/std macros
Taiki Endo
-5
/
+2
2020-08-22
Add missing links
Camelid
-3
/
+3
2020-08-22
Add missing intra-doc link
Camelid
-0
/
+2
2020-08-22
Switch to intra-doc links in `std::macros`
Camelid
-11
/
+8
2020-07-27
mv std libs to library/
mark
-0
/
+313