about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-02libsyntax: De-`@mut` `Parser::last_span`Patrick Walton-34/+32
2014-01-02libsyntax: De-`@mut` `Parser::span`Patrick Walton-52/+54
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-251/+251
2014-01-02libsyntax: De-`@mut` `quote_depth` in the parserPatrick Walton-7/+7
2014-01-02libsyntax: Make the parser mutablePatrick Walton-487/+518
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-37/+62
2014-01-02auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwaltonbors-64/+108
2014-01-02Inject std libs with versionsFlorian Hahn-7/+35
2014-01-02debuginfo: Add test case for recursive enum types (issue #11083)Michael Woerister-0/+33
2014-01-02debuginfo: Fix issue #11083 and some minor clean up.Michael Woerister-64/+75
2014-01-02auto merge of #11269 : am0d/rust/lint_typo, r=sanxiynbors-1/+1
2014-01-02auto merge of #11268 : lkuper/rust/trans-comment, r=pcwaltonbors-1/+1
2014-01-02auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichtonbors-15/+17
2014-01-01auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichtonbors-23/+60
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+160
2014-01-01Fix typo in lint description.a_m0d-1/+1
2014-01-01Fix comment that's been wrong since ancient times (thanks, @jvns).Lindsey Kuper-1/+1
2014-01-01auto merge of #11184 : jhasse/rust/patch-col, r=huonwbors-2/+3
2014-01-02Test column offset for #11184Jan Niklas Hasse-0/+1
2014-01-01auto merge of #11242 : Dretch/rust/hashmap-key-value-iterators, r=pcwaltonbors-9/+41
2014-01-02Output columns 1-based. Fixes #10848Jan Niklas Hasse-2/+2
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-32/+29
2014-01-01libextra: Use from_be32 instead of bswap32 in vuint_at()Carl-Anton Ingmarsson-9/+2
2014-01-01libnative: Use [from|to]_be16 instead of bswap16Carl-Anton Ingmarsson-6/+2
2014-01-01Add byteswap intrinsics for converting from big/little to host endianCarl-Anton Ingmarsson-0/+13
2014-01-01auto merge of #11212 : alexcrichton/rust/local-task-count, r=brsonbors-71/+244
2014-01-01Move task count bookeeping out of libstdAlex Crichton-71/+244
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+3
2014-01-01auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwaltonbors-226/+194
2014-01-01auto merge of #11254 : huonw/rust/impl-names, r=brsonbors-19/+64
2014-01-02syntax: expand impl_pretty_name to handle more cases.Huon Wilson-19/+64
2014-01-01auto merge of #11249 : brson/rust/no_rustdoc_ng, r=alexcrichtonbors-4/+1
2014-01-01auto merge of #11247 : eddyb/rust/symbol-cleanup, r=alexcrichtonbors-2/+5
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-97/+94
2014-01-01syntax::diagnostic: Remove @ from Emitterklutzy-13/+13
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-103/+74
2014-01-01rustc::driver: Remove two @sklutzy-13/+13
2014-01-01auto merge of #11244 : johnwalker/rust/issue-11239, r=brsonbors-1/+3
2013-12-31auto merge of #11215 : alexcrichton/rust/metadata-filename, r=pcwaltonbors-2/+5
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-56/+176
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-65/+41
2013-12-31auto merge of #11137 : g3xzh/rust/benchm, r=cmrbors-0/+41
2013-12-31auto merge of #11186 : alexcrichton/rust/native-udp, r=brsonbors-113/+379
2014-01-01Truncate symbol hashes to 64 bits.Eduard Burtescu-2/+5
2013-12-31auto merge of #11173 : whitequark/rust/master, r=thestingerbors-0/+103
2013-12-31Remove references to rustdoc_ngBrian Anderson-4/+1
2013-12-31auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwaltonbors-0/+21
2013-12-31Mark provided methods in dead-code passKiet Tran-23/+60
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+157
2013-12-31Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators.Gareth Smith-9/+41