about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17531 : tomjakubowski/rustdoc-where-clausesAlex Crichton-21/+131
2014-09-29rollup merge of #17519 : pcwalton/unboxed-closure-move-syntaxAlex Crichton-81/+82
2014-09-29rollup merge of #17510 : MatejLach/find_fixAlex Crichton-2/+0
2014-09-29rustdoc: Render where clauses as appropriateTom Jakubowski-21/+131
2014-09-29rustc: Fix permission denied error in 'ar' when lto is enabledRicardo M. Correia-0/+48
2014-09-29auto merge of #17538 : brson/rust/winmk, r=alexcrichtonbors-1/+4
2014-09-29Update ANTLR float suffix grammarPatrick Reisert-2/+1
2014-09-29auto merge of #17409 : farcaller/rust/patch-1, r=huonwbors-2/+8
2014-09-29Fixed quote_method!() implementationVladimir Pouzanov-2/+8
2014-09-29auto merge of #17535 : Manishearth/rust/patch-2, r=steveklabnikbors-0/+1
2014-09-29auto merge of #17321 : apoelstra/rust/error-on-unknown-impl, r=alexcrichtonbors-12/+163
2014-09-28Use the same JSON schema for encoding enums in PrettyEncoder as in EncoderBrian Koropoff-8/+16
2014-09-28Register new snapshotsSteven Fackler-37/+10
2014-09-29auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmanabors-73/+284
2014-09-28Add regression test for issue #17441Brian Koropoff-0/+24
2014-09-28Reject casts to unsized types and suggest use of reference or boxBrian Koropoff-0/+31
2014-09-29Test for `..` in range patternsNick Cameron-0/+16
2014-09-28Correctly populate trait impl map when checking for impl overlapsBrian Koropoff-3/+5
2014-09-28Cleanup error messages for anonymous impl for types not declared in the curre...Andrew Poelstra-12/+163
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-8/+21
2014-09-28auto merge of #17532 : ahmedcharles/rust/typo, r=alexcrichtonbors-1/+1
2014-09-28auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichtonbors-66/+102
2014-09-27Convert cfg syntax to new systemSteven Fackler-66/+102
2014-09-28auto merge of #17529 : nodakai/rust/rustdoc-div-in-h1, r=alexcrichtonbors-3/+4
2014-09-28Defailbloat fail!(&'static str)Tobba-9/+8
2014-09-27auto merge of #17523 : TeXitoi/rust/relicense-shootout-fasta-redux, r=brsonbors-8/+39
2014-09-27make EnumSet derive Ord and PartialOrdAlexis Beingessner-1/+1
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+52
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-12/+133
2014-09-27auto merge of #17334 : Gankro/rust/btree-vec, r=huonwbors-921/+2222
2014-09-27complete btree rewriteAlexis Beingessner-921/+2222
2014-09-27auto merge of #17511 : MatejLach/rust/iter_guide_typo, r=alexcrichtonbors-2/+2
2014-09-27auto merge of #17515 : mbrubeck/rust/patch-1, r=alexcrichtonbors-0/+0
2014-09-27auto merge of #17512 : nodakai/rust/fix-ptr-guide, r=alexcrichtonbors-0/+1
2014-09-27Add test for #16465Piotr Jawniak-0/+24
2014-09-26Implement Slice for String and strSteven Fackler-0/+55
2014-09-27auto merge of #17469 : sfackler/rust/into-result, r=aturonbors-1/+44
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-10/+10
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-20/+143
2014-09-27Correct stability marker in string.rsSqueaky-1/+1
2014-09-26Hide the quote_*! macros when the feature gate is offKeegan McAllister-68/+74
2014-09-26dist: Make Windows installer modify system %PATH%Mike Boutin-2/+2
2014-09-26auto merge of #17464 : pcwalton/rust/inherent-methods-on-equal-footing, r=nik...bors-19/+50
2014-09-26librustc: Give trait methods accessible via fewer autoderefs priorityPatrick Walton-19/+50
2014-09-26tiny linguistic correction in docs: s/its'/its/Mateusz CzapliƄski-2/+2
2014-09-26Remove windows TCB hack from rustdocBrian Anderson-41/+1
2014-09-26Add test for #13259. Closes #13259 and #14742Brian Anderson-0/+28
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-56/+13
2014-09-26rustc: Turn off split stacks on WindowsBrian Anderson-1/+1
2014-09-26Fix `SliceMut` documentationJorge Aparicio-4/+4