about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-09-20auto merge of #9349 : brson/rust/relnotes, r=thestingerbors-3/+4
2013-09-20auto merge of #9371 : thestinger/rust/text, r=pnkfelixbors-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-12/+12
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-12/+12
2013-09-20Add a note about improved rustc perf to 0.8 relnotesBrian Anderson-0/+1
2013-09-20Fix spelling and phrasing in 0.8 release notesBrian Anderson-3/+3
2013-09-20auto merge of #9338 : steveklabnik/rust/rustpkg_update_manpage, r=catamorphismbors-0/+14
2013-09-20auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam...bors-3/+2
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-20auto merge of #9326 : NiccosSystem/rust/master, r=bstriebors-1/+1
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-19auto merge of #9315 : thestinger/rust/doc, r=alexcrichtonbors-28/+33
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-26/+247
2013-09-19auto merge of #9285 : sfackler/rust/future, r=alexcrichtonbors-95/+115
2013-09-19restore auto-detection of text filesDaniel Micay-1/+1
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-83/+75
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-19lexer: further slight improvements to lexer errorsBenjamin Herr-17/+31
2013-09-19Update rustpkg manpage to add init.Steve Klabnik-0/+14
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-19Clarify that snapshots are automatically retrieved.Lars Bergstrom-3/+2
2013-09-19auto merge of #9313 : brson/rust/relnotes, r=thestingerbors-0/+145
2013-09-19Fix broken tutorial linkNiccosSystem-1/+1
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-19doc: Fix the tutorial's link to rustpkg docsblake2-ppc-2/+2
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-77/+40
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-63/+28
2013-09-18Remove rust_run_program.cppAlex Crichton-77/+40