| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -1/+1 | |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -15/+0 | |
| Note this does not change `core::derive` since it was merged after the beta bump. | ||||
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+16 | |
| 2021-01-21 | Document why cannot use concat! in dbg! | Lzu Tao | -0/+4 | |
| Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com> | ||||
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -1/+1 | |
| 2020-10-19 | Add cfg(not(test)) to std_panic_macro rustc_diagnostic_item. | Mara Bos | -1/+1 | |
| 2020-10-18 | Add cfg(not(bootstrap)) on the new rustc_diagnostic_item attributes. | Mara Bos | -1/+1 | |
| The beta compiler doesn't accept rustc_diagnostic_items on macros yet. | ||||
| 2020-10-18 | Mark the panic macros as diagnostic items. | Mara Bos | -0/+1 | |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -5/+2 | |
| 2020-08-22 | Add missing links | Camelid | -3/+3 | |
| 2020-08-22 | Add missing intra-doc link | Camelid | -0/+2 | |
| 2020-08-22 | Switch to intra-doc links in `std::macros` | Camelid | -11/+8 | |
| 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-07-27 | mv std libs to library/ | mark | -0/+313 | |
