summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-19Add span_note to ExtCtxtSteven Fackler-0/+4
2014-01-19auto merge of #11639 : sfackler/rust/macro-crate-path, r=alexcrichtonbors-2/+2
2014-01-19auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichtonbors-37/+42
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19auto merge of #11633 : chromatic/rust/master, r=alexcrichtonbors-19/+19
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19auto merge of #11628 : alexcrichton/rust/issue-11593, r=brsonbors-8/+41
2014-01-19Squashed commit of the following:musitdev-1/+222
2014-01-19rustc: check instantiability of fixed length vectors properly.Huon Wilson-0/+32
2014-01-18auto merge of #11616 : huonw/rust/ast_map, r=pnkfelixbors-217/+195
2014-01-18Avoid unused variable warning in quote_*!Steven Fackler-2/+26
2014-01-18auto merge of #11615 : adwhit/rust/master, r=cmrbors-7/+30
2014-01-19rustc: remove the explicit count from the lang_item macro.Huon Wilson-5/+17
2014-01-18auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmrbors-7/+7
2014-01-18Pass the correct --target flag when type checking pretty-printed code in testsBrian Anderson-0/+6
2014-01-19syntax: convert ast_map to use a SmallIntMap.Huon Wilson-217/+195
2014-01-18auto merge of #11632 : brson/rust/issue-11602, r=huonwbors-0/+19
2014-01-18xfail more external syntax extension tests on androidBrian Anderson-0/+3
2014-01-18auto merge of #11620 : alexcrichton/rust/rustc-silent, r=brsonbors-87/+28
2014-01-18auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmrbors-6/+55
2014-01-18auto merge of #11606 : alexcrichton/rust/issue-9259, r=brsonbors-0/+23
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-44/+8
2014-01-18Added benchmark for pow and pow_with_uintFlavio Percoco-0/+21
2014-01-18Add a test for closed issue #9259Alex Crichton-0/+23
2014-01-18Disallow implementation of cross-crate priv traitsAlex Crichton-8/+41
2014-01-18rustc: Clean up error reportingAlex Crichton-87/+28
2014-01-18Forbid unnecessary visibility on view itemsAlex Crichton-6/+55
2014-01-18Ignore all newline characters in Base64 decoderDmitry Vasiliev-2/+5
2014-01-18Expose platform independent path separatorsErick Tryzelaar-41/+62
2014-01-18auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmrbors-0/+2
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-84/+31
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-3/+17
2014-01-17auto merge of #11001 : DaGenix/rust/iter-renaming, r=alexcrichtonbors-477/+476
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-4/+7
2014-01-17Move macro-crate to run-pass-fulldeps and force-host the aux buildBrian Anderson-0/+2
2014-01-17xfail shootout-reverse-complement on androidBrian Anderson-0/+2
2014-01-18Rename iterators for consistencyPalmer Cox-477/+476
2014-01-17auto merge of #11086 : metajack/rust/rustpkg-new-crateid-syntax, r=cmrbors-45/+20
2014-01-17Actually force a / in the path for ext cratesSteven Fackler-2/+2
2014-01-17handle zero-size allocations correctlyDaniel Micay-37/+42
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-52/+80
2014-01-17rustc: Feature gate `log_syntax!`. Closes #11602Brian Anderson-0/+19
2014-01-17auto merge of #11497 : huonw/rust/trie-internal-iter, r=alexcrichtonbors-52/+119
2014-01-17Fixed typos in comments of librustc backend.chromatic-19/+19
2014-01-17auto merge of #11618 : alexcrichton/rust/force-host, r=brsonbors-3/+42
2014-01-18std::trie: use unsafe code to give a 3x speed up to the iterator.Huon Wilson-39/+118
2014-01-18std::trie: remove each_{key,value}_reverse internal iterators.Huon Wilson-13/+1
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+22
2014-01-18Simplify std::num::Primitive trait definitionBrendan Zabarauskas-84/+9
2014-01-17Warning police.Jack Moffitt-16/+1