| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-14 | Bump recursion_limit in a few places | Aaron Hill | -0/+1 | |
| This is needed to get rustdoc to succeed on `dist-x86_64-linux-alt` | ||||
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+2 | |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+2 | |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -0/+2 | |
| Box the biggest ast::ItemKind variants This PR is a different approach on https://github.com/rust-lang/rust/pull/81400, aiming to save memory in humongous ASTs. The three affected item kind enums are: - `ast::ItemKind` (208 -> 112 bytes) - `ast::AssocItemKind` (176 -> 72 bytes) - `ast::ForeignItemKind` (176 -> 72 bytes) | ||||
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -0/+2 | |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+3 | |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -10/+4 | |
| 2021-01-09 | Don't set builtin_name for builtin macro implementations. | Mara Bos | -1/+1 | |
| This used to be necessary for `is_builtin` in the past, but is no longer required. Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | ||||
| 2021-01-09 | Allow #[rustc_builtin_macro = "name"]. | Mara Bos | -1/+1 | |
| This makes it possible to have both std::panic and core::panic as a builtin macro, by using different builtin macro names for each. Also removes SyntaxExtension::is_derive_copy, as the macro name (e.g. sym::Copy) is now tracked and provides that information directly. | ||||
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+113 | |
