| Age | Commit message (Expand) | Author | Lines |
| 2013-07-24 | auto merge of #7982 : thestinger/rust/iterator, r=thestinger | bors | -366/+539 |
| 2013-07-24 | rc: Use ~T for allocation | blake2-ppc | -48/+44 |
| 2013-07-24 | fix compilation on macos/windows | Daniel Micay | -2/+3 |
| 2013-07-24 | ToStr for HashMap does not need value to implement Eq or Hash | Stepan Koltsov | -6/+18 |
| 2013-07-24 | rustc: Remove some dead code from method resolution | Brian Anderson | -17/+3 |
| 2013-07-24 | Fix a crash when transmuting non-immediate to immediate types | Björn Steinbrink | -0/+21 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -3/+3 |
| 2013-07-24 | Disallow non-comma-delimited arguments to fmt! and bytes! | Birunthan Mohanathas | -8/+9 |
| 2013-07-24 | std:rt: args module is not used by win/mac. #7951 | Brian Anderson | -69/+123 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -103/+99 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -112/+103 |
| 2013-07-24 | add a RandomAccessIterator trait | Daniel Micay | -2/+117 |
| 2013-07-24 | auto merge of #7993 : Xazax-hun/rust/master, r=bblum | bors | -0/+12 |
| 2013-07-24 | auto merge of #7992 : huonw/rust/un-xfail, r=z0w0 | bors | -9/+10 |
| 2013-07-24 | xfail tests that are currently failing on windows, reported in #7999 | crnobog | -0/+4 |
| 2013-07-24 | auto merge of #7987 : alexcrichton/rust/tests-for-closed-issues, r=huonw | bors | -0/+34 |
| 2013-07-23 | auto merge of #7980 : graydon/rust/misc-benchmarks, r=catamorphism | bors | -2/+238 |
| 2013-07-23 | auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichton | bors | -1/+44 |
| 2013-07-23 | auto merge of #7885 : graydon/rust/workcache-fixes-1, r=pcwalton | bors | -166/+199 |
| 2013-07-23 | Change each_bound_trait_and_supertraits to take a vec of TraitRefs. | Michael Sullivan | -13/+10 |
| 2013-07-23 | Fix the issue-3979 tests and add a new test. | Michael Sullivan | -14/+53 |
| 2013-07-23 | Major rework of how calls to self and super methods work. | Michael Sullivan | -292/+120 |
| 2013-07-23 | Properly track and export information about vtables for impls in metadata. | Michael Sullivan | -80/+202 |
| 2013-07-23 | Have vtable resolution check for supertrait bounds. Closes #4055. | Michael Sullivan | -0/+17 |
| 2013-07-23 | Fix some impls such that all supertraits are actually implemented. | Michael Sullivan | -1/+31 |
| 2013-07-23 | Improve vtable resolution. | Michael Sullivan | -24/+46 |
| 2013-07-23 | Refactor a bunch of lookup_vtable to reduce rightward drift and clean things up. | Michael Sullivan | -221/+241 |
| 2013-07-23 | Add a to_owned_vec method to IteratorUtil. | Michael Sullivan | -0/+17 |
| 2013-07-23 | Fix a default method polymorphism bug. | Michael Sullivan | -1/+1 |
| 2013-07-23 | Get rid of an unused variable warning. | Michael Sullivan | -2/+0 |
| 2013-07-23 | std: make str::append move self | Erick Tryzelaar | -6/+5 |
| 2013-07-23 | rustc: remove unused variables | Erick Tryzelaar | -2/+0 |
| 2013-07-23 | clean up warnings | Erick Tryzelaar | -8/+6 |
| 2013-07-23 | std: inline str::with_capacity and vec::with_capacity | Erick Tryzelaar | -5/+4 |
| 2013-07-23 | std: simplify str::as_imm_buf and vec::as_{imm,mut}_buf | Erick Tryzelaar | -12/+6 |
| 2013-07-23 | str: move as_mut_buf into OwnedStr, and make it `self` | Erick Tryzelaar | -18/+18 |
| 2013-07-23 | std: remove a malloc from os::fill_charp_buf | Erick Tryzelaar | -3/+2 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -70/+50 |
| 2013-07-23 | std: rename str.as_buf to as_imm_buf, add str.as_mut_buf | Erick Tryzelaar | -69/+63 |
| 2013-07-23 | std and extra: use as_c_str instead of as_buf in a couple places | Erick Tryzelaar | -19/+11 |
| 2013-07-23 | std: add test for str::as_c_str | Erick Tryzelaar | -2/+23 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -196/+157 |
| 2013-07-23 | std: move str::as_buf into StrSlice | Erick Tryzelaar | -62/+62 |
| 2013-07-23 | std: remove os::as_c_charp | Erick Tryzelaar | -44/+39 |
| 2013-07-23 | std: rename str.as_bytes_with_null_consume to str.to_bytes_with_null | Erick Tryzelaar | -9/+8 |
| 2013-07-23 | std: wrap "long" utf8 lines. | Graydon Hoare | -2/+4 |
| 2013-07-23 | extra: rebase fallout. | Graydon Hoare | -1/+1 |
| 2013-07-23 | auto merge of #7964 : pnkfelix/rust/fsk-issue3994-readme-note, r=huonw | bors | -0/+5 |
| 2013-07-23 | extra: give up trying to make more fields of context cloneable, just use ARCs. | Graydon Hoare | -16/+28 |
| 2013-07-23 | extra: switch json from hashmaps to treemaps | Graydon Hoare | -15/+13 |