| Age | Commit message (Expand) | Author | Lines |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -8/+8 |
| 2013-06-28 | librustc: Change Const to Freeze in the compiler | Patrick Walton | -4/+11 |
| 2013-06-28 | librustc: Rename Owned to Send in the compiler | Patrick Walton | -1/+8 |
| 2013-06-28 | auto merge of #7426 : thestinger/rust/zero-size-noncopyable, r=catamorphism | bors | -15/+44 |
| 2013-06-28 | std: adjust run.rs test for android | Young-il Choi | -3/+149 |
| 2013-06-28 | auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphism | bors | -0/+9 |
| 2013-06-27 | rustpkg: Implement RUST_PATH | Tim Chevalier | -0/+9 |
| 2013-06-28 | fix stage0 build | Daniel Micay | -5/+8 |
| 2013-06-27 | std: unused import fix for android | Young-il Choi | -1/+0 |
| 2013-06-27 | Rename #[no_drop_flag] to #[unsafe_no_drop_flag] | Birunthan Mohanathas | -3/+3 |
| 2013-06-27 | util: make NonCopyable 0 size (instead of 1 byte) | Daniel Micay | -13/+40 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -518/+391 |
| 2013-06-27 | auto merge of #7414 : gifnksm/rust/max_by, r=catamorphism | bors | -0/+62 |
| 2013-06-28 | std: silence some test warnings. | Huon Wilson | -27/+22 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -76/+76 |
| 2013-06-28 | Convert vec::{partition, partitioned} to methods. | Huon Wilson | -47/+28 |
| 2013-06-28 | Convert vec::retain to a method. | Huon Wilson | -22/+18 |
| 2013-06-28 | Convert vec::truncate to a method. | Huon Wilson | -16/+11 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -88/+77 |
| 2013-06-28 | Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods. | Huon Wilson | -133/+101 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -50/+26 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -72/+45 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -2/+2 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -40/+101 |
| 2013-06-26 | vec: remove superseded reverse_part function | Daniel Micay | -40/+2 |
| 2013-06-26 | Work-around 'static bound requirement in io::with_bytes_reader (note: does no... | Ben Blum | -3/+10 |
| 2013-06-26 | Add methods .move_from() and .copy_from() to vec | Kevin Ballard | -0/+73 |
| 2013-06-26 | Add method .set_memory in vec::bytes for &[u8] | Kevin Ballard | -0/+26 |
| 2013-06-27 | iterator: Add `IteratorUtil::max_by/min_by` method | gifnksm | -0/+62 |
| 2013-06-26 | auto merge of #7345 : blake2-ppc/rust/iterator-flat-map, r=thestinger | bors | -0/+67 |
| 2013-06-26 | auto merge of #7216 : kballard/rust/task_rng, r=brson | bors | -10/+6 |
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -24/+17 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -32/+32 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -643/+1147 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -32/+32 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -24/+17 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -127/+8 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -64/+52 |
| 2013-06-25 | auto merge of #7371 : alexcrichton/rust/trying, r=cmr | bors | -0/+0 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-25 | auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger | bors | -0/+1 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -80/+217 |
| 2013-06-24 | auto merge of #7370 : Aatch/rust/snapshot, r=huonw | bors | -60/+1 |
| 2013-06-25 | Add missing import to tests | James Miller | -1/+1 |
| 2013-06-25 | Warning police | James Miller | -2/+0 |
| 2013-06-25 | Remove stage0 cfgs | James Miller | -57/+0 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -0/+1 |
| 2013-06-24 | Merge remote-tracking branch 'reusee/master' into HEAD | Brian Anderson | -2/+2 |
| 2013-06-24 | libc: (u)int => c_(u)int for consts | Fedor Indutny | -750/+785 |
| 2013-06-24 | libc: add POSIX-compatible sysconf consts | Fedor Indutny | -0/+254 |