| Age | Commit message (Expand) | Author | Lines |
| 2012-11-07 | rustc: Autovivify modules even when a type def is present in resolve. Closes ... | Patrick Walton | -3/+18 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -15/+10 |
| 2012-11-07 | rustc: Long lines | Patrick Walton | -1/+2 |
| 2012-11-07 | rustc: Implement the Drop trait. r=brson | Patrick Walton | -2/+176 |
| 2012-11-07 | libstd: Implement a thread pool. r=brson | Patrick Walton | -0/+86 |
| 2012-11-07 | Implement Ptr trait for mutable unsafe pointers. Closes #3926. | Zack Corr | -1/+24 |
| 2012-11-06 | rustc: reuse const vals, translate fn paths as consts. Close #2530. | Graydon Hoare | -43/+62 |
| 2012-11-06 | Fix trailing whitespace issues | a_m0d | -3/+3 |
| 2012-11-06 | Add end_of_file handling to TcpBufferedSocket. | a_m0d | -4/+16 |
| 2012-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -1002/+947 |
| 2012-11-05 | rt: Remove shape code | Brian Anderson | -1927/+8 |
| 2012-11-05 | rustc: Stop declaring unused upcalls | Brian Anderson | -27/+1 |
| 2012-11-05 | rustc: Implement deriving involving generic bounded traits. r=brson | Patrick Walton | -36/+180 |
| 2012-11-05 | rustc: Implement parsing and typechecking for "once fn" | Patrick Walton | -61/+266 |
| 2012-11-05 | Make std::rl unsafe. #3921 | Brian Anderson | -13/+18 |
| 2012-11-04 | rusti: main must be public | Brian Anderson | -1/+1 |
| 2012-11-04 | rusti's crate type is 'lib' | Brian Anderson | -1/+1 |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -1/+4 |
| 2012-11-04 | Use 0.5 crates in rusti | Brian Anderson | -4/+4 |
| 2012-11-04 | Long lines | Brian Anderson | -1/+1 |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -0/+2177 |
| 2012-11-04 | Use a linenoise with win32 support | Brian Anderson | -324/+1357 |
| 2012-11-04 | Merge pull request #3916 from Dretch/iofix | Brian Anderson | -37/+343 |
| 2012-11-04 | Add more doc-comments for Reader, ReaderUtil, Writer and WriterUtil (loosely ... | Gareth Daniel Smith | -26/+115 |
| 2012-11-04 | Add size-specific int reading methods to ReaderUtil to match the existing int... | Gareth Daniel Smith | -33/+250 |
| 2012-11-04 | Move rusti::rl to std::rl | Zack Corr | -2/+2 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -3/+22 |
| 2012-11-03 | Remove the last use of rustrt::rust_compare_and_swap_ptr | Tim Chevalier | -9/+4 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -739/+9 |
| 2012-11-03 | Fix a bug where .write([]) would always fail. | Gareth Daniel Smith | -3/+9 |
| 2012-11-03 | Revert "Register snapshots" | Tim Chevalier | -8/+0 |
| 2012-11-03 | Register snapshots | Tim Chevalier | -0/+8 |
| 2012-11-02 | syntax: Fold macros in default methods. Closes #3911 | Brian Anderson | -1/+24 |
| 2012-11-02 | rustc: Refactor vtable lookup to use a vtable context, so that it can be call... | Patrick Walton | -62/+101 |
| 2012-11-02 | rustc: Eliminate the necessity of having an expr in order to call lookup_vtab... | Patrick Walton | -44/+80 |
| 2012-11-02 | Add xfailed test for #3908 | Brian Anderson | -0/+20 |
| 2012-11-02 | Add xfailed test for #3907 | Brian Anderson | -0/+23 |
| 2012-11-02 | Fix #1996 (pending snapshot) | Tim Chevalier | -19/+82 |
| 2012-11-02 | test: Fix error messages in compile-fail tests. rs=rustbot | Patrick Walton | -12/+7 |
| 2012-11-02 | libcore: Implement a memory-safe "each_val" for data in aliasable, mutable lo... | Patrick Walton | -1/+39 |
| 2012-11-02 | rustc: Implement ~Trait. r=nmatsakis | Patrick Walton | -32/+164 |
| 2012-11-02 | rustc: Implement dereference via unary '*' for structs. r=nmatsakis | Patrick Walton | -0/+58 |
| 2012-11-02 | rustc: Implement translation of pattern matching for tuple structs and unit-l... | Patrick Walton | -79/+257 |
| 2012-11-02 | rustc: Implement typechecking, exhaustiveness checking, and borrow checking f... | Patrick Walton | -71/+177 |
| 2012-11-02 | core: peek returns false for terminated pipes. Closes #3905 | Brian Anderson | -2/+14 |
| 2012-11-01 | xfail issue-2061 | Brian Anderson | -0/+1 |
| 2012-11-01 | Long lines | Brian Anderson | -1/+2 |
| 2012-11-01 | Add run-fail test for #2061 | Tim Chevalier | -0/+11 |
| 2012-11-01 | Support #[cfg] on methods | Brian Anderson | -1/+64 |
| 2012-11-01 | Tests for #1896 | Tim Chevalier | -0/+48 |