| Age | Commit message (Expand) | Author | Lines |
| 2011-03-28 | Fix get_tydesc to alloca enough room for root; remove hack that was attemptin... | Graydon Hoare | -8/+3 |
| 2011-03-28 | shootout: Hoist out the movement too; switch square root to an LLVM intrinsic | Patrick Walton | -13/+13 |
| 2011-03-28 | rustc: Add support for calling LLVM intrinsics as native functions | Patrick Walton | -8/+39 |
| 2011-03-27 | Add support for break and cont to rustc | Marijn Haverbeke | -9/+164 |
| 2011-03-26 | shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i... | Patrick Walton | -19/+21 |
| 2011-03-26 | Twiddle visibility, start exposing only type-mangled names (64 bit truncated ... | Graydon Hoare | -17/+21 |
| 2011-03-26 | Got the nbody demo working, and hopefully faster, too! | Lindsey Kuper | -106/+112 |
| 2011-03-26 | Updates to the nbody demo. | Lindsey Kuper | -38/+47 |
| 2011-03-26 | Start refactoring name-mangling in trans. | Graydon Hoare | -43/+90 |
| 2011-03-26 | Add visibility enum values to lib.llvm. | Graydon Hoare | -0/+3 |
| 2011-03-26 | Add a result_str method to std.sha1.sha1. | Graydon Hoare | -0/+12 |
| 2011-03-26 | Teach creader and metadata writer how to do ty.ty_type. | Graydon Hoare | -1/+12 |
| 2011-03-25 | rustc: Add a function to look up external item info in the item info table | Patrick Walton | -4/+52 |
| 2011-03-25 | Janitorial: move llvmext back to llvm module, as they're the same thing now. | Graydon Hoare | -15/+20 |
| 2011-03-25 | Tweak rustllvm bindings to work on linux, where bool != LLVMBool. | Graydon Hoare | -3/+3 |
| 2011-03-25 | rustc: Parse definition IDs from crates; add a function to parse unsigned int... | Patrick Walton | -5/+33 |
| 2011-03-25 | Add get_extern_const, factor get_extern into get_extern_fn and get_simple_ext... | Graydon Hoare | -6/+23 |
| 2011-03-25 | rustc: Look up names in "use"d crates | Patrick Walton | -11/+138 |
| 2011-03-25 | Trans nomenclature tidy-up: upcall vs. native vs. extern. | Graydon Hoare | -56/+76 |
| 2011-03-25 | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | -57/+57 |
| 2011-03-25 | stdlib: Implement a memory buffer reader, untested at the moment | Patrick Walton | -22/+61 |
| 2011-03-25 | Sketch of wiring typeck up to creader. | Graydon Hoare | -32/+70 |
| 2011-03-25 | stdlib: Separate basic I/O reading functionality into a separate buf_reader o... | Patrick Walton | -25/+85 |
| 2011-03-25 | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | -57/+57 |
| 2011-03-25 | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | -57/+57 |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -0/+189 |
| 2011-03-25 | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | -36/+68 |
| 2011-03-25 | rustc: Store cached crate metadata in the session | Patrick Walton | -35/+37 |
| 2011-03-25 | Update pretty printer for ports, channels, send and receive | Brian Anderson | -1/+35 |
| 2011-03-25 | Implement local declarations with receive. Un-XFAIL decl-with-recv.rs. | Brian Anderson | -19/+51 |
| 2011-03-25 | Refactor ast.local to make room for initialization via recv | Brian Anderson | -17/+29 |
| 2011-03-25 | Add test for local declarations with receive. XFAIL in rustc. | Brian Anderson | -0/+14 |
| 2011-03-25 | rustc: Create a crate metadata cache | Patrick Walton | -7/+25 |
| 2011-03-25 | make lexer unicode-aware for strings and char literals | Marijn Haverbeke | -8/+7 |
| 2011-03-25 | Start making the standard-lib utf-8 aware | Marijn Haverbeke | -45/+286 |
| 2011-03-25 | fix pretty-printer | Marijn Haverbeke | -6/+10 |
| 2011-03-25 | Placate win32 build; no idea how it can be working currently on tinderbox. | Graydon Hoare | -1/+18 |
| 2011-03-25 | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | -0/+217 |
| 2011-03-24 | build: Generate an object file for stage0/libstd.dylib | Patrick Walton | -0/+1 |
| 2011-03-24 | Start hooking resolve into creater. | Graydon Hoare | -5/+38 |
| 2011-03-24 | rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF... | Patrick Walton | -9/+52 |
| 2011-03-24 | Remove obsolete Makefiles. | Graydon Hoare | -985/+0 |
| 2011-03-24 | Improve error message when the lexer sees a bad character | Tim Chevalier | -1/+2 |
| 2011-03-24 | Add .def.in files that I forgot to stage. Should put out burning tinderboxes ... | Patrick Walton | -0/+654 |
| 2011-03-24 | Generate the platform-specific .def files at build time | Patrick Walton | -1974/+0 |
| 2011-03-24 | Make symbol resolution failures log under rust_log::ERR flag as well. | Graydon Hoare | -3/+4 |
| 2011-03-24 | Teach creader about reading ty_float, and trim trailing whitespace. | Graydon Hoare | -1/+2 |
| 2011-03-24 | Add trailing semicolons to Linux .def files | Patrick Walton | -2/+2 |
| 2011-03-24 | Add a Linux .def file. Might put out burning tinderbox. | Patrick Walton | -0/+660 |
| 2011-03-24 | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. | Patrick Walton | -0/+654 |