| Age | Commit message (Expand) | Author | Lines |
| 2013-09-20 | auto merge of #9349 : brson/rust/relnotes, r=thestinger | bors | -3/+4 |
| 2013-09-20 | auto merge of #9371 : thestinger/rust/text, r=pnkfelix | bors | -1/+1 |
| 2013-09-20 | auto merge of #9276 : alexcrichton/rust/dox, r=brson | bors | -51/+336 |
| 2013-09-20 | auto merge of #9278 : alexcrichton/rust/ndebug, r=brson | bors | -12/+12 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -12/+12 |
| 2013-09-20 | Add a note about improved rustc perf to 0.8 relnotes | Brian Anderson | -0/+1 |
| 2013-09-20 | Fix spelling and phrasing in 0.8 release notes | Brian Anderson | -3/+3 |
| 2013-09-20 | auto merge of #9338 : steveklabnik/rust/rustpkg_update_manpage, r=catamorphism | bors | -0/+14 |
| 2013-09-20 | auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam... | bors | -3/+2 |
| 2013-09-20 | auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphism | bors | -2/+3 |
| 2013-09-20 | auto merge of #9332 : eugals/rust/master, r=alexcrichton | bors | -31/+51 |
| 2013-09-20 | auto merge of #9326 : NiccosSystem/rust/master, r=bstrie | bors | -1/+1 |
| 2013-09-20 | auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brson | bors | -8/+84 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -138/+138 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -63/+28 |
| 2013-09-19 | auto merge of #9315 : thestinger/rust/doc, r=alexcrichton | bors | -28/+33 |
| 2013-09-19 | auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -26/+247 |
| 2013-09-19 | auto merge of #9285 : sfackler/rust/future, r=alexcrichton | bors | -95/+115 |
| 2013-09-19 | restore auto-detection of text files | Daniel Micay | -1/+1 |
| 2013-09-19 | auto merge of #9342 : alexcrichton/rust/ignore-libuv-signal-tests, r=brson | bors | -0/+6 |
| 2013-09-19 | Clean up unused imports | Steven Fackler | -6/+1 |
| 2013-09-19 | Add Future::spawn_with | Steven Fackler | -0/+23 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -83/+75 |
| 2013-09-19 | Ignore io::process tests | Alex Crichton | -0/+6 |
| 2013-09-19 | lexer: further slight improvements to lexer errors | Benjamin Herr | -17/+31 |
| 2013-09-19 | Update rustpkg manpage to add init. | Steve Klabnik | -0/+14 |
| 2013-09-19 | Fix usage for rustpkg init | Steve Klabnik | -2/+3 |
| 2013-09-19 | auto merge of #9295 : alexcrichton/rust/fix-lang-items, r=thestinger | bors | -43/+57 |
| 2013-09-19 | pacified test/run-pass/core-run-destroy on Win7x64 | Evgeny Sologubov | -0/+1 |
| 2013-09-19 | auto merge of #9279 : erickt/rust/master, r=alexcrichton | bors | -29/+7 |
| 2013-09-19 | Removed future's destructor | Steven Fackler | -9/+19 |
| 2013-09-19 | Clarify that snapshots are automatically retrieved. | Lars Bergstrom | -3/+2 |
| 2013-09-19 | auto merge of #9313 : brson/rust/relnotes, r=thestinger | bors | -0/+145 |
| 2013-09-19 | Fix broken tutorial link | NiccosSystem | -1/+1 |
| 2013-09-19 | lexer: report problematic chars verbatim or as escape sequence | Benjamin Herr | -12/+23 |
| 2013-09-19 | lexer: show correct span on lexical errors | Benjamin Herr | -19/+215 |
| 2013-09-19 | will not copy trait_callee on stack if it's source expr is a plain borrowed ref | U-NOV2010\eugals | -6/+14 |
| 2013-09-19 | minor Type::opaque_trait code cleanup | U-NOV2010\eugals | -17/+6 |
| 2013-09-19 | optimized trans_to_datum::auto_borrow_obj code generation in case some trivia... | U-NOV2010\eugals | -9/+31 |
| 2013-09-19 | auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonw | bors | -0/+5 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -138/+138 |
| 2013-09-19 | auto merge of #9267 : Kimundi/rust/master, r=huonw | bors | -620/+641 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -620/+641 |
| 2013-09-19 | auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonw | bors | -1/+15 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -137/+55 |
| 2013-09-18 | rustpkg: Register correct dependencies for built and installed files | Tim Chevalier | -8/+84 |
| 2013-09-19 | doc: Fix the tutorial's link to rustpkg docs | blake2-ppc | -2/+2 |
| 2013-09-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -77/+40 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -63/+28 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -77/+40 |