| Age | Commit message (Expand) | Author | Lines |
| 2011-11-07 | Fix a long line | Marijn Haverbeke | -1/+1 |
| 2011-11-07 | llvm::mk_object_file should really return an option, since the underlying LLV... | Joshua Wise | -4/+8 |
| 2011-11-06 | [Stdlib] rope.rs: improved doc, code readability | David Rajchenbach-Teller | -82/+157 |
| 2011-11-06 | [Test] rope.rs: testing concat | David Rajchenbach-Teller | -0/+16 |
| 2011-11-06 | [Stdlib] rope.rs: concat, now attempts to preserve balance | David Rajchenbach-Teller | -6/+28 |
| 2011-11-06 | [Stdlib doc] char.rs: documented to_digit, cmp | David Rajchenbach-Teller | -0/+25 |
| 2011-11-06 | [stdlib optim] rope::node improved balancing strategy | David Rajchenbach-Teller | -8/+59 |
| 2011-11-05 | Add an LLVM git submodule | Brian Anderson | -0/+0 |
| 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-05 | Fixup: forgotten stdtest/rope.rs | David Rajchenbach-Teller | -0/+148 |
| 2011-11-05 | stdlib: Added a small rope library | David Rajchenbach-Teller | -0/+1134 |
| 2011-11-05 | char.rs: Added a function cmp | David Rajchenbach-Teller | -0/+8 |
| 2011-11-05 | uint.rs: added functions div_ceil, div_floor, div_round | David Rajchenbach-Teller | -0/+30 |
| 2011-11-05 | str.rs: Added functions loop_chars, loop_chars_sub, char_len_range, byte_len_... | David Rajchenbach-Teller | -8/+63 |
| 2011-11-04 | vec: take [mutable? T] instead of [T] | Elly Jones | -2/+2 |
| 2011-11-03 | Update some more tests for 1a68a9882 | Marijn Haverbeke | -43/+1 |
| 2011-11-03 | Disallow writing to function arguments again | Marijn Haverbeke | -113/+107 |
| 2011-11-02 | Add vec::permute to the standard library (#1013) | Matt Brubeck | -0/+46 |
| 2011-11-02 | add required symbols | Niko Matsakis | -0/+8 |
| 2011-11-02 | hastily port so we don't fail to build | Niko Matsakis | -0/+52 |
| 2011-11-02 | fix line too long | Niko Matsakis | -1/+2 |
| 2011-11-02 | add -m64 to gcc args if appropriate | Niko Matsakis | -6/+15 |
| 2011-11-02 | correct more i32 vs int mismatches | Niko Matsakis | -2/+2 |
| 2011-11-02 | convert various ints to i32 and vice versa | Niko Matsakis | -22/+22 |
| 2011-11-02 | convert GEP to i32 | Niko Matsakis | -115/+67 |
| 2011-11-02 | get things checking on ia32 | Niko Matsakis | -97/+96 |
| 2011-11-02 | thread the context through so that int can be 64 bits on x86_64 | Niko Matsakis | -99/+149 |
| 2011-11-02 | work on making the size of ints depend on the target arch | Niko Matsakis | -60/+92 |
| 2011-11-02 | work on making the size of ints depend on the target arch | Niko Matsakis | -210/+295 |
| 2011-11-02 | enable intrinsics for multiple arch | Niko Matsakis | -17/+149 |
| 2011-11-02 | start going back to an i386 build | Niko Matsakis | -40/+45 |
| 2011-11-02 | hack around on makefiles trying to get a 64 bit build | Niko Matsakis | -44/+113 |
| 2011-11-02 | modify x64 assembly and so forth | Niko Matsakis | -112/+93 |
| 2011-11-02 | do not preserve caller-saved registers | Niko Matsakis | -29/+29 |
| 2011-11-02 | copy over x86-specific code | Niko Matsakis | -0/+233 |
| 2011-11-02 | start to isolate target strings so that they can be configured for | Niko Matsakis | -74/+114 |
| 2011-11-02 | Evaluate alt expressions in their own block context | Marijn Haverbeke | -3/+10 |
| 2011-11-02 | Rename car/cdr to head/tail in std::list | Marijn Haverbeke | -19/+18 |
| 2011-11-02 | Make it possible to cast unsafe pointers with the 'as' operator | Marijn Haverbeke | -6/+15 |
| 2011-11-02 | Make ptr::addr_of return an immutable vec, add mut_addr_of | Marijn Haverbeke | -9/+19 |
| 2011-11-02 | Make 'lambda(...) -> ...' parse as a type | Marijn Haverbeke | -22/+9 |
| 2011-11-02 | Make resolving of imports behave more sanely | Marijn Haverbeke | -65/+57 |
| 2011-11-02 | Fix printing of parameterized tag types in ppaux | Marijn Haverbeke | -1/+1 |
| 2011-11-01 | Register snapshots | Brian Anderson | -0/+5 |
| 2011-11-01 | Organize std.rc and make exports explicit | Brian Anderson | -51/+77 |
| 2011-11-01 | Ignore another test involving failure on windows | Brian Anderson | -0/+1 |
| 2011-11-01 | Ignore should_fail tests on windows | Brian Anderson | -0/+10 |
| 2011-11-01 | Add should_fail annotation for unit tests | Matt Brubeck | -23/+126 |