| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+5 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -5/+5 |
| 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 #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 #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -26/+247 |
| 2013-09-19 | auto merge of #9285 : sfackler/rust/future, r=alexcrichton | bors | -93/+113 |
| 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 | -81/+73 |
| 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 | 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 | 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-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -76/+40 |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -63/+28 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -76/+40 |
| 2013-09-18 | auto merge of #9260 : alexcrichton/rust/libuv-processes, r=brson | bors | -67/+1076 |
| 2013-09-18 | auto merge of #9263 : catamorphism/rust/rustpkg-issue-7879, r=brson | bors | -249/+409 |
| 2013-09-18 | rustpkg: Make crates, not packages, the unit of rustpkg dependencies | Tim Chevalier | -249/+409 |
| 2013-09-18 | auto merge of #9284 : thestinger/rust/main, r=luqmana | bors | -27/+1 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -67/+1076 |
| 2013-09-18 | Allow trailing commas in format! | Alex Crichton | -0/+5 |
| 2013-09-18 | auto merge of #9296 : alexcrichton/rust/snapshots, r=cmr | bors | -1663/+32 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1663/+32 |
| 2013-09-18 | auto merge of #9277 : crabtw/rust/mips, r=brson | bors | -27/+140 |
| 2013-09-18 | Renumber the lang items correctly | Alex Crichton | -43/+57 |
| 2013-09-18 | auto merge of #9275 : blake2-ppc/rust/float-from-str, r=thestinger | bors | -216/+190 |
| 2013-09-18 | auto merge of #9272 : luqmana/rust/esln, r=catamorphism | bors | -1/+1 |
| 2013-09-18 | auto merge of #9271 : brson/rust/extra-help, r=catamorphism | bors | -1/+1 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -137/+55 |