| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -26/+26 | |
| There are some structures that are called "globals", but are they global to a compilation session, and not truly global. I have always found this highly confusing, so this commit renames them as "session globals" and adds a comment explaining things. Also, the commit fixes an unnecessary nesting of `set()` calls `src/librustc_errors/json/tests.rs` | ||||
| 2020-05-14 | cleanup stale FIXME(#64197) | sergey-melnychuk | -2/+2 | |
| 2020-05-08 | Fix tests | Camille GILLOT | -4/+4 | |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -1/+1 | |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -9/+9 | |
| 2020-02-15 | parser: `macro_rules` is a weak keyword | Vadim Petrochenkov | -1/+1 | |
| 2020-02-01 | fix fallout in tests | Mazdak Farrokhzad | -3/+3 | |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 | |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -0/+604 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
