summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-21std: cleanup file::io rustdoc_ng outputJeff Olson-67/+49
2013-09-21auto merge of #9380 : thestinger/rust/par, r=alexcrichtonbors-661/+0
2013-09-21auto merge of #9381 : luisbg/rust/master, r=cmrbors-0/+6
2013-09-21auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestingerbors-0/+1
2013-09-21auto merge of #9368 : StrLght/rust/master, r=thestingerbors-1/+1
2013-09-21auto merge of #9360 : huonw/rust/4449, r=pnkfelixbors-6/+2
2013-09-21auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichtonbors-19/+0
2013-09-21auto merge of #9374 : alexcrichton/rust/rustdoc-web, r=cmrbors-133/+3045
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-133/+3045
2013-09-21Document a few undocumented methos in VectorLuis de Bethencourt-0/+6
2013-09-21drop `extra::par`Daniel Micay-661/+0
2013-09-20auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu...bors-2/+147
2013-09-21std: add missing #[inline] annotation to the f64 neg method.Sébastien Crozet-0/+1
2013-09-21Fix example in std::OptionGrigoriy-1/+1
2013-09-20auto merge of #9276 : alexcrichton/rust/dox, r=brsonbors-51/+336
2013-09-20auto merge of #9278 : alexcrichton/rust/ndebug, r=brsonbors-5/+5
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-5/+5
2013-09-20auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphismbors-2/+3
2013-09-20auto merge of #9332 : eugals/rust/master, r=alexcrichtonbors-31/+51
2013-09-20Uncomment a test. Fixes #4449.Huon Wilson-6/+2
2013-09-20auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brsonbors-8/+84
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-138/+138
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-63/+28
2013-09-20util: remove unused `with` functionDaniel Micay-19/+0
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-26/+247
2013-09-19std::rt: Try stealing from all schedulersBrian Anderson-10/+27
2013-09-19auto merge of #9285 : sfackler/rust/future, r=alexcrichtonbors-93/+113
2013-09-20fixed another test.Felix S. Klock II-2/+2
2013-09-20fix bug in test.Felix S. Klock II-2/+2
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