| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -33/+33 | |
| 2012-12-14 | Stop using spawn_conversation in chan_from_global_ptr | Brian Anderson | -7/+13 | |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -13/+13 | |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -1/+1 | |
| As per #3637. | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -2/+4 | |
| 2012-11-03 | Remove the last use of rustrt::rust_compare_and_swap_ptr | Tim Chevalier | -9/+4 | |
| Closes #3527 r=brson | ||||
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -12/+0 | |
| and re-register snapshots Just removing unneeded code, no review | ||||
| 2012-10-23 | core: Remove remaining use of Future | Brian Anderson | -3/+7 | |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -2/+2 | |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -2/+2 | |
| 2012-10-22 | Tidy | Brian Anderson | -2/+2 | |
| 2012-10-23 | Fix compare_and_swap to not break tests. | Luqman Aden | -133/+16 | |
| 2012-10-21 | Replace rust_atomic_increment/decrement and rust_compare_and_swap_ptr with ↵ | Luqman Aden | -12/+145 | |
| intrinsics. | ||||
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -19/+21 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 | |
| One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes. | ||||
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 | |
| Sadly, there's only one file that requires deprecated modes (stackwalk)... So, forbid them everywhere else. | ||||
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -8/+8 | |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -5/+5 | |
| 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 | Add a demoded version of ptr::addr_of | Tim Chevalier | -7/+7 | |
| Currently, the new version is ptr::p2::addr_of and the old one is ptr::addr_of. This is kind of cheesy, but I need a snapshot before I can ditch the old version, since the pipe compiler generates calls to addr_of. core is converted over to use the new version, std is not. | ||||
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 | |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, ↵ | Patrick Walton | -34/+26 | |
| and private | ||||
| 2012-09-25 | Demode core::result | Brian Anderson | -1/+1 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+2 | |
| #[legacy_exports]; | ||||
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -27/+27 | |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -7/+412 | |
| 2012-09-12 | purge the separate path for rel ops (e.g., ==) vs other bin ops | Niko Matsakis | -1/+1 | |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -0/+264 | |
