about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-03-27auto merge of #5574 : thestinger/rust/docstring, r=sanxiynbors-2/+5
2013-03-27core/std: Remove uses of ++ modeTim Chevalier-2/+2
2013-03-27add a TotalEq traitDaniel Micay-24/+115
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-1/+1
2013-03-27cmp: rm TotalOrd impl code duplicationDaniel Micay-53/+22
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-1/+1
2013-03-27ops: add a docstringDaniel Micay-1/+1
2013-03-27hashmap: improve docstringDaniel Micay-1/+4
2013-03-26librustc: Remove obsolete syntaxPatrick Walton-16/+42
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-62/+61
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-116/+131
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-22/+24
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-51/+53
2013-03-26auto merge of #5414 : thestinger/rust/option, r=catamorphismbors-295/+145
2013-03-26option: rm functions that duplicate methodsDaniel Micay-295/+145
2013-03-26auto merge of #5560 : brson/rust/relnotes, r=brsonbors-0/+2
2013-03-26auto merge of #5547 : catamorphism/rust/issue-4898, r=catamorphismbors-3/+53
2013-03-26syntax: Removing uses of HashMapAlex Crichton-0/+5
2013-03-26Remove unused imports throughoutAlex Crichton-8/+2
2013-03-26core: As per #4898, finish impls for one-tuplesTim Chevalier-3/+53
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-345/+343
2013-03-26core: Hide GC docsBrian Anderson-0/+2
2013-03-26auto merge of #5532 : brson/rust/coredocs, r=brsonbors-17/+54
2013-03-26core: Make sure every module at least has a one-line descriptionBrian Anderson-5/+30
2013-03-26core: Clarify prelude docs. #4556Brian Anderson-12/+24
2013-03-26Check for null in return_to_mut. Fixes #4904.Niko Matsakis-2/+6
2013-03-26Added more missing lifetime annotationsMarvin Löbel-8/+8
2013-03-26Added missing lifetime annotations, doc and whitespace cleanupsMarvin Löbel-66/+66
2013-03-26Fixed all use sites and testsMarvin Löbel-137/+141
2013-03-26Isolated bug, static vector seems to behave differently than fixed sized oneMarvin Löbel-30/+0
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-70/+92
2013-03-26pre-rebase commitMarvin Löbel-99/+102
2013-03-26Moved float str buffer constants to the strconv moduleMarvin Löbel-11/+10
2013-03-26Spelling fixes; replaced `size` with `capacity` in few places.Felix S. Klock II-3/+3
2013-03-26Fixes mozilla/rust#3612.Felix S. Klock II-1/+2
2013-03-26auto merge of #5542 : catamorphism/rust/issue-4983, r=catamorphismbors-1/+1
2013-03-25auto merge of #5528 : thestinger/rust/find_mut, r=brsonbors-4/+71
2013-03-25auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydonbors-13/+9
2013-03-25auto merge of #5513 : apasel422/rust/deriving, r=luqmanabors-29/+9
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-2929/+1632
2013-03-25core: Fix doc comment error, as per #4983Tim Chevalier-1/+1
2013-03-25trie: improve docstringDaniel Micay-1/+1
2013-03-24expose find_mut in the Map traitDaniel Micay-18/+18
2013-03-24trie: add find_mut methodDaniel Micay-1/+32
2013-03-24hashmap: add find_mut methodDaniel Micay-1/+34
2013-03-24treemap: add a find_mut methodDaniel Micay-1/+4
2013-03-25libcore: implement `str::each_char_reverse` correctly.Huon Wilson-10/+9
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-3/+0
2013-03-23replace impls with `deriving` where applicableAndrew Paseltiner-24/+3
2013-03-23core: derive Clone for core typesAndrew Paseltiner-5/+6