about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-14auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiynbors-0/+9
2013-09-14auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphismbors-0/+44
2013-09-14auto merge of #9160 : alexcrichton/rust/local-data-docs, r=huonwbors-7/+8
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-225/+1096
2013-09-14Get rid of unused SimpleVisitor stuff.Lindsey Kuper-144/+3
2013-09-13auto merge of #9185 : alexcrichton/rust/less-changing-directories, r=huonwbors-178/+119
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-178/+119
2013-09-13auto merge of #9176 : brson/rust/issue-9129, r=catamorphismbors-2/+10
2013-09-13Pass a more proper span to the syntax expandersAlex Crichton-1/+32
2013-09-14Add Orderable bound to num::PrimitiveBrendan Zabarauskas-0/+1
2013-09-14extra::workcache: Remodel the (internal) struct Workblake2-ppc-16/+16
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-18/+18
2013-09-14extra::test: Use Result instead of Either.blake2-ppc-11/+9
2013-09-14syntax: Remove use of Either in parse.rsblake2-ppc-21/+15
2013-09-13auto merge of #9173 : thestinger/rust/offset, r=alexcrichtonbors-5/+0
2013-09-13Refactor libsyntax Visitor impls to use default methods.Lindsey Kuper-275/+3
2013-09-13Minor cleanup and formatting tweaks to the rust-mode READMELindsey Kuper-25/+28
2013-09-13Work around a compiler crash folding labeled break. #9129Brian Anderson-2/+10
2013-09-13make ! support the equality/ordering operatorsDaniel Micay-1/+14
2013-09-13ptr: fix offset intrinsicDaniel Micay-5/+0
2013-09-13auto merge of #9158 : thestinger/rust/extern, r=alexcrichtonbors-10/+10
2013-09-13auto merge of #9151 : catamorphism/rust/rustpkg-target-specific-subdirectory,...bors-31/+94
2013-09-13auto merge of #9170 : alexcrichton/rust/flaky-fileinput, r=ericktbors-188/+203
2013-09-13Move glob tests to a run-pass testAlex Crichton-188/+203
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-31/+94
2013-09-13set sret attribute as needed on call instructionsDaniel Micay-10/+10
2013-09-13std: Fix another windows problem with the unwrap_or_default renameErick Tryzelaar-1/+1
2013-09-13std: rename Option.chain to Option.and_then on windowsErick Tryzelaar-1/+1
2013-09-13std::rt::io: Fix file I/O on Win32klutzy-0/+9
2013-09-13auto merge of #9141 : alexcrichton/rust/ignore-fileinput, r=catamorphismbors-10/+23
2013-09-13Translate nested items in default methodsAlex Crichton-0/+44
2013-09-13auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphismbors-5/+9
2013-09-12Improve the local_data docs slightlyAlex Crichton-7/+8
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-229/+224
2013-09-12Stop using newtypes in rt::io::bufferedSteven Fackler-13/+19
2013-09-12auto merge of #8796 : brson/rust/cstack, r=pnkfelixbors-0/+63
2013-09-12rustpkg: Install to RUST_PATHTim Chevalier-9/+52
2013-09-12std: Restore Option::chain{,_mut}_ref as and_then{,_mut}_refErick Tryzelaar-31/+31
2013-09-12std: Remove Zero impl for OptionErick Tryzelaar-6/+0
2013-09-12std: Remove Zero impl from vecErick Tryzelaar-25/+7
2013-09-12syntax: add #[deriving(Default)] syntax extensionErick Tryzelaar-2/+123
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-5/+82
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-161/+202
2013-09-12std: Add ToEither/IntoEither/AsEitherErick Tryzelaar-21/+162
2013-09-12std: Add ToResult/IntoResult/AsResultErick Tryzelaar-12/+171
2013-09-12std: Add ToOption/IntoOption/AsOptionErick Tryzelaar-0/+185
2013-09-12std: fix a warningErick Tryzelaar-1/+1
2013-09-12std: Add Option.{and,and_then,or,or_else}Erick Tryzelaar-10/+83
2013-09-12std: Add Option.unwrap_or_else and a couple testsErick Tryzelaar-0/+47