| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+3 | |
| Sadly, there's only one file that requires deprecated modes (stackwalk)... So, forbid them everywhere else. | ||||
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 | |
| This removes most explicit uses of the + argument mode. Pending a snapshot, I had to remove the forbid(deprecated_modes) pragma from a bunch of files. I'll put it back! + mode still has to be used in a few places for functions that get moved (see task.rs) The changes outside core and std are due to the to_bytes trait and making the compiler (with legacy modes on) agree with the libraries (with legacy modes off) about modes. | ||||
| 2012-09-28 | De-export ops, cmp, num. Part of #3583. | Graydon Hoare | -16/+16 | |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -80/+0 | |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -16/+80 | |
| 2012-09-02 | Camel case core::ops | Brian Anderson | -18/+16 | |
| 2012-09-02 | core: warn(non_camel_case_types) everywhere, with few exceptions | Brian Anderson | -0/+2 | |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -9/+41 | |
| The only use of the old-style impls is now placement new. | ||||
| 2012-07-25 | libcore: Add missing ops.rs | Patrick Walton | -0/+66 | |
