David Tolnay
|
af53809c87
|
Format core and std macro rules, removing needless surrounding blocks
|
2022-03-11 15:26:51 -08:00 |
|
Alex Macleod
|
7ea03db04a
|
Add diagnostic items for macros
|
2022-01-06 14:59:33 +00:00 |
|
Pietro Albini
|
24f9de5a44
|
bump bootstrap compiler to 1.55
|
2021-08-01 11:19:24 -04:00 |
|
Aaron Hill
|
886dea2bcd
|
Make SEMICOLON_IN_EXPRESSIONS_FROM_MACROS warn by default
|
2021-07-27 14:17:37 -05:00 |
|
Vadim Petrochenkov
|
6c9ea1e8a9
|
expand: Support helper attributes for built-in derive macros
|
2021-07-13 21:59:22 +03:00 |
|
Ian Jackson
|
b36a3162fe
|
Change "etc." to "and similar"
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
|
2021-05-13 15:02:02 +01:00 |
|
Ian Jackson
|
a173518ceb
|
dbg macro: Discuss use in tests, and slightly clarify
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
|
2021-05-12 12:09:53 +01:00 |
|
LeSeulArtichaut
|
a6eb836ff0
|
Use #[doc = include_str!()] in std
|
2021-02-23 15:54:55 +01:00 |
|
Joshua Nelson
|
3733275854
|
Update the bootstrap compiler
Note this does not change `core::derive` since it was merged after the
beta bump.
|
2021-02-20 17:19:30 -05:00 |
|
Mara Bos
|
d5414f9a9f
|
Implement new panic!() behaviour for Rust 2021.
|
2021-01-25 13:48:11 +01:00 |
|
Lzu Tao
|
d0c1405564
|
Document why cannot use concat! in dbg!
Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
|
2021-01-21 10:50:21 +00:00 |
|
Mark Rousskov
|
fe031180d0
|
Bump bootstrap compiler to 1.50 beta
|
2020-12-30 09:27:19 -05:00 |
|
Mara Bos
|
ff8df0bbe3
|
Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item.
|
2020-10-19 10:57:44 +02:00 |
|
Mara Bos
|
dd262e3856
|
Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes.
The beta compiler doesn't accept rustc_diagnostic_items on macros yet.
|
2020-10-18 23:45:20 +02:00 |
|
Mara Bos
|
462ee9c1b5
|
Mark the panic macros as diagnostic items.
|
2020-10-18 22:20:19 +02:00 |
|
Taiki Endo
|
04c0018d1b
|
Use ? in core/std macros
|
2020-10-26 07:15:37 +09:00 |
|
Camelid
|
637659be6a
|
Add missing links
|
2020-08-22 20:23:50 -07:00 |
|
Camelid
|
becf5ec4ea
|
Add missing intra-doc link
|
2020-08-22 17:41:40 -07:00 |
|
Camelid
|
5d32786b4f
|
Switch to intra-doc links in std::macros
Also:
* Fix typo in module docs
* Link to `std::io::stderr` instead of `std::io::Stderr` to match the
link text
* Link to `std::io::stdout`
|
2020-08-22 15:44:00 -07:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|