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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
macros
Age
Commit message (
Expand
)
Author
Lines
2020-11-23
Clean up `core` macros documentation
Camelid
-4
/
+4
2020-11-23
Qualify `panic!` as `core::panic!` in non-built-in `core` macros
Camelid
-11
/
+11
2020-10-19
Also apply panic_fmt lint suggestions to debug_assert!().
Mara Bos
-0
/
+1
2020-10-18
Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.
Mara Bos
-2
/
+2
2020-10-18
Expand assert!(expr) to panic() function instead of panic!() macro.
Mara Bos
-0
/
+1
2020-10-18
Make panic_fmt lint work properly for assert!(expr, msg) too.
Mara Bos
-0
/
+1
2020-10-18
Mark the panic macros as diagnostic items.
Mara Bos
-0
/
+1
2020-11-09
Bad grammar
cyqsimon
-1
/
+1
2020-11-09
Clarified description of write! macro
cyqsimon
-1
/
+1
2020-10-31
Fix doc links to std::fmt
Ivan Pavluk
-1
/
+1
2020-10-26
Use ? in core/std macros
Taiki Endo
-43
/
+16
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-1
/
+1
2020-09-29
core::global_allocator docs link to std::alloc::GlobalAlloc
Shahar Or (mightyiam)
-0
/
+2
2020-09-01
Rollup merge of #74880 - chrisduerr:fix_matches, r=dtolnay
Tyler Mandry
-1
/
+1
2020-08-25
Use intra-doc links in `core::macros`
Camelid
-13
/
+13
2020-08-24
Use intra-doc-links in `core::{char, macros, fmt}`
LeSeulArtichaut
-53
/
+11
2020-07-28
Add trailing comma support to matches macro
Christian Duerr
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+1490