about summary refs log tree commit diff
path: root/library/std/src/macros.rs
AgeCommit message (Expand)AuthorLines
2022-01-06Add diagnostic items for macrosAlex Macleod-0/+5
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+1
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-1/+1
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-1/+2
2021-05-13Change "etc." to "and similar"Ian Jackson-1/+1
2021-05-12dbg macro: Discuss use in tests, and slightly clarifyIan Jackson-3/+4
2021-02-23Use #[doc = include_str!()] in stdLeSeulArtichaut-1/+1
2021-02-20Update the bootstrap compilerJoshua Nelson-15/+0
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+16
2021-01-21Document why cannot use concat! in dbg!Lzu Tao-0/+4
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-1/+1
2020-10-19Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item.Mara Bos-1/+1
2020-10-18Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.Mara Bos-1/+1
2020-10-18Mark the panic macros as diagnostic items.Mara Bos-0/+1
2020-10-26Use ? in core/std macrosTaiki Endo-5/+2
2020-08-22Add missing linksCamelid-3/+3
2020-08-22Add missing intra-doc linkCamelid-0/+2
2020-08-22Switch to intra-doc links in `std::macros`Camelid-11/+8
2020-07-27mv std libs to library/mark-0/+313