| Age | Commit message (Expand) | Author | Lines |
| 2013-03-05 | auto merge of #5215 : jld/rust/fn-const-env, r=graydon | bors | -5/+60 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -118/+120 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -731/+161 |
| 2013-03-04 | auto merge of #5228 : pcwalton/rust/deriving-clone, r=pcwalton | bors | -16/+333 |
| 2013-03-05 | mk: --android-cross-path to rustc | Young-il Choi | -11/+28 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -315/+338 |
| 2013-03-04 | Add test for issue #4448 | Ben Striegel | -0/+19 |
| 2013-03-04 | added test case for macros with separators error message | John Clements | -0/+17 |
| 2013-03-04 | simplified msg (TMI on old one) | John Clements | -2/+2 |
| 2013-03-04 | better error message for macros with MOD_SEPs | John Clements | -5/+13 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -16/+333 |
| 2013-03-04 | auto merge of #5211 : apasel422/rust/kate, r=graydon | bors | -12/+62 |
| 2013-03-04 | auto merge of #5209 : luqmana/rust/reader, r=graydon | bors | -8/+12 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -109/+141 |
| 2013-03-04 | Add a special FIXME for subduing warnings in rpath.rs | Alex Crichton | -1/+6 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -626/+19 |
| 2013-03-04 | Change the default level of unused_imports to warn | Alex Crichton | -1/+1 |
| 2013-03-04 | auto merge of #5205 : thestinger/rust/radix, r=graydon | bors | -0/+370 |
| 2013-03-03 | There is no function in LLVM called LLVMInitializeMipsAsmLexer | Brian Anderson | -1/+0 |
| 2013-03-03 | rt: fix some bugs for MIPS target | Jyun-Yan You | -2/+23 |
| 2013-03-03 | rustc: implement MIPS O32 ABI | Jyun-Yan You | -1/+226 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -10/+163 |
| 2013-03-03 | rt: MIPS32 support | Jyun-Yan You | -0/+319 |
| 2013-03-03 | Add a test case for const fn sizing, just to be safe. | Jed Davis | -0/+27 |
| 2013-03-03 | Assert that constants are translated with the correct size. | Jed Davis | -0/+19 |
| 2013-03-03 | Construct const fns based on the type, not the definition. | Jed Davis | -5/+14 |
| 2013-03-03 | libsyntax: deny deprecated_self in libsyntax | Erick Tryzelaar | -6/+10 |
| 2013-03-03 | libsyntax: add &self to extensions | Erick Tryzelaar | -24/+34 |
| 2013-03-03 | libsyntax: add &self to parser methods | Erick Tryzelaar | -261/+303 |
| 2013-03-03 | etc: Suppress another Valgrind issue. rs=burningtree | Patrick Walton | -0/+7 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -118/+120 |
| 2013-03-03 | kate: allow [] regions to be collapsed | Andrew Paseltiner | -2/+4 |
| 2013-03-03 | kate: restrict char escapes to ones accepted by Rust and highlight hex escapes | Andrew Paseltiner | -3/+11 |
| 2013-03-03 | kate: detect and highlight attributes | Andrew Paseltiner | -0/+6 |
| 2013-03-03 | kate: consolidate integer suffixes with &rustIntSuf; entity | Andrew Paseltiner | -3/+4 |
| 2013-03-03 | kate: add note about &rustIdent; | Andrew Paseltiner | -0/+3 |
| 2013-03-03 | kate: update Rust version | Andrew Paseltiner | -1/+1 |
| 2013-03-03 | kate: add Self to types | Andrew Paseltiner | -0/+1 |
| 2013-03-03 | kate: detect and highlight core traits | Andrew Paseltiner | -0/+25 |
| 2013-03-03 | kate: detect and highlight regions | Andrew Paseltiner | -0/+2 |
| 2013-03-03 | kate: introduce &rustIdent; entity | Andrew Paseltiner | -3/+6 |
| 2013-03-03 | kate: detect and highlight macro invocations | Andrew Paseltiner | -0/+2 |
| 2013-03-03 | kate: remove export, fail, and move keywords | Andrew Paseltiner | -3/+0 |
| 2013-03-03 | libcore: Add read_until to ReaderUtil. | Luqman Aden | -8/+12 |
| 2013-03-02 | auto merge of #5203 : erickt/rust/incoming, r=brson | bors | -7/+8 |
| 2013-03-02 | auto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton | bors | -1284/+1053 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -113/+22 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -50/+41 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -287/+304 |
| 2013-03-02 | auto merge of #5114 : osaut/rust/incoming, r=brson | bors | -9/+9 |