about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-29rollup merge of #17576 : kmcallister/hide-quotesAlex Crichton-68/+74
2014-09-29rollup merge of #17573 : iliekturtles/17570-windows-installer-pathAlex Crichton-2/+2
2014-09-29rollup merge of #17565 : akavel/patch-1Alex Crichton-2/+2
2014-09-29rollup merge of #17564 : japaric/fix-slicemut-docsAlex Crichton-4/+4
2014-09-29rollup merge of #17557 : sfackler/fuse-exampleAlex Crichton-1/+3
2014-09-29rollup merge of #17548 : cgaebel/masterAlex Crichton-6/+26
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-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-29auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmanabors-73/+284
2014-09-28Cleanup error messages for anonymous impl for types not declared in the curre...Andrew Poelstra-12/+163
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-27auto merge of #17523 : TeXitoi/rust/relicense-shootout-fasta-redux, r=brsonbors-8/+39
2014-09-27auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichtonbors-5/+52
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 #17512 : nodakai/rust/fix-ptr-guide, r=alexcrichtonbors-0/+1
2014-09-27auto merge of #17469 : sfackler/rust/into-result, r=aturonbors-1/+44
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-20/+143
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-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-26Fix `SliceMut` documentationJorge Aparicio-4/+4
2014-09-26Add Option::{ok_or, ok_or_else}Steven Fackler-1/+44
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-81/+82
2014-09-26auto merge of #17494 : aturon/rust/stabilize-mutable-slices, r=alexcrichtonbors-243/+348
2014-09-25Fix Iterator::fuse exampleSteven Fackler-1/+3
2014-09-26auto merge of #17549 : brson/rust/morewinfail, r=alexcrichtonbors-0/+2
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+2
2014-09-26auto merge of #17504 : danburkert/rust/tuple-serialization, r=alexcrichtonbors-1/+1
2014-09-25Added bitflag toggling.Clark Gaebel-6/+26
2014-09-25Add tests for new _mut variantsAaron Turon-4/+81
2014-09-25Fallout from deprecationAaron Turon-0/+1
2014-09-25Stabilize mutable slice APIAaron Turon-239/+266
2014-09-26auto merge of #17495 : alexcrichton/rust/snapshots, r=pcwaltonbors-0/+9
2014-09-25auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwaltonbors-1112/+1193
2014-09-26Mention array sugar in guideManish Goregaokar-0/+1
2014-09-25Fix various places that were affected by adding core as dep of libcNiko Matsakis-17/+15
2014-09-25auto merge of #17482 : hoeppnertill/rust/master, r=alexcrichtonbors-1/+94
2014-09-25auto merge of #17455 : steveklabnik/rust/document_default, r=alexcrichtonbors-3/+108