| Age | Commit message (Expand) | Author | Lines |
| 2013-11-18 | auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwalton | bors | -79/+147 |
| 2013-11-18 | Don't mark reachable extern fns as internal | Alex Crichton | -79/+147 |
| 2013-11-18 | debuginfo: Improved stepping for if-expressions | Michael Woerister | -0/+20 |
| 2013-11-18 | std::rand: wrappers for floats from [0,1] and (0,1). | Huon Wilson | -39/+122 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -8/+110 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -8/+110 |
| 2013-11-17 | auto merge of #10526 : itdaniher/rust/master, r=pcwalton | bors | -7/+10 |
| 2013-11-17 | auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw | bors | -8/+9 |
| 2013-11-17 | Fix XFailed test x86stdcall | Leah Hanson | -8/+9 |
| 2013-11-17 | Fixed docs for advance() in Iterator trait | Andrei Formiga | -6/+3 |
| 2013-11-17 | Fixed uses of get() to unwrap() in doc examples in std::iter | Andrei Formiga | -28/+28 |
| 2013-11-17 | auto merge of #10511 : cmr/rust/addtests, r=huonw | bors | -3/+50 |
| 2013-11-17 | Better error message when using vectors in statics | Corey Richardson | -3/+26 |
| 2013-11-17 | Add a test for #6976 | Corey Richardson | -0/+24 |
| 2013-11-17 | auto merge of #10532 : dhodder/rust/master, r=alexcrichton | bors | -0/+10 |
| 2013-11-17 | auto merge of #10531 : TeXitoi/rust/mandelbrot-resurected, r=cmr | bors | -48/+63 |
| 2013-11-17 | Add doc comment for extra::url::query_to_str | Dave Hodder | -0/+10 |
| 2013-11-17 | auto merge of #10523 : huonw/rust/10522, r=cmr | bors | -1/+6 |
| 2013-11-17 | auto merge of #10518 : huonw/rust/6911, r=alexcrichton | bors | -14/+21 |
| 2013-11-17 | Prettier long string breaking. | Guillaume Pinot | -2/+2 |
| 2013-11-17 | Clarrify the message for test mode and use u8 instead of i8 for storing bits | Guillaume Pinot | -4/+5 |
| 2013-11-17 | auto merge of #10509 : cmr/rust/trait_name, r=alexcrichton | bors | -6/+8 |
| 2013-11-17 | resurect shootout-mandelbrot.rs | Guillaume Pinot | -48/+62 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -102/+157 |
| 2013-11-16 | auto merge of #10454 : z0w0/rust/issue-9944, r=cmr | bors | -2/+12 |
| 2013-11-17 | extra: handle an edge case in BigUint.to_str(). | Huon Wilson | -1/+6 |
| 2013-11-16 | fix 10468, propagate optimization level as rustc::driver::session::OptLevel | Ian Daniher | -7/+10 |
| 2013-11-16 | auto merge of #10420 : sanxiyn/rust/path, r=cmr | bors | -5/+16 |
| 2013-11-16 | lint: _-prefixed variables don't get an unused-mut warning. | Huon Wilson | -14/+21 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+43 |
| 2013-11-16 | Adjust error message for method type mismatch | Corey Richardson | -2/+2 |
| 2013-11-16 | Show the name of the trait in the error message | Jaemin Moon | -6/+8 |
| 2013-11-14 | auto merge of #10478 : TeXitoi/rust/shootout-meteor, r=brson | bors | -0/+281 |
| 2013-11-14 | remove `cast::unsafe_copy` | Daniel Micay | -8/+0 |
| 2013-11-14 | Improve variable naming. | Guillaume Pinot | -7/+8 |
| 2013-11-14 | remove useless Iterate impl, and permute the order of the argument of iterate | Guillaume Pinot | -9/+4 |
| 2013-11-14 | auto merge of #10018 : fhahn/rust/check-inferred-ints, r=alexcrichton | bors | -18/+123 |
| 2013-11-14 | auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichton | bors | -1/+49 |
| 2013-11-14 | auto merge of #9788 : geoffhill/rust/bare-fn-cast, r=pnkfelix | bors | -2/+38 |
| 2013-11-14 | Add shootout meteor contest benchmark. | Guillaume Pinot | -0/+285 |
| 2013-11-14 | test: Add xfail-win32 to two debug-info tests | klutzy | -0/+2 |
| 2013-11-14 | rustpkg: Disable test suite on windows | klutzy | -1/+1 |
| 2013-11-14 | test: Fix signal-exit-status on windows | klutzy | -2/+5 |
| 2013-11-14 | test: Clean up xfail-{fast,win32} tests | klutzy | -56/+26 |
| 2013-11-13 | auto merge of #10457 : alexcrichton/rust/native-io, r=brson | bors | -356/+476 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -356/+476 |
| 2013-11-13 | Add lru_cache to libextra | Kiet Tran | -0/+366 |
| 2013-11-13 | auto merge of #10464 : gutworth/rust/snap-err, r=pnkfelix | bors | -2/+5 |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -1/+49 |
| 2013-11-13 | auto merge of #10421 : adridu59/rust/patch-www, r=alexcrichton | bors | -1/+8 |