| Age | Commit message (Expand) | Author | Lines |
| 2012-11-13 | rustc: fix pp build breakage. | Graydon Hoare | -1/+1 |
| 2012-11-13 | librustc: Implement deriving with a unit return type. r=tjc | Patrick Walton | -67/+235 |
| 2012-11-13 | rustc: add new token-tree based quasiquoter. | Graydon Hoare | -19/+368 |
| 2012-11-13 | rustc: Remove the case of foo![...] as invocation syntax. foo!(...) and foo!{... | Graydon Hoare | -2/+2 |
| 2012-11-13 | Revert "`m1!{...}` is now forbidden. Use `m1!(...)` instead." | Graydon Hoare | -7/+18 |
| 2012-11-13 | cleanup: convert some remaining #foo invocations to foo! form. | Graydon Hoare | -34/+22 |
| 2012-11-12 | rustc: Make static methods not leak out of traits. r=brson | Patrick Walton | -15/+87 |
| 2012-11-12 | Merge pull request #3954 from burg/result-chain | Brian Anderson | -5/+5 |
| 2012-11-12 | Fix Result::chain, Result::chain_err to not require Copy bounds. | Brian J. Burg | -5/+5 |
| 2012-11-12 | rustc: Implement floating point literal inference. r=nmatsakis | Patrick Walton | -46/+363 |
| 2012-11-09 | Add a test for multiple main functions | Brian Anderson | -0/+7 |
| 2012-11-08 | xfail-fast run-pass/pub-use-xcrate | Brian Anderson | -0/+1 |
| 2012-11-08 | std: Eliminate copy warning | Brian Anderson | -1/+1 |
| 2012-11-08 | Whitespace | Brian Anderson | -1/+1 |
| 2012-11-08 | rustc: Fix cross-crate reexports. #3908. r=pcwalton | Brian Anderson | -11/+36 |
| 2012-11-08 | Change option::expect to not require a Copy bound, and move instead. | Brian J. Burg | -4/+5 |
| 2012-11-08 | Merge pull request #3923 from am0d/master | Brian Anderson | -5/+63 |
| 2012-11-07 | Fix whitespace issues from previous commits. | a_m0d | -2/+48 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -159/+392 |
| 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 |