| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -54/+51 |
| 2013-03-02 | libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defun | Patrick Walton | -40/+43 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -194/+181 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -52/+58 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -497/+356 |
| 2013-03-02 | auto merge of #5199 : thestinger/rust/hashmap, r=brson | bors | -313/+313 |
| 2013-03-02 | auto merge of #5198 : youknowone/rust/repeat-count, r=brson | bors | -14/+10 |
| 2013-03-02 | inline the implementation of TotalOrd for integers | Daniel Micay | -0/+1 |
| 2013-03-02 | add an initial radix trie implementation | Daniel Micay | -0/+370 |
| 2013-03-02 | libsyntax: add some more explicit copies for vecs_implicitly_copyable) | Erick Tryzelaar | -7/+8 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -487/+469 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -93/+253 |
| 2013-03-02 | treemap: reimplement using TotalOrd | Daniel Micay | -82/+87 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -11/+166 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -235/+54 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+22 |
| 2013-03-02 | auto merge of #5191 : brson/rust/movert, r=brson | bors | -11/+5 |
| 2013-03-02 | make LinearMap fields private | Daniel Micay | -313/+313 |
| 2013-03-02 | Better highlight for repeat count error | Jeong YunWon | -14/+10 |
| 2013-03-02 | Allow constant c-like enum to integral/float cast | Jeong YunWon | -3/+65 |
| 2013-03-01 | auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brson | bors | -76/+76 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -166/+370 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -235/+54 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -56/+59 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+22 |
| 2013-03-01 | auto merge of #5190 : brson/rust/snap, r=brson | bors | -1/+1 |
| 2013-03-01 | Merge remote branch 'nmatsakis/parser-perf-problem' into incoming | Patrick Walton | -18/+28 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -11/+5 |
| 2013-03-01 | Register FreeBSD snapshot | Brian Anderson | -1/+1 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -18/+28 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -56/+59 |
| 2013-03-01 | `std::net::tcp` docs: Use current syntax and types | Benjamin Herr | -76/+76 |