| Age | Commit message (Expand) | Author | Lines |
| 2013-09-16 | std::str: Add bench tests for StrVector::connect() and for str::push_str | blake2-ppc | -0/+19 |
| 2013-09-16 | std::vec: Add function vec::bytes::push_bytes | blake2-ppc | -0/+17 |
| 2013-09-16 | std::vec: Fix hazards with uint overflows in unsafe code | blake2-ppc | -6/+29 |
| 2013-09-16 | extra::json: use a different encoding for enums. | Corey Richardson | -15/+24 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -16/+431 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -19/+44 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -16/+406 |
| 2013-09-16 | auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton | bors | -0/+2 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -59/+157 |
| 2013-09-16 | Ignore failing tests on Android | Seo Sanghyeon | -0/+2 |
| 2013-09-16 | auto merge of #9220 : kballard/rust/c_str-as_str, r=thestinger | bors | -3/+74 |
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 |
| 2013-09-16 | rustdoc_ng: add licenses and issue numbers to appease tidy | Corey Richardson | -1/+91 |
| 2013-09-16 | Update rustdoc_ng to syntax and metadata changes | Corey Richardson | -57/+54 |
| 2013-09-16 | Update rustdoc_ng to new ast naming | Corey Richardson | -83/+64 |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+1977 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -2/+49 |
| 2013-09-16 | auto merge of #9196 : alexcrichton/rust/attempting-9055, r=cmr | bors | -13/+25 |
| 2013-09-16 | auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphism | bors | -144/+3 |
| 2013-09-15 | auto merge of #9118 : alexcrichton/rust/llvm-fix, r=sanxiyn | bors | -1/+1 |
| 2013-09-16 | Have workcache::test put `foo.c` in the same directory it runs in. | Lindsey Kuper | -7/+16 |
| 2013-09-15 | When declaring extern fns from external crates, use the correct abi | Alex Crichton | -13/+25 |
| 2013-09-15 | teach Call/CallWithConv to set attributes | Daniel Micay | -43/+47 |
| 2013-09-15 | c_str: Add new method .as_str() -> Option<&str> | Kevin Ballard | -3/+74 |
| 2013-09-15 | Upgrade LLVM to close #9117 | Alex Crichton | -1/+1 |
| 2013-09-15 | remove unused `FastCall` wrapper | Daniel Micay | -15/+0 |
| 2013-09-16 | std::rt::uv::file: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | extra::fileinput: Enable tests on Win32 | klutzy | -9/+0 |
| 2013-09-16 | std::rt::uv::uvio: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-15 | auto merge of #9213 : dcrewi/rust/rust-test-arguments, r=catamorphism | bors | -3/+4 |
| 2013-09-15 | rust test: pass the remaining arguments through | David Creswick | -3/+4 |
| 2013-09-15 | auto merge of #9168 : michaelwoerister/rust/traits, r=jdm | bors | -283/+891 |
| 2013-09-16 | std::rt::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-16 | std::rt::uv::uvll: Fix uv_req_type on Win32 | klutzy | -3/+27 |
| 2013-09-16 | std::os: Use unicode for last_os_error() on Win32 | klutzy | -10/+9 |
| 2013-09-16 | std::rt::io::support: Fix ignored test on Win32 | klutzy | -2/+1 |
| 2013-09-15 | rustpkg: Cleanup | Tim Chevalier | -59/+42 |
| 2013-09-15 | debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.in | Michael Woerister | -0/+1 |
| 2013-09-15 | std::rt::io::file: Enable I/O tests on Win32 | klutzy | -5/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -140/+114 |
| 2013-09-15 | debuginfo: Some namespace-related cleanup. | Michael Woerister | -68/+66 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -14/+10 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -112/+72 |
| 2013-09-15 | debuginfo: Added test cases for recursive structs. | Michael Woerister | -0/+315 |
| 2013-09-15 | debuginfo: Support for recursive types. | Michael Woerister | -174/+416 |
| 2013-09-15 | debuginfo: Implement DI for ty_opaque_box. | Michael Woerister | -5/+21 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -16/+96 |
| 2013-09-15 | Fix expand_stmt as well as expand_expr to use the correct span | Alex Crichton | -15/+25 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -6/+77 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -125/+74 |