about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-05auto merge of #5215 : jld/rust/fn-const-env, r=graydonbors-5/+60
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-118/+120
2013-03-05auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydonbors-731/+161
2013-03-04auto merge of #5228 : pcwalton/rust/deriving-clone, r=pcwaltonbors-16/+333
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-11/+28
2013-03-04De-implicit-self libcoreBen Striegel-315/+338
2013-03-04Add test for issue #4448Ben Striegel-0/+19
2013-03-04added test case for macros with separators error messageJohn Clements-0/+17
2013-03-04simplified msg (TMI on old one)John Clements-2/+2
2013-03-04better error message for macros with MOD_SEPsJohn Clements-5/+13
2013-03-04libsyntax: Implement `#[deriving_clone]`Patrick Walton-16/+333
2013-03-04auto merge of #5211 : apasel422/rust/kate, r=graydonbors-12/+62
2013-03-04auto merge of #5209 : luqmana/rust/reader, r=graydonbors-8/+12
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-109/+141
2013-03-04Add a special FIXME for subduing warnings in rpath.rsAlex Crichton-1/+6
2013-03-04Remove unused imports throughout src/Alex Crichton-626/+19
2013-03-04Change the default level of unused_imports to warnAlex Crichton-1/+1
2013-03-04auto merge of #5205 : thestinger/rust/radix, r=graydonbors-0/+370
2013-03-03There is no function in LLVM called LLVMInitializeMipsAsmLexerBrian Anderson-1/+0
2013-03-03rt: fix some bugs for MIPS targetJyun-Yan You-2/+23
2013-03-03rustc: implement MIPS O32 ABIJyun-Yan You-1/+226
2013-03-03rustc: MIPS32 supportJyun-Yan You-10/+163
2013-03-03rt: MIPS32 supportJyun-Yan You-0/+319
2013-03-03Add a test case for const fn sizing, just to be safe.Jed Davis-0/+27
2013-03-03Assert that constants are translated with the correct size.Jed Davis-0/+19
2013-03-03Construct const fns based on the type, not the definition.Jed Davis-5/+14
2013-03-03libsyntax: deny deprecated_self in libsyntaxErick Tryzelaar-6/+10
2013-03-03libsyntax: add &self to extensionsErick Tryzelaar-24/+34
2013-03-03libsyntax: add &self to parser methodsErick Tryzelaar-261/+303
2013-03-03etc: Suppress another Valgrind issue. rs=burningtreePatrick Walton-0/+7
2013-03-03replace option::iter with a BaseIter implDaniel Micay-118/+120
2013-03-03kate: allow [] regions to be collapsedAndrew Paseltiner-2/+4
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