| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -1155/+0 | |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 | |
| 2020-08-08 | Fix ICE #75307 in `format` | Esteban Küber | -20/+13 | |
| Remove usages of `unwrap` (even when some are safe today). | ||||
| 2020-07-17 | Remove `ExtCtxt::ident_of`. | Nicholas Nethercote | -23/+23 | |
| It's equivalent to `Ident::from_str_and_span`. The commit also introduces some more static symbols so that `Ident::new` can be used in various places instead of `Ident::from_str_and_span`. The commit also changes `Path::path` from a `&str` to a `Symbol`, which then allows the lifetime annotation to be removed from `Ty`. Also, the use of `Symbol` in `Bounds` removes the need for its lifetime annotation. | ||||
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -0/+2 | |
| Audit hidden/short code suggestions Should fix #73641. Audit uses of `span_suggestion_short` and `tool_only_span_suggestion` (`span_suggestion_hidden` is already tested with `run-rustfix`). Leave some FIXMEs for futher improvements/fixes. r? @estebank | ||||
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -0/+2 | |
| 2020-07-01 | Update src/librustc_builtin_macros/format.rs | David Hewitt | -1/+1 | |
| Apply suggestion from varkor Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-07-01 | Amend wording of note | David Hewitt | -1/+1 | |
| 2020-06-27 | Improve messaging from PR feedback | David Hewitt | -9/+5 | |
| 2020-06-24 | Add `format_args_capture` feature | David Hewitt | -4/+57 | |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -2/+1 | |
| 2020-05-18 | Implement asm! in librustc_builtin_macros | Amanieu d'Antras | -108/+11 | |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+3 | |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -12/+3 | |
| 2020-03-09 | rustc_parse: Use `Token::ident` where possible | Vadim Petrochenkov | -33/+32 | |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 | |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -1/+1 | |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -4/+4 | |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values ↵ | Matthias Krüger | -1/+1 | |
| of maps. | ||||
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 | |
| use .copied() instead of .map(|x| *x) on iterators | ||||
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 | |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 | |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 | |
| use is_empty() instead of len() == x to determine if structs are empty. | ||||
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 | |
| use char instead of &str for single char patterns | ||||
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 | |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 | |
| 2020-02-24 | parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token` | Vadim Petrochenkov | -1/+1 | |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 | |
| 2020-01-20 | Delete unused "next" variants from formatting infrastructure | Mark Rousskov | -12/+1 | |
| The formatting infrastructure stopped emitting these a while back, and in removing them we can simplify related code. | ||||
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -5/+2 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -0/+1233 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
