summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-9/+11
2013-12-18llvm: Disable pthread on mingwklutzy-492/+2
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-51/+77
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-3103/+3500
2013-12-16Test fallout from std::comm rewriteAlex Crichton-96/+121
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
2013-12-16librustc: Implement a `Pod` kind for types that can be `memcpy`'d.Patrick Walton-57/+182
2013-12-16Fix rustdoc output of enums with private variantsSteven Fackler-11/+6
2013-12-16Fallout of rewriting std::commAlex Crichton-2590/+765
2013-12-16Rewrite std::commAlex Crichton-434/+2631
2013-12-16Check even more live Path nodes in dead-code passKiet Tran-10/+6
2013-12-17std::vec: make init_elem nicer by doing fewer moves.Huon Wilson-5/+1
2013-12-17std::vec: convert .copy_memory to use copy_nonoverlapping_memory.Huon Wilson-5/+5
2013-12-17std::vec::bytes: remove the reference to overlapping src and dest inHuon Wilson-7/+4
2013-12-17std::vec::raw: convert copy_memory to a method.Huon Wilson-23/+22
2013-12-17std::vec::raw: convert init_elem to a method.Huon Wilson-16/+16
2013-12-16Detect stability attributes on methods.Kiet Tran-53/+171
2013-12-16auto merge of #11002 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr...bors-1/+5
2013-12-16Make BufferedReader propagate 0-byte long reads.Sébastien Paolacci-3/+3
2013-12-17Remove obsolete mutability from ast::TySeo Sanghyeon-48/+48
2013-12-16auto merge of #11000 : cmr/rust/auto_encode, r=alexcrichtonbors-42/+34
2013-12-16Spell out the units used for the `offset` argument, so that people doFelix S. Klock II-1/+5
2013-12-16Update and un-xfail auto-encode testCorey Richardson-42/+34
2013-12-16vec: avoid some unsafe code in MoveIterator's dtorDaniel Micay-4/+2
2013-12-16auto merge of #10966 : michaelwoerister/rust/prelude2, r=cmrbors-27/+584
2013-12-17std::vec: remove aliasing &mut [] and &[] from shift_opt.Huon Wilson-43/+27