summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-18/+17
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-9/+9
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-433/+433
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-1/+1
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-1/+1
2013-03-22trie: make the TrieSet impl publicDaniel Micay-2/+1
2013-03-22trie: inline the other TrieSet wrapper methodsDaniel Micay-0/+3
2013-03-22trie: rm workaround for issue #3469Daniel Micay-2/+1
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-1623/+1598
2013-03-22librustdoc: Remove `pure` from fuzzer and rustdoc.Patrick Walton-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1576/+1551
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-108/+108
2013-03-22auto merge of #5463 : alexcrichton/rust/faster-fmt, r=graydonbors-0/+209
2013-03-22auto merge of #5398 : dbaupp/rust/core-readlines, r=graydonbors-32/+141
2013-03-22Pass the fmt! buffer to each conversion methodAlex Crichton-0/+209
2013-03-22auto merge of #5471 : erickt/rust/incoming, r=bstriebors-2/+2
2013-03-23libcore: handle trailing newlines more like other languages.Huon Wilson-32/+141
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-19/+19
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-51/+0