about summary refs log tree commit diff
path: root/src/librusti
AgeCommit message (Expand)AuthorLines
2013-07-14Make TLS keys actually take up spaceAlex Crichton-6/+4
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-16/+8
2013-07-13When running rusti, consume the JIT contexts and collect them in the parent taskAlex Crichton-35/+68
2013-07-11Fix testsAlex Crichton-4/+4
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-1/+1
2013-07-09Rename local_data methods/types for less keystrokesAlex Crichton-3/+3
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-08auto merge of #7568 : alexcrichton/rust/check-lite, r=huonwbors-2/+2
2013-07-07Add rusti/rustpkg to check-liteAlex Crichton-2/+2
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-07Fix rustdoc and rustiJames Miller-3/+3
2013-07-06auto merge of #7581 : alexcrichton/rust/better-rusti, r=pcwaltonbors-15/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+3
2013-07-03Use #[allow(warnings)] in rusti instead of explicitly listing warningsAlex Crichton-15/+1
2013-07-02Completely disable rusti on 32-bit hostsAlex Crichton-671/+3
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