summary refs log tree commit diff
path: root/src/librusti
AgeCommit message (Expand)AuthorLines
2013-07-01Ignore all rusti tests harder. #7541Brian Anderson-1/+2
2013-07-01Ignore all rusti tests. #7541Brian Anderson-1/+2
2013-07-01Turn on using LLVM threadsafelyAlex Crichton-34/+49
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-2/+2
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-0/+666
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+2
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-2/+2
2013-06-26Fix a formatting bug in rustiAlex Crichton-1/+6
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-4/+4
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-23vec: remove BaseIter implementationDaniel Micay-8/+8
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-3/+3
2013-06-18rusti: Disable tests on macos harderBrian Anderson-4/+4
2013-06-18rusti: disable tests on 32bit mac. r=burningtree.Graydon Hoare-0/+6
2013-06-16std: allow any sort of string to be Added with +.Huon Wilson-1/+1
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-2/+12
2013-06-14add IteratorUtil to the preludeDaniel Micay-3/+0
2013-06-13Resolve LLVM crashing in rustpkg testsAlex Crichton-1/+1
2013-06-13Correctly parse commands for rustiAlex Crichton-1/+11
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-4/+0
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-0/+4
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-4/+0
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-0/+4
2013-06-12Rewrite rustiAlex Crichton-162/+777
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-3/+3
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-2/+3
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-3/+5
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-1/+1
2013-06-10std: convert str::trim* to methods.Huon Wilson-1/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+4
2013-06-05removed some interner fieldsJohn Clements-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-6/+7
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-6/+5
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-10/+10
2013-05-29auto merge of #6733 : alexcrichton/rust/issue-2400, r=brsonbors-2/+3
2013-05-29auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatchbors-3/+4
2013-05-28Un-ignore rusti/rustpkg tests on i686Alex Crichton-2/+3
2013-05-28librustc: drop AST before running LLVM, frees 400mb on a librustc buildGraydon Hoare-3/+4
2013-05-28Silence various warnings throughout test modulesAlex Crichton-6/+6
2013-05-23cleanup warnings from librustiErick Tryzelaar-3/+3
2013-05-23more testing fallout from core->std/std->extra moveTed Horst-0/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-1/+7
2013-05-22"Type :help for help", similar to ghcikud1ing-1/+1
2013-05-19reduce the usage of explicit version markersDaniel Micay-3/+3
2013-05-14rusti: Ignore tests. Failing on i686. #6489Brian Anderson-1/+1
2013-05-14Don't emit common warnings in rustiAlex Crichton-1/+1
2013-05-14Add regression tests for various other rusti issuesAlex Crichton-16/+17
2013-05-14Fix `use` statements with rustiAlex Crichton-1/+2
2013-05-14Get unit tests for rusti workingAlex Crichton-3/+50