| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -22/+22 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -5/+5 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -2/+2 |
| 2012-10-02 | De-export comm, task. Part of #3583. | Graydon Hoare | -2/+0 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -6/+6 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -8/+7 |
| 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 #[l... | Graydon Hoare | -0/+2 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -25/+34 |
| 2012-09-19 | De-export core::comm | Graydon Hoare | -19/+10 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-13 | Doc fix, close #3419 | Graydon Hoare | -2/+2 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -1/+1 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -1/+1 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -18/+18 |
| 2012-09-09 | Rename variables that clash with keywords | Brian Anderson | -3/+3 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -17/+17 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -2/+2 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -2/+12 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -41/+41 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -2/+2 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -28/+29 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -10/+10 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -2/+3 |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -1/+4 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -4/+3 |
| 2012-07-23 | call task::yield in comm::peek | Ted Horst | -0/+3 |
| 2012-07-23 | Add task::spawn_unlinked and start migrating away from task::unsupervise | Ben Blum | -3/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -21/+21 |
| 2012-07-09 | core: New closure syntax for comm.rs/task.rs docs | Benjamin Herr | -2/+2 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -67/+67 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -15/+15 |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -8/+8 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -23/+23 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -21/+21 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -1/+1 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -2/+2 |
| 2012-06-22 | core: Name is_failure to is_err, is_success to is_ok | Brian Anderson | -1/+1 |
| 2012-06-21 | core: Remove resolved FIXME around port destruction | Brian Anderson | -2/+0 |
| 2012-06-20 | Change core::comm to use classes instead of resources | Tim Chevalier | -21/+30 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -2/+2 |
| 2012-06-07 | Use #[cfg(unix)] and #[cfg(windows)] everywhere | Brian Anderson | -3/+3 |