about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-12-18auto merge of #11050 : alexcrichton/rust/snapshots, r=brsonbors-41/+9
2013-12-18auto merge of #10977 : brson/rust/androidtest, r=brsonbors-121/+98
2013-12-18auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonwbors-1/+66
2013-12-18Make Android tests fail if no device is availableBrian Anderson-121/+98
2013-12-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-401/+261
2013-12-19Fix `sum()` accuracyg3xzh-1/+66
2013-12-19std::str: remove .as_mut_buf & rewrite/simplify `.push_char`.Huon Wilson-23/+6
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-107/+73
2013-12-19std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.Huon Wilson-112/+71
2013-12-18auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichtonbors-5/+50
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-167/+119
2013-12-18rustdoc: thread through the context for renderingCorey Richardson-3/+9
2013-12-18Add a rustdoc testCorey Richardson-2/+41
2013-12-18auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichtonbors-505/+18
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+227
2013-12-18Register new snapshotsAlex Crichton-41/+9
2013-12-18Adding tests for closed issuesAlex Crichton-0/+227
2013-12-18auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwaltonbors-197/+215
2013-12-18auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichtonbors-21/+41
2013-12-18auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoanbors-28/+15
2013-12-18rustc: Allow `return` to return from a closure.Huon Wilson-21/+41
2013-12-18auto merge of #11025 : ezyang/rust/reword-second-borrow, r=cmrbors-2/+2
2013-12-17auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichtonbors-11/+6
2013-12-17auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwaltonbors-10/+35
2013-12-18mklldeps.py: Write to file instead of printklutzy-11/+12
2013-12-18llvm: Disable pthread on mingwklutzy-494/+6
2013-12-17auto merge of #11009 : ktt3ja/rust/issue-11006, r=alexcrichtonbors-10/+6
2013-12-17auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr...bors-450/+9
2013-12-17auto merge of #10979 : alexcrichton/rust/less-bc, r=cmrbors-11/+16
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-3/+12
2013-12-17Don't allow impls to force public typesAlex Crichton-10/+35
2013-12-17debuginfo: Updated test cases to also test by-value self arguments.Michael Woerister-193/+192
2013-12-17debuginfo: Properly support by-value self argumentsMichael Woerister-4/+23
2013-12-17auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajackbors-9/+8
2013-12-17Fix rustdoc HTML renderingCorey Richardson-9/+8
2013-12-17auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichtonbors-52/+78
2013-12-17Update docs to new syntax.Jack Moffitt-1/+1
2013-12-17Change pkgid parser to allow overriding the inferred crate name.Jack Moffitt-51/+77
2013-12-17auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichtonbors-48/+48
2013-12-17auto merge of #10998 : thestinger/rust/iter, r=alexcrichtonbors-4/+2
2013-12-17s/Second borrow/Previous borrow/ in error messages.Edward Z. Yang-2/+2
2013-12-17Handle ENOENTCadence Marseille-3/+12
2013-12-17auto merge of #10996 : huonw/rust/more-vec-raw, r=cmrbors-89/+65
2013-12-17auto merge of #10990 : ktt3ja/rust/method-stability, r=huonwbors-53/+171
2013-12-17auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brsonbors-3130/+3519
2013-12-16auto merge of #10924 : pcwalton/rust/pod, r=pcwaltonbors-57/+311
2013-12-16Test fallout from std::comm rewriteAlex Crichton-123/+140
2013-12-16doc: Update the documentation to describe the `Pod` trait.Patrick Walton-0/+6
2013-12-16test: Add a test that POD types can be implicitly copied.Patrick Walton-1/+24
2013-12-16libstd: Implement the new `Cell`.Patrick Walton-0/+100