about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-03-22std: replace uses of old deriving attribute with new oneAndrew Paseltiner-21/+21
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-3/+0
2013-03-21auto merge of #5481 : thestinger/rust/deque, r=z0w0bors-0/+2
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-4/+22
2013-03-21auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0bors-3/+4
2013-03-21librustc: Register new snapshotsPatrick Walton-3/+0
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-4/+22
2013-03-21deque: add a module docstringDaniel Micay-0/+2
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-17/+3
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-2/+2
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-4/+5
2013-03-21auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstriebors-28/+28
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-28/+28
2013-03-20auto merge of #5456 : graydon/rust/fixups, r=pcwaltonbors-0/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-32/+32
2013-03-20auto merge of #5455 : pcwalton/rust/framework, r=catamorphismbors-2/+2
2013-03-20change some uses of fail_unless to assert_eqJohn Clements-17/+3
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-2/+2
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+1
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-11/+5
2013-03-19core: rename vec::rev_each{,i} to vec::each{,i}_reverseErick Tryzelaar-3/+3
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-43/+68
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-87/+87
2013-03-18core: Simplify uvll bindings and strip out currently-unused bitsBrian Anderson-18/+0
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-16/+1955
2013-03-15auto merge of #5404 : bstrie/rust/decopy, r=pcwaltonbors-21/+21
2013-03-15impl Clone for ~T, ~[T], ~strBen Striegel-21/+21
2013-03-15treemap: use each_mut instead of mutateDaniel Micay-7/+6
2013-03-15treemap: rm old FIXMEDaniel Micay-2/+0
2013-03-15deque: add documentationDaniel Micay-1/+24
2013-03-14MutableIter impl for Option + use it in treemapDaniel Micay-14/+5
2013-03-14auto merge of #5365 : thestinger/rust/map, r=catamorphismbors-1/+30
2013-03-13librustc: Remove "base types" from the language.Patrick Walton-29/+29
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-44/+51
2013-03-14Remove unused imports in stdILyoan-1/+0
2013-03-13add the mutate_values method to the Map traitDaniel Micay-1/+30
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-2/+2
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-8/+8
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-149/+146
2013-03-12auto merge of #5329 : wanderview/rust/std-getopts-opts_present, r=graydonbors-4/+5
2013-03-11Remove uses of logBrian Anderson-149/+146
2013-03-11auto merge of #5310 : thestinger/rust/treeset, r=graydonbors-113/+94
2013-03-11Fix std::getopts::opts_present() to check value.Ben Kelly-4/+5
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-1939/+17
2013-03-11treemap: fix a bug in the union implementationDaniel Micay-0/+4
2013-03-11treemap: add more set testsDaniel Micay-0/+10
2013-03-11treemap: refactor the set operation testsDaniel Micay-80/+34
2013-03-11treemap: add more tests for set differenceDaniel Micay-16/+21
2013-03-11treemap: inline the TreeSet wrappersDaniel Micay-12/+20