| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -4/+4 | |
| Eliminate confusing "globals" terminology. 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` r? @Aaron1011 | ||||
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -4/+4 | |
| 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-07-08 | Fix librustc_errors unit tests. | Eric Huss | -0/+1 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -4/+4 | |
| 2019-12-22 | Format the world | Mark Rousskov | -3/+1 | |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -0/+205 | |
