about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-11-05Call LLVM's configure script from oursBrian Anderson-6/+50
2011-11-05Reconfigure when the git submodule status changesBrian Anderson-0/+11
2011-11-05Add mk/llvm.mkBrian Anderson-0/+1
2011-11-05Add submodule management to configure scriptBrian Anderson-1/+35
2011-11-05Add an LLVM git submoduleBrian Anderson-0/+3
2011-11-05docs: work around texi2dvi bug. (#1134)Elly Jones-2/+5
2011-11-05[Docfix] lib/str.rs: Applied review suggestions, took the opportunity to impr...David Rajchenbach-Teller-7/+62
2011-11-05[Docfixes + feature] lib/uint.rs: Applied review suggesions, took the opportu...David Rajchenbach-Teller-9/+61
2011-11-05[Docfix + Renaming] lib/rope.rs: Applied review suggestions, mostly docfixes.David Rajchenbach-Teller-2/+68
2011-11-05Fixup: forgotten stdtest/rope.rsDavid Rajchenbach-Teller-0/+148
2011-11-05stdlib: Added a small rope libraryDavid Rajchenbach-Teller-0/+1134
2011-11-05char.rs: Added a function cmpDavid Rajchenbach-Teller-0/+8
2011-11-05uint.rs: added functions div_ceil, div_floor, div_roundDavid Rajchenbach-Teller-0/+30
2011-11-05str.rs: Added functions loop_chars, loop_chars_sub, char_len_range, byte_len_...David Rajchenbach-Teller-8/+63
2011-11-04vec: take [mutable? T] instead of [T]Elly Jones-2/+2
2011-11-04install.mk: make man1 directoryElly Jones-0/+1
2011-11-04Fill in the tutorial section on testingMarijn Haverbeke-9/+82
2011-11-03Remove an old, temporary build ruleBrian Anderson-7/+0
2011-11-03configure: change --only-gcc to --enable-clang to make clang opt-inBrian Anderson-3/+7
2011-11-03Make the formatting of the host build message consistentBrian Anderson-1/+1
2011-11-03Fix typo in Makefile.in commentsBrian Anderson-1/+1
2011-11-03Update some more tests for 1a68a9882Marijn Haverbeke-43/+1
2011-11-03Clarify metadata syntax in manualMarijn Haverbeke-1/+6
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-113/+107
2011-11-02configure: cleanupBrian Anderson-1/+1
2011-11-02configure: abort early on --helpBrian Anderson-0/+6
2011-11-02configure: support --target-triples and --only-gcc.Elly Jones-11/+2
2011-11-02Change the error message when no LLVM is foundBrian Anderson-2/+1
2011-11-02configure: add --llvm-rootElly Jones-7/+10
2011-11-02configure: add support for --prefix=<prefix>Elly Jones-1/+27
2011-11-02Add vec::permute to the standard library (#1013)Matt Brubeck-0/+46
2011-11-02Escape $ when building linux def filesBrian Anderson-1/+2
2011-11-02rerun the gyp-uv toolNiko Matsakis-28/+80
2011-11-02pass proper options to libuv makeNiko Matsakis-1/+6
2011-11-02add required symbolsNiko Matsakis-0/+8
2011-11-02hastily port so we don't fail to buildNiko Matsakis-0/+52
2011-11-02virtualize rustllvm construction per target tripleNiko Matsakis-19/+32
2011-11-02virtualize the runtime per target triple.Niko Matsakis-101/+174
2011-11-02Fix build on windowsNiko Matsakis-3/+3
2011-11-02fix line too longNiko Matsakis-1/+2
2011-11-02fix failed mergeNiko Matsakis-4/+0
2011-11-02add -m64 to gcc args if appropriateNiko Matsakis-6/+15
2011-11-02correct more i32 vs int mismatchesNiko Matsakis-2/+2
2011-11-02convert various ints to i32 and vice versaNiko Matsakis-22/+22
2011-11-02convert GEP to i32Niko Matsakis-115/+67
2011-11-02get things checking on ia32Niko Matsakis-97/+96
2011-11-02thread the context through so that int can be 64 bits on x86_64Niko Matsakis-99/+149
2011-11-02work on making the size of ints depend on the target archNiko Matsakis-60/+92
2011-11-02work on making the size of ints depend on the target archNiko Matsakis-210/+295
2011-11-02get the dependencies right so that all target archs are builtNiko Matsakis-11/+13