| Age | Commit message (Expand) | Author | Lines |
| 2013-06-28 | auto merge of #7436 : kballard/rust/term-dumb, r=cmr | bors | -4/+7 |
| 2013-06-27 | rc: add missing `#[unsafe_no_drop_flag]` | Daniel Micay | -0/+2 |
| 2013-06-27 | extra: unused import fix for android | Young-il Choi | -1/+7 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -123/+95 |
| 2013-06-27 | Teach extra::term::Terminal.reset() to handle missing op | Kevin Ballard | -4/+7 |
| 2013-06-28 | extra: silence some test warnings. | Huon Wilson | -43/+22 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -10/+9 |
| 2013-06-28 | Convert vec::{partition, partitioned} to methods. | Huon Wilson | -1/+1 |
| 2013-06-28 | Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods. | Huon Wilson | -2/+1 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -1/+1 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -66/+61 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -14/+14 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -79/+217 |
| 2013-06-26 | Fix deque tests | Corey Richardson | -4/+5 |
| 2013-06-26 | treemap: remove .each in favor of .iter().advance | Ramkumar Ramachandra | -18/+9 |
| 2013-06-26 | Looser restrictions on what can be captured in unbounded traits. | Ben Blum | -1/+1 |
| 2013-06-26 | Work-around 'static bound requirement in io::with_bytes_reader (note: does no... | Ben Blum | -1/+5 |
| 2013-06-26 | Fix whitespace issues (thanks @jedestep!) | Corey Richardson | -14/+9 |
| 2013-06-26 | Moving implementation details to a macro | Jed Estep | -67/+28 |
| 2013-06-26 | A few iterator tests | Jed Estep | -0/+31 |
| 2013-06-26 | iterators use deque ordering | Jed Estep | -49/+72 |
| 2013-06-26 | deque iterator | Jed Estep | -0/+95 |
| 2013-06-26 | priority_queue: implement simple iterator | Ramkumar Ramachandra | -4/+27 |
| 2013-06-26 | Refactor extra::term a bit | Kevin Ballard | -54/+72 |
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -7/+7 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -17/+17 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -115/+133 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -17/+17 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -7/+7 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -16/+21 |
| 2013-06-25 | container: remove internal iterators from Map | Daniel Micay | -52/+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 | -8/+12 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -39/+48 |
| 2013-06-25 | Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test | James Miller | -8/+12 |
| 2013-06-24 | Merge remote-tracking branch 'reusee/master' into HEAD | Brian Anderson | -14/+14 |
| 2013-06-24 | auto merge of #7193 : Thiez/rust/fixbench, r=cmr | bors | -11/+11 |
| 2013-06-24 | auto merge of #7334 : thestinger/rust/old_iter, r=Aatch | bors | -100/+60 |
| 2013-06-24 | remove old_iter | Daniel Micay | -100/+60 |
| 2013-06-24 | Implement the fixed output size versions of the SHA-2 digest functions. | Palmer Cox | -0/+1127 |
| 2013-06-24 | Create a Digest trait for common methods on digests and convert the SHA-1 imp... | Palmer Cox | -37/+119 |
| 2013-06-24 | Improve the SHA-1 implementation | Palmer Cox | -237/+206 |
| 2013-06-23 | Create a crypto submodule and move the SHA-1 implementation into it. | Palmer Cox | -1/+4 |
| 2013-06-24 | Changed Arena API to make it usable once more. | Matthijs Hofstra | -11/+11 |
| 2013-06-23 | auto merge of #7258 : huonw/rust/7256, r=bstrie | bors | -0/+3 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -2/+14 |
| 2013-06-23 | Remove rust_call_tydesc_glue | Philipp Brüschweiler | -24/+8 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -25/+38 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -70/+79 |