| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 | |
| They evaluated the receiver twice. They should be added back with `AddAssign`, `SubAssign`, etc., traits. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -17/+17 | |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 | |
| 2013-06-14 | Add Zero impls for lots of common types | Alex Crichton | -0/+15 | |
| 2013-06-11 | std: convert pow, hypot, atan2, log to take arguments by reference. | Huon Wilson | -4/+4 | |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+3 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+494 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
