summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-06-28librustc: Fix more merge fallout.Patrick Walton-5/+15
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-3/+4
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-1/+1
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-141/+145
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-50/+72
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-5/+14
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-54/+54
2013-06-28librustc: Rename Const to FreezePatrick Walton-14/+14
2013-06-28librustc: Rename Owned to Send in the compilerPatrick Walton-1/+2
2013-06-28auto merge of #7436 : kballard/rust/term-dumb, r=cmrbors-4/+7
2013-06-27rc: add missing `#[unsafe_no_drop_flag]`Daniel Micay-0/+2
2013-06-27extra: unused import fix for androidYoung-il Choi-1/+7
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-123/+95
2013-06-27Teach extra::term::Terminal.reset() to handle missing opKevin Ballard-4/+7
2013-06-28extra: silence some test warnings.Huon Wilson-43/+22
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-10/+9
2013-06-28Convert vec::{partition, partitioned} to methods.Huon Wilson-1/+1
2013-06-28Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods.Huon Wilson-2/+1
2013-06-27Convert vec::{head, tail, init, last} (and similar fns) to methods.Huon Wilson-1/+1
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-66/+61
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-14/+14
2013-06-26auto merge of #7420 : mozilla/rust/rollup, r=thestingerbors-79/+217
2013-06-26Fix deque testsCorey Richardson-4/+5
2013-06-26treemap: remove .each in favor of .iter().advanceRamkumar Ramachandra-18/+9
2013-06-26Looser restrictions on what can be captured in unbounded traits.Ben Blum-1/+1
2013-06-26Work-around 'static bound requirement in io::with_bytes_reader (note: does no...Ben Blum-1/+5
2013-06-26Fix whitespace issues (thanks @jedestep!)Corey Richardson-14/+9
2013-06-26Moving implementation details to a macroJed Estep-67/+28
2013-06-26A few iterator testsJed Estep-0/+31
2013-06-26iterators use deque orderingJed Estep-49/+72
2013-06-26deque iteratorJed Estep-0/+95
2013-06-26priority_queue: implement simple iteratorRamkumar Ramachandra-4/+27
2013-06-26Refactor extra::term a bitKevin Ballard-54/+72
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-7/+7
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-17/+17
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-115/+133
2013-06-25Change finalize -> drop.Luqman Aden-17/+17
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-7/+7
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-16/+21
2013-06-25container: remove internal iterators from MapDaniel Micay-52/+52
2013-06-25auto merge of #7371 : alexcrichton/rust/trying, r=cmrbors-0/+0
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-8/+12
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-39/+48
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-8/+12
2013-06-24extra: Make test runner compatible with newschedBrian Anderson-13/+4
2013-06-24Merge remote-tracking branch 'reusee/master' into HEADBrian Anderson-14/+14
2013-06-24auto merge of #7193 : Thiez/rust/fixbench, r=cmrbors-11/+11
2013-06-24auto merge of #7334 : thestinger/rust/old_iter, r=Aatchbors-100/+60
2013-06-24remove old_iterDaniel Micay-100/+60