| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Update FIXME number | Tim Chevalier | -3/+3 | |
| 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 | De-mode comm::Chan | Tim Chevalier | -2/+2 | |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -7/+7 | |
| More or less the same as my analogous commit for libcore. Had to remove the forbid(deprecated_modes) pragma from some files -- will restore it after the snapshot. | ||||
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -2/+2 | |
| Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that. | ||||
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -10/+7 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 | |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -4/+4 | |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -1/+1 | |
| an explicit variable name. (Step one to changing the defaults) First step to #3535 | ||||
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+2 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵ | Niko Matsakis | -2/+2 | |
| demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready. | ||||
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 | |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -2/+2 | |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -1/+1 | |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+2 | |
| Fixes #3261 Fixes #3443 | ||||
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 | |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -6/+6 | |
| 2012-09-08 | std: cleanup in sync.rs for things missed in last rebase | Jeff Olson | -9/+9 | |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -3/+3 | |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -21/+21 | |
| 2012-09-04 | Whitespace | Brian Anderson | -1/+0 | |
| 2012-09-04 | std: Remove struct ctors | Brian Anderson | -6/+40 | |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -2/+2 | |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -31/+31 | |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -6/+6 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -4/+4 | |
| 2012-08-26 | convert std::sync types to camelcase | Ben Blum | -128/+128 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -29/+29 | |
| 2012-08-25 | Use region variance to remove a bunch of unsafety in sync/arc (#2282) | Ben Blum | -9/+3 | |
| 2012-08-21 | Remove fixmes about exporting. Close #2648, close #3119. | Ben Blum | -1/+0 | |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+1 | |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -1/+1 | |
| 2012-08-15 | Fix :broadcast_heavy in condvars. | Ben Blum | -21/+27 | |
| 2012-08-15 | sync+arc - comments and attributes only | Ben Blum | -7/+40 | |
| 2012-08-15 | Enable multiple condvars on a single mutex_arc/rw_arc. | Ben Blum | -1/+2 | |
| 2012-08-15 | Enable multiple condvars on a single mutex/rwlock. | Ben Blum | -38/+172 | |
| 2012-08-15 | Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use them | Ben Blum | -8/+8 | |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -2/+5 | |
| 2012-08-14 | add sync::tests::test_mutex_killed_broadcast | Ben Blum | -3/+45 | |
| 2012-08-14 | Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf ↵ | Ben Blum | -19/+33 | |
| #2282, #3154) | ||||
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -3/+3 | |
| 2012-08-13 | Add more rwlock tests | Ben Blum | -16/+92 | |
| 2012-08-13 | Implement rwlock.downgrade and tests | Ben Blum | -36/+202 | |
| 2012-08-13 | minor fix to rwlock.read() | Ben Blum | -1/+2 | |
| 2012-08-10 | Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive | Ben Blum | -0/+775 | |
