| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -730/+0 | |
| 2020-01-16 | Rust ./x.py fmt | Richard Dodd | -12/+14 | |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+83 | |
| 2019-12-22 | Format the world | Mark Rousskov | -125/+110 | |
| 2019-10-10 | move debug_map assertions after check for err | Ashley Mannix | -0/+40 | |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -8/+85 | |
| 2019-04-20 | Deny rust_2018_idioms in libcore tests | Philipp Hansch | -25/+25 | |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -26/+26 | |
| This commit changes the behavior of Formatter::debug_struct, debug_tuple, debug_list, debug_set, and debug_map to render trailing commas in {:#?} mode, which is the dominant style in modern Rust code. Before: Language { name: "Rust", trailing_commas: false } After: Language { name: "Rust", trailing_commas: true, } | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-11-24 | Make fmt::DebugList and friends forward formatting parameters | Simon Sapin | -0/+55 | |
| For example, formatting slice of integers with `{:04?}` should zero-pad each integer. | ||||
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -0/+498 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
