about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-01-10"As long an iterator" => "As long as an iterator"kud1ing-1/+1
2014-01-10std::io: Add tests and benchmarks for u64_from_be_bytes()Carl-Anton Ingmarsson-0/+82
2014-01-10auto merge of #11441 : jld/rust/enum-nullable-const-null-with-fields, r=alexc...bors-1/+19
2014-01-10auto merge of #11437 : sfackler/rust/mem-eof, r=alexcrichtonbors-2/+12
2014-01-10auto merge of #11436 : alexcrichton/rust/update-forks, r=huonwbors-3/+3
2014-01-09auto merge of #11433 : brson/rust/minorstylefixes, r=alexcrichtonbors-165/+165
2014-01-09Fix ICE on const of nullable enum with fields in null case.Jed Davis-1/+19
2014-01-09auto merge of #11418 : alexcrichton/rust/snapshots, r=cmrbors-25/+11
2014-01-09Add eof to MemReader and BufReaderSteven Fackler-2/+12
2014-01-10item_impl holds an Option<> to the trait ref, not a list of trait refs. There...Nick Cameron-5/+6
2014-01-09Update submodules to point to rust-lang reposAlex Crichton-3/+3
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-15/+36
2014-01-09auto merge of #10926 : thestinger/rust/rc, r=cmrbors-123/+113
2014-01-09port over the old tests to the new `Rc`Daniel Micay-3/+44
2014-01-09rustc: Fix style of Lint enumBrian Anderson-124/+124
2014-01-09rustc: Fix style of OutputType enumBrian Anderson-41/+41
2014-01-09auto merge of #11055 : pcwalton/rust/placement-box, r=pcwaltonbors-42/+296
2014-01-09librustc: Implement placement `box` for GC and unique pointers.Patrick Walton-42/+296
2014-01-09auto merge of #11427 : omasanori/rust/remove-pot, r=alexcrichtonbors-15268/+17
2014-01-10Remove *.pot files and ignore them now.OGINO Masanori-15263/+1
2014-01-10Update doc/po4a.conf for recent changes.OGINO Masanori-5/+16
2014-01-09rename Strong -> Rc, replacing `rc` with `weak`Daniel Micay-288/+103
2014-01-09add a strong/weak reference counted pointer typeDaniel Micay-0/+191
2014-01-09stop treating `Rc` cycles as unsafeDaniel Micay-70/+13
2014-01-09auto merge of #11417 : eddyb/rust/desnaking, r=bstriebors-4357/+4253
2014-01-09Updated librustdoc and librustpkg to use the proper UpperCase names from libs...Eduard Burtescu-32/+31
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-4325/+4222
2014-01-09auto merge of #11376 : alexcrichton/rust/remove-eof, r=pcwaltonbors-144/+19
2014-01-09Remove eof() from io::ReaderAlex Crichton-144/+19
2014-01-09Register new snapshotsAlex Crichton-25/+11
2014-01-09auto merge of #11414 : nick29581/rust/span, r=alexcrichtonbors-1/+2
2014-01-09auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichtonbors-289/+245
2014-01-09auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichtonbors-299/+164
2014-01-09auto merge of #11394 : alexcrichton/rust/no-decorator, r=cmrbors-247/+145
2014-01-09auto merge of #11387 : pcwalton/rust/de-at-block, r=alexcrichtonbors-745/+1128
2014-01-09auto merge of #11386 : rcatolino/rust/ice-10955, r=pcwaltonbors-5/+32
2014-01-08Remove the io::Decorator traitAlex Crichton-247/+145
2014-01-09Start the span for a path in a view_path at the correct place (at the start o...Nick Cameron-1/+2
2014-01-08auto merge of #11369 : kvark/rust/master, r=huonwbors-3/+25
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-299/+164
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-289/+245
2014-01-08Update some copyright dates 0.9Brian Anderson-2/+2
2014-01-08Fix windows installer version to be less verboseBrian Anderson-2/+1
2014-01-08auto merge of #11375 : alexcrichton/rust/issue-11372, r=pcwaltonbors-4/+16
2014-01-08Robustly read remaining bytes in a characterAlex Crichton-4/+16
2014-01-08auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichtonbors-13/+46
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-247/+278
2014-01-08auto merge of #11407 : alexcrichton/rust/fix-snap, r=brsonbors-0/+4
2014-01-08Fix the snapshot and cross compilationAlex Crichton-0/+4
2014-01-08Fix CodeMap issue in expand_include_str()Michael Woerister-13/+46