summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-204/+204
2013-03-18core: Initialize global state lazily in the Scheduler ctorBrian Anderson-10/+7
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-5/+45
2013-03-18core: Refactor uv bindingsBrian Anderson-483/+535
2013-03-18core: Begin uv file system bindingsBrian Anderson-0/+36
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-0/+92
2013-03-18core: Rename rt::io to rt::rtioBrian Anderson-6/+4
2013-03-18core: Convert some multiline statements to single-lineBrian Anderson-135/+67
2013-03-18core: Simplify uvll bindings and strip out currently-unused bitsBrian Anderson-1770/+315
2013-03-18core: Don't use printf in rtdebug!Brian Anderson-10/+4
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-3/+2
2013-03-18core: Cleanup rt::contextBrian Anderson-17/+35
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-5/+49
2013-03-15auto merge of #5408 : thestinger/rust/trie, r=pcwaltonbors-2/+31
2013-03-15auto merge of #5404 : bstrie/rust/decopy, r=pcwaltonbors-3/+29
2013-03-15add a test for the chunk functionDaniel Micay-0/+22
2013-03-15core: fix trie chunk functionGraydon Hoare-2/+2
2013-03-15add constructor to TrieSet (was missing)Daniel Micay-0/+7