| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -2/+2 | |
| 2020-09-11 | Mark Error impl for LayoutErr as stable. | Mara Bos | -5/+1 | |
| This impl was effectively stable. #[unstable] had no effect here, since both Error and LayoutErr were already stable. This effectively became stable as soon as LayoutErr became stable, which was in 1.28.0. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -41/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-27 | Reduce duplicate doc link in error | Ivan Tham | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-26 | Use [xxx()] rather than the [xxx] function | Ivan Tham | -2/+2 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-08-26 | Error use explicit intra-doc link and fix text | Ivan Tham | -10/+7 | |
| 2020-08-23 | Convert str -> prim@str in `std` | Joshua Nelson | -0/+4 | |
| 2020-08-17 | Switch to intra-doc links for std/src/error.rs | Ellen | -25/+3 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+802 | |
