| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -146/+0 | |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -1/+1 | |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+1 | |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -3/+0 | |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 | |
| Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths. | ||||
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -1/+5 | |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -2/+2 | |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -1/+2 | |
| This allows us to avoid synthesizing tokens in `prepend_attr`, since we have the original tokens available. We still need to synthesize tokens when expanding `cfg_attr`, but this is an unavoidable consequence of the syntax of `cfg_attr` - the user does not supply the `#` and `[]` tokens that a `cfg_attr` expands to. | ||||
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -14/+8 | |
| Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+149 | |
