| Age | Commit message (Expand) | Author | Lines |
| 2013-11-13 | auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphism | bors | -6/+5 |
| 2013-11-13 | auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichton | bors | -10/+99 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -102/+114 |
| 2013-11-13 | Implemented BufWriter | Zach Kamsler | -10/+99 |
| 2013-11-13 | auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr... | bors | -244/+253 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -244/+253 |
| 2013-11-13 | be more robust when removing download artifacts and remove bogus raise statement | Benjamin Peterson | -2/+5 |
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -0/+1 |
| 2013-11-13 | Add build_lib_with_cfgs, build_bin_with_cfgs to rustpkg API. Closes #9944. | Zack Corr | -2/+12 |
| 2013-11-12 | io: benchmarks for creation of the various Buffered objects | Corey Richardson | -0/+42 |
| 2013-11-12 | auto merge of #10342 : catamorphism/rust/rustpkg-dir-checking-and-monitor, r=... | bors | -22/+71 |
| 2013-11-12 | rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`... | Tim Chevalier | -22/+71 |
| 2013-11-12 | Fixed xfail for nbody shootout benchmark by correcting command line parse. | Carol W | -9/+13 |
| 2013-11-12 | doc: CSS: fix code fonts | Adrien Tétar | -1/+7 |
| 2013-11-12 | auto merge of #10427 : alexcrichton/rust/no-xray, r=brson | bors | -76/+59 |
| 2013-11-12 | Make a time test less flaky | Alex Crichton | -6/+5 |
| 2013-11-12 | auto merge of #10423 : alexcrichton/rust/move-io, r=pcwalton | bors | -332/+343 |
| 2013-11-12 | Check inferred integer literals for overflows, closes #4220 | Florian Hahn | -3/+123 |
| 2013-11-12 | Remove type overflow checks from check_const.rs, refs #4220 | Florian Hahn | -15/+0 |
| 2013-11-12 | Improve error message for breaks in blocks | Alex Crichton | -48/+59 |
| 2013-11-12 | rt: Delete more C++ | Brian Anderson | -141/+10 |
| 2013-11-12 | auto merge of #10435 : jayanderson/rust/docs, r=huonw | bors | -2/+131 |
| 2013-11-11 | auto merge of #10198 : alexcrichton/rust/darwin-quiet, r=jdm | bors | -2/+3 |
| 2013-11-11 | auto merge of #10425 : astrieanna/rust/rm-issue-912, r=brson | bors | -65/+0 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -332/+343 |
| 2013-11-11 | Use constants instead of raw values. | Jay Anderson | -4/+2 |
| 2013-11-11 | auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brson | bors | -2/+13 |
| 2013-11-11 | auto merge of #10109 : pcmattman/rust/pass-nonzero-exit-status-on-termination... | bors | -100/+202 |
| 2013-11-11 | Got directions backwards in to_degrees and to_radians docs. | Jay Anderson | -2/+2 |
| 2013-11-11 | Add docs for traits Exponential, Hyperbolic, BitCount. | Jay Anderson | -2/+44 |
| 2013-11-11 | Update docs for Fractional, Algebraic, Round, and Trigonometric traits. | Jay Anderson | -0/+89 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -100/+202 |
| 2013-11-11 | auto merge of #10422 : alexcrichton/rust/explicit-crate-map, r=pcwalton | bors | -1/+6 |
| 2013-11-11 | auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichton | bors | -9/+11 |
| 2013-11-11 | Remove resolve's xray infrastructure | Alex Crichton | -28/+0 |
| 2013-11-11 | Remove test issue-3461 | Leah Hanson | -17/+0 |
| 2013-11-11 | Add asserts to check for faililng QueryPerformance* calls in precise_time_ns | Birunthan Mohanathas | -7/+9 |
| 2013-11-11 | Change use of unsigned integers to signed integers for clarity in | Birunthan Mohanathas | -5/+5 |
| 2013-11-11 | Remove run-pass/issue-3907-2.rs | Leah Hanson | -30/+0 |
| 2013-11-11 | auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brson | bors | -905/+237 |
| 2013-11-11 | Decrease the default stack size back to 2MB | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -904/+236 |
| 2013-11-11 | Removed test issue-912.rs | Leah Hanson | -18/+0 |
| 2013-11-11 | Optimize creation of buffered readers/writers | Alex Crichton | -2/+13 |
| 2013-11-11 | Add a flag to force generating toplevel crate map | Alex Crichton | -1/+6 |
| 2013-11-11 | auto merge of #10417 : cmr/rust/vec_overflow, r=huonw | bors | -1/+5 |
| 2013-11-11 | auto merge of #10409 : alexcrichton/rust/issue-10386, r=brson | bors | -7/+5 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -162/+85 |
| 2013-11-11 | Fix path parsing | Seo Sanghyeon | -5/+16 |
| 2013-11-11 | Implement `size_hint` for Range | Corey Richardson | -8/+80 |