| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-02 | Rename directories for some compiler crates from `libx` to `librustc_x` | Vadim Petrochenkov | -1591/+0 | |
| libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize | ||||
| 2020-04-07 | Use assoc integer constants in libserialize | Linus Färnstrand | -10/+10 | |
| 2020-04-05 | Stop importing int/float modules in libserialize | Linus Färnstrand | -1/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -407/+385 | |
| 2019-09-23 | Tweak libserialize allows | Alex Crichton | -2/+2 | |
| 2019-09-23 | Fix compiling libserialize tests | Alex Crichton | -0/+4 | |
| They've got new warnings turned on so they need more `#![allow]` | ||||
| 2019-08-02 | libserialize: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+46 | |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -2/+0 | |
| 2019-04-21 | Allow unused_extern_crates for rustc_libserialize | Philipp Hansch | -0/+2 | |
| 2019-02-09 | Move some tests into the tests directory | Taiki Endo | -0/+1564 | |
| This moves tests in opaque.rs and tests other than tests that require private items in json.rs into tests/opaque.rs and tests/json.rs. | ||||
