| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-28 | libstd => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -1/+0 | |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 | |
| Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry | ||||
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -0/+55 | |
| Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that are deprecated in the 1.8 release are sticking around for the rest of this cycle. Some notable changes are: * The `dynamic_lib` module was moved into `rustc_back` as the compiler still relies on a few bits and pieces. * The `DebugTuple` formatter now special-cases an empty struct name with only one field to append a trailing comma. | ||||
