| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | De-export ops, cmp, num. Part of #3583. | Graydon Hoare | -2/+0 | |
| 2012-09-26 | libcore: De-export box, cast, and dlist | Patrick Walton | -15/+14 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -79/+0 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -2/+6 | |
| #[legacy_exports]; | ||||
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -38/+130 | |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -2/+14 | |
| 2012-09-12 | Document IterBytes, Eq, Cmp, Hash. Close #3449. | Graydon Hoare | -0/+16 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+6 | |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -0/+15 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -3/+3 | |
| 2012-08-27 | libcore: Fix build harder | Patrick Walton | -3/+11 | |
| 2012-08-27 | libcore: Fix core test | Patrick Walton | -0/+3 | |
| 2012-08-27 | libcore: Implement ord and eq language items | Patrick Walton | -0/+4 | |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -5/+5 | |
| 2012-08-13 | De-mode-ify a few minor libcore modules. | Graydon Hoare | -0/+4 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -0/+11 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-07-26 | core: Mark a bunch of numeric functions as pure | Patrick Walton | -4/+4 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -1/+1 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-06-06 | Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures" | Tim Chevalier | -0/+10 | |
| This reverts commit 9fae95860de510f6874810cf43efb83f101246ef. | ||||
