summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-03kate: restrict char escapes to ones accepted by Rust and highlight hex escapesAndrew Paseltiner-3/+11
2013-03-03kate: detect and highlight attributesAndrew Paseltiner-0/+6
2013-03-03kate: consolidate integer suffixes with &rustIntSuf; entityAndrew Paseltiner-3/+4
2013-03-03kate: add note about &rustIdent;Andrew Paseltiner-0/+3
2013-03-03kate: update Rust versionAndrew Paseltiner-1/+1
2013-03-03kate: add Self to typesAndrew Paseltiner-0/+1
2013-03-03kate: detect and highlight core traitsAndrew Paseltiner-0/+25
2013-03-03kate: detect and highlight regionsAndrew Paseltiner-0/+2
2013-03-03kate: introduce &rustIdent; entityAndrew Paseltiner-3/+6
2013-03-03kate: detect and highlight macro invocationsAndrew Paseltiner-0/+2
2013-03-03kate: remove export, fail, and move keywordsAndrew Paseltiner-3/+0
2013-03-03libcore: Add read_until to ReaderUtil.Luqman Aden-8/+12
2013-03-02auto merge of #5203 : erickt/rust/incoming, r=brsonbors-7/+8
2013-03-02auto merge of #5197 : pcwalton/rust/fn-types, r=pcwaltonbors-1284/+1053
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-113/+22
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-50/+41
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-287/+304
2013-03-02auto merge of #5114 : osaut/rust/incoming, r=brsonbors-9/+9
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-54/+51
2013-03-02libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defunPatrick Walton-40/+43
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-194/+181
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-52/+58
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-497/+356
2013-03-02auto merge of #5199 : thestinger/rust/hashmap, r=brsonbors-313/+313
2013-03-02auto merge of #5198 : youknowone/rust/repeat-count, r=brsonbors-14/+10
2013-03-02inline the implementation of TotalOrd for integersDaniel Micay-0/+1
2013-03-02add an initial radix trie implementationDaniel Micay-0/+370
2013-03-02libsyntax: add some more explicit copies for vecs_implicitly_copyable)Erick Tryzelaar-7/+8
2013-03-02Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-487/+469
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-93/+253
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-82/+87
2013-03-02add a TotalOrd traitDaniel Micay-11/+166
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-235/+54
2013-03-02auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphismbors-16/+22
2013-03-02auto merge of #5191 : brson/rust/movert, r=brsonbors-11/+5
2013-03-02make LinearMap fields privateDaniel Micay-313/+313
2013-03-02Better highlight for repeat count errorJeong YunWon-14/+10
2013-03-02Allow constant c-like enum to integral/float castJeong YunWon-3/+65
2013-03-01auto merge of #5185 : ben0x539/rust/net-tcp-docs, r=brsonbors-76/+76
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-166/+370
2013-03-02Remove REC, change related tests/docsJihyun Yu-235/+54
2013-03-01auto merge of #5165 : brson/rust/unstable, r=brsonbors-56/+59
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-16/+22
2013-03-01auto merge of #5190 : brson/rust/snap, r=brsonbors-1/+1
2013-03-01Merge remote branch 'nmatsakis/parser-perf-problem' into incomingPatrick Walton-18/+28
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-11/+5
2013-03-01Register FreeBSD snapshotBrian Anderson-1/+1
2013-03-01Avoid calling to_vec() unnecessarily in parser.Niko Matsakis-18/+28
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-56/+59
2013-03-01`std::net::tcp` docs: Use current syntax and typesBenjamin Herr-76/+76