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
/
core
/
src
/
macros
Age
Commit message (
Expand
)
Author
Lines
2023-11-04
Add diagnostic items for a few of core's builtin macros
Thom Chiovoloni
-0
/
+3
2023-10-25
Remove `cfg_match` from the prelude
Caio
-89
/
+88
2023-10-02
Appease tidy
James Haywood
-4
/
+4
2023-10-02
Adapt `todo!` documentation to mention displaying custom values
James Haywood
-10
/
+24
2023-09-23
Add the `cfg_match!` macro
Caio
-0
/
+89
2023-09-06
Update doc for `alloc::format!` and `core::concat!`
ShE3py
-1
/
+1
2023-08-28
improve panic.md edition disucssion, and nits
Ralf Jung
-14
/
+19
2023-08-28
format, format_args: Make xref to std::fmt much more prominent
Ian Jackson
-1
/
+2
2023-08-28
panic macro: Link directly to format syntax, not to format!
Ian Jackson
-2
/
+2
2023-08-28
panic macro: Document edition differences
Ian Jackson
-0
/
+19
2023-08-07
core: Remove #[macro_export] from `debug_assert_matches`
Arthur Cohen
-1
/
+0
2023-06-14
Mention `env!` in `option_env!`'s docs
Pavel Grigorenko
-0
/
+2
2023-05-24
[RFC-2011] Expand more expressions
Caio
-1
/
+1
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+0
2023-04-26
Spelling library/
Josh Soref
-1
/
+1
2023-04-11
Reword the docstring in todo! macro definition
Patrik Kormosi
-2
/
+2
2023-04-09
Fix typo in todo! macro docstring
Patrik Kormosi
-1
/
+1
2023-03-06
Use Edition 2021 :pat in matches macro
Konrad Borowski
-2
/
+2
2023-01-06
Remove HTML tags around warning
Gijs Burghoorn
-6
/
+0
2023-01-05
Better phrasing for hygiene of include macro
Gijs Burghoorn
-4
/
+5
2023-01-04
Tidy up whitespace
Gijs Burghoorn
-11
/
+11
2023-01-04
Improve include macro documentation
Gijs Burghoorn
-20
/
+44
2022-12-28
Update bootstrap cfg
Pietro Albini
-3
/
+0
2022-12-01
Gate macros behind `#[cfg(not(bootstrap))]`
nils
-11
/
+0
2022-11-19
Add unstable `type_ascribe` macro
Nilstrieb
-0
/
+23
2022-11-17
Readd the matches_macro diag item
Philipp Krones
-0
/
+1
2022-11-13
Remove unused diagnostic items
Maybe Waffle
-12
/
+0
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-0
/
+13
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-0
/
+11
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-0
/
+13
2022-09-12
Fix typo in concat_bytes documentation
Jay3332
-1
/
+1
2022-08-31
Link “? operator” to relevant chapter in The Book
Martin Geisler
-3
/
+5
2022-08-25
Clarify comment to fit `as _` better
Josh Triplett
-1
/
+2
2022-08-24
Expand example to show how to implement qualified trait names
Josh Triplett
-0
/
+17
2022-08-24
Update `write!` docs: can now import traits as `_` to avoid conflicts
Josh Triplett
-2
/
+2
2022-08-24
Remove some documentation duplicated between `writeln!` and `write!`
Josh Triplett
-19
/
+0
2022-07-24
Revert write! and writeln! to late drop temporaries
David Tolnay
-8
/
+6
2022-07-08
add rt flag to allowed internal unstable for RustcEncodable/Decodable
Jane Lusby
-2
/
+2
2022-06-09
Grammar fix in the compile_error documentation
est31
-2
/
+2
2022-05-22
Make write/print macros eagerly drop temporaries
David Tolnay
-6
/
+8
2022-05-09
Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
bors
-9
/
+3
2022-05-01
Fix some links in the standard library
Vadim Petrochenkov
-0
/
+2
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-9
/
+3
2022-04-07
reword panic vs result section to remove recoverable vs unrecoverable framing
Jane Lusby
-12
/
+22
2022-04-07
Rollup merge of #95646 - mgeisler:mention-std-env-var, r=Dylan-DPC
Dylan DPC
-2
/
+8
2022-04-06
Mention `std::env::var` in `env!`
Martin Geisler
-2
/
+8
2022-04-04
Update panic docs to make it clearer when to use panic vs Result
Jane Lusby
-7
/
+19
2022-03-11
Format core and std macro rules, removing needless surrounding blocks
David Tolnay
-26
/
+50
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-7
/
+7
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-19
/
+0
[next]