about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-20Resolves third bullet of #4691, and adds tests for it. Fix #4691.Felix S. Klock II-0/+145
2013-09-20Add a new Digest.result_bytes convenience function.Gareth Smith-14/+16
2013-09-19auto merge of #9342 : alexcrichton/rust/ignore-libuv-signal-tests, r=brsonbors-0/+6
2013-09-19Clean up unused importsSteven Fackler-6/+1
2013-09-19Add Future::spawn_withSteven Fackler-0/+23
2013-09-19Modernize extra::future APISteven Fackler-81/+73
2013-09-19Fix unresolved symbol error for the crate_map in libstd on os x.Luqman Aden-0/+7
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-19lexer: further slight improvements to lexer errorsBenjamin Herr-17/+31
2013-09-19Fix usage for rustpkg initSteve Klabnik-2/+3
2013-09-19auto merge of #9295 : alexcrichton/rust/fix-lang-items, r=thestingerbors-43/+57
2013-09-19pacified test/run-pass/core-run-destroy on Win7x64Evgeny Sologubov-0/+1
2013-09-19auto merge of #9279 : erickt/rust/master, r=alexcrichtonbors-29/+7
2013-09-19Removed future's destructorSteven Fackler-9/+19
2013-09-19lexer: report problematic chars verbatim or as escape sequenceBenjamin Herr-12/+23
2013-09-19lexer: show correct span on lexical errorsBenjamin Herr-19/+215
2013-09-19will not copy trait_callee on stack if it's source expr is a plain borrowed refU-NOV2010\eugals-6/+14
2013-09-19minor Type::opaque_trait code cleanupU-NOV2010\eugals-17/+6
2013-09-19optimized trans_to_datum::auto_borrow_obj code generation in case some trivia...U-NOV2010\eugals-9/+31
2013-09-19auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonwbors-0/+5
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-138/+138
2013-09-19auto merge of #9267 : Kimundi/rust/master, r=huonwbors-620/+641
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-620/+641
2013-09-19auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonwbors-1/+15
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-137/+55
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-8/+84
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-76/+40
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-63/+28
2013-09-18Remove rust_run_program.cppAlex Crichton-76/+40
2013-09-18auto merge of #9260 : alexcrichton/rust/libuv-processes, r=brsonbors-67/+1076
2013-09-18auto merge of #9263 : catamorphism/rust/rustpkg-issue-7879, r=brsonbors-249/+409
2013-09-18tests: Remove crate_map from start.Luqman Aden-1/+26
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-249/+409
2013-09-18auto merge of #9284 : thestinger/rust/main, r=luqmanabors-27/+1
2013-09-18libstd/librustc: Make the crate_map a weak symbol that libstd links against.Luqman Aden-7/+9
2013-09-18Implement process bindings to libuvAlex Crichton-67/+1076
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-13/+79
2013-09-18Allow trailing commas in format!Alex Crichton-0/+5
2013-09-18auto merge of #9296 : alexcrichton/rust/snapshots, r=cmrbors-1663/+32
2013-09-18Register new snapshotsAlex Crichton-1663/+32
2013-09-18auto merge of #9277 : crabtw/rust/mips, r=brsonbors-27/+140
2013-09-18Renumber the lang items correctlyAlex Crichton-43/+57
2013-09-18auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestingerbors-216/+190
2013-09-18auto merge of #9272 : luqmana/rust/esln, r=catamorphismbors-1/+1
2013-09-18auto merge of #9271 : brson/rust/extra-help, r=catamorphismbors-1/+1
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-137/+55
2013-09-18auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichtonbors-10/+21
2013-09-18auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brsonbors-0/+40
2013-09-18auto merge of #9248 : DanRosenwasser/rust/master, r=alexcrichtonbors-0/+46
2013-09-17auto merge of #9281 : brson/rust/multistring, r=alexcrichtonbors-2/+2