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-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
2022-02-12
add link to format_args! when being mentioned in doc
yuhaixin.hx
-2
/
+2
2022-01-31
Fix invalid special casing of the unreachable! macro
Loïc BRANSTETT
-0
/
+16
2022-01-28
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-26
/
+0
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-26
/
+0
2022-01-06
Add diagnostic items for macros
Alex Macleod
-0
/
+24
2022-01-03
Make the documentation of builtin macro attributes accessible
Daniel Henry-Mantilla
-2
/
+11
2021-12-28
Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth
Matthias Krüger
-0
/
+12
2021-12-27
Document units for `std::column`
Dylan MacKenzie
-0
/
+12
2021-12-21
Use panic() instead of panic!() in some places in core.
Mara Bos
-3
/
+6
2021-12-06
Implement concat_bytes!
Smitty
-0
/
+28
2021-11-11
Document `unreachable!()` custom panic message
Ed Morley
-2
/
+5
2021-10-07
Use correct edition for panic in [debug_]assert!() etc.
Mara Bos
-0
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-11
/
+0
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-0
/
+1
2021-08-15
Deprecate llvm_asm!
Amanieu d'Antras
-0
/
+4
2021-08-02
Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se
bors
-3
/
+3
[next]