about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-03-21core: fix a typo in levdistanceErick Tryzelaar-2/+2
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-20/+50
2013-03-21auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0bors-100/+100
2013-03-21librustc: Register new snapshotsPatrick Walton-51/+0
2013-03-21libsyntax: Remove `@const` from the languagePatrick Walton-8/+28
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-12/+22
2013-03-21auto merge of #5476 : thestinger/rust/bench, r=graydonbors-3/+1
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-198/+198
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-60/+60
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-103/+103
2013-03-21trie: make impl pubDaniel Micay-3/+1
2013-03-21libcore: Remove a few possibly-cyclic imports in an effort to unbreak the tre...Patrick Walton-3/+3
2013-03-21auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstriebors-107/+97
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-67/+67
2013-03-21removed str::slice_DBG_UNIQMarvin Löbel-66/+42
2013-03-20auto merge of #5456 : graydon/rust/fixups, r=pcwaltonbors-1/+10
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-81/+95
2013-03-20auto merge of #5455 : pcwalton/rust/framework, r=catamorphismbors-6/+6
2013-03-20change some uses of fail_unless to assert_eqJohn Clements-198/+198
2013-03-20auto merge of #5447 : erickt/rust/incoming, r=graydonbors-89/+287
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-6/+6
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+6
2013-03-20core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182.Graydon Hoare-1/+4
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-77/+215
2013-03-20core: add char_len methodErick Tryzelaar-1/+5
2013-03-20core: add char_at_reverseErick Tryzelaar-1/+34
2013-03-19libcore: Make a couple of constructors public. rs=testfixingPatrick Walton-3/+3
2013-03-19core: rename vec::rev_each{,i} to vec::each{,i}_reverseErick Tryzelaar-10/+33
2013-03-19libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocksPatrick Walton-5/+4
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-4/+3
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-36/+66