about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-11-01auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonwbors-1/+21
2013-11-01auto merge of #10205 : brson/rust/unnamed_addr, r=thestingerbors-0/+2
2013-11-01auto merge of #10203 : kud1ing/rust/ios, r=alexcrichtonbors-0/+36
2013-11-01auto merge of #10196 : huonw/rust/fix-zig, r=alexcrichtonbors-141/+5
2013-10-31auto merge of #10187 : pcwalton/rust/remove-mocks, r=pcwaltonbors-238/+451
2013-10-31auto merge of #10181 : brson/rust/managed_boxes, r=thestingerbors-6/+6
2013-10-31Fix infinite recursion in `fill_bytes()`Robert Irelan-1/+21
2013-10-31auto merge of #9740 : alexcrichton/rust/concat, r=cmrbors-3/+118
2013-10-31auto merge of #10206 : brson/rust/configure, r=brsonbors-3/+3
2013-10-31Fix fallback configuration flagsBrian Anderson-3/+3
2013-10-31Declare all Rust functions as unnamed_addr. Closes #8957Brian Anderson-0/+2
2013-10-31add target triple arm-apple-darwinkud1ing-0/+36
2013-10-31Implement a concat!() format extensionAlex Crichton-3/+118
2013-10-31Make managed_boxes feature gate error less opinionatedBrian Anderson-6/+6
2013-10-31auto merge of #10167 : briantdawn/rust/master, r=cmrbors-1/+1
2013-10-31libstd: Remove mocks.Patrick Walton-181/+131
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-57/+320
2013-10-31auto merge of #10193 : osaut/rust/Fix_install, r=huonwbors-4/+4
2013-10-31std::rand: correct an off-by-one in the Ziggurat code.Huon Wilson-141/+5
2013-10-31auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmrbors-23/+62
2013-10-31Fix missing parenthesis in a previous substitution '$(PREFIX_ROOT)' to '$(CF...Olivier Saut-4/+4
2013-10-31auto merge of #10180 : alexcrichton/rust/flush-default, r=brsonbors-34/+6
2013-10-30auto merge of #10166 : brson/rust/meta, r=alexcrichtonbors-2/+29
2013-10-30auto merge of #10164 : brson/rust/configure, r=brsonbors-226/+256
2013-10-30Forbid type parameters in inner staticsAlex Crichton-23/+62
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-229/+187
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-34/+6
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-2/+29
2013-10-30auto merge of #10172 : pythonesque/rust/issue-9890, r=thestingerbors-71/+126
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-229/+187
2013-10-30Special-casing iter_vec_raw to use a counter for zero-size types (Closes #9890).Joshua Yanovski-71/+126
2013-10-30auto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichtonbors-1/+31
2013-10-30auto merge of #10168 : reedlepee123/rust/priv_fields, r=brsonbors-23/+23
2013-10-30test: Add test for LHS expression checkklutzy-0/+20
2013-10-30rustc: Check LHS expression of assignmentklutzy-1/+11
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-198/+967
2013-10-30Fix check-fast breakage in new enum test.Jed Davis-1/+1
2013-10-29auto merge of #10163 : brson/rust/rtcxx, r=alexcrichtonbors-159/+0
2013-10-29auto merge of #10161 : brson/rust/upcall, r=alexcrichtonbors-45/+0
2013-10-29auto merge of #10149 : chris-morgan/rust/2013-10-29-vim-updates, r=ericktbors-24/+37
2013-10-30changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #...reedlepee-23/+23
2013-10-29auto merge of #10160 : alexcrichton/rust/snapshots, r=pcwaltonbors-6780/+22
2013-10-30Fixed incorrect usage of 'Borrowing'.Brian-1/+1
2013-10-29rt: Remove array_list.hBrian Anderson-149/+0
2013-10-29rt: Remove rust_thread::detachBrian Anderson-10/+0
2013-10-29rt: Remove four unused upcallsBrian Anderson-45/+0
2013-10-29auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstriebors-50/+46
2013-10-29support for GNU configure syntax corrections: patch from brsonHeather-21/+21
2013-10-29Correct prefix / CFG_PREFIX work in configure / install.mkHeather-12/+13
2013-10-29support for GNU configure syntaxHeather-218/+247