summary refs log tree commit diff
path: root/library/core/src/macros
AgeCommit message (Expand)AuthorLines
2020-11-23Clean up `core` macros documentationCamelid-4/+4
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-11/+11
2020-10-19Also apply panic_fmt lint suggestions to debug_assert!().Mara Bos-0/+1
2020-10-18Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.Mara Bos-2/+2
2020-10-18Expand assert!(expr) to panic() function instead of panic!() macro.Mara Bos-0/+1
2020-10-18Make panic_fmt lint work properly for assert!(expr, msg) too.Mara Bos-0/+1
2020-10-18Mark the panic macros as diagnostic items.Mara Bos-0/+1
2020-11-09Bad grammarcyqsimon-1/+1
2020-11-09Clarified description of write! macrocyqsimon-1/+1
2020-10-31Fix doc links to std::fmtIvan Pavluk-1/+1
2020-10-26Use ? in core/std macrosTaiki Endo-43/+16
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-1/+1
2020-09-29core::global_allocator docs link to std::alloc::GlobalAllocShahar Or (mightyiam)-0/+2
2020-09-01Rollup merge of #74880 - chrisduerr:fix_matches, r=dtolnayTyler Mandry-1/+1
2020-08-25Use intra-doc links in `core::macros`Camelid-13/+13
2020-08-24Use intra-doc-links in `core::{char, macros, fmt}`LeSeulArtichaut-53/+11
2020-07-28Add trailing comma support to matches macroChristian Duerr-1/+1
2020-07-27mv std libs to library/mark-0/+1490