| Age | Commit message (Expand) | Author | Lines |
| 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 | tests: Remove crate_map from start. | Luqman Aden | -1/+26 |
| 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 | libstd/librustc: Make the crate_map a weak symbol that libstd links against. | Luqman Aden | -7/+9 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -67/+1076 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -13/+79 |
| 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 |
| 2013-09-18 | auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton | bors | -10/+21 |
| 2013-09-18 | auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brson | bors | -0/+40 |
| 2013-09-18 | auto merge of #9248 : DanRosenwasser/rust/master, r=alexcrichton | bors | -0/+46 |
| 2013-09-17 | auto merge of #9281 : brson/rust/multistring, r=alexcrichton | bors | -2/+2 |
| 2013-09-18 | remove useless `rust_main` wrapper | Daniel Micay | -27/+1 |
| 2013-09-17 | std: Fix an invalid read in from_c_multistring | Brian Anderson | -2/+2 |
| 2013-09-18 | std::borrow: Use raw pointer comparison for `ref_eq` | blake2-ppc | -1/+15 |
| 2013-09-17 | extra: minor cleanup of Zero and Default syntax extension | Erick Tryzelaar | -10/+6 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -0/+46 |
| 2013-09-17 | Document a few undocumented modules in libstd | Alex Crichton | -51/+336 |
| 2013-09-17 | auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonw | bors | -2/+140 |
| 2013-09-17 | std: Remove Option.or_{default,zero} | Erick Tryzelaar | -19/+1 |
| 2013-09-18 | fix compilation errors of mips target | Jyun-Yan You | -27/+140 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -216/+190 |
| 2013-09-17 | Generate random big integers within a range | David Creswick | -2/+140 |
| 2013-09-17 | librustc: Respect #[link_name] on extern statics. Fixes #9270 | Luqman Aden | -1/+1 |
| 2013-09-17 | Add an extra line before the "Additional Help" in rustc's --help output | Brian Anderson | -1/+1 |
| 2013-09-17 | Ignore a test which is blocking a snapshot | Alex Crichton | -0/+1 |
| 2013-09-17 | auto merge of #9257 : alexcrichton/rust/better-address-insignificant, r=thest... | bors | -5/+67 |
| 2013-09-17 | pp: also print bounds in paths with no generic params | Benjamin Herr | -9/+20 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -231/+1444 |
| 2013-09-17 | pp: typo in comment | Benjamin Herr | -1/+1 |
| 2013-09-17 | auto merge of #9256 : thestinger/rust/drop, r=alexcrichton | bors | -28/+8 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -5/+67 |
| 2013-09-17 | std: fix win32 build issue re: multistring parsing | Jeff Olson | -1/+1 |