| Age | Commit message (Expand) | Author | Lines |
| 2013-06-13 | Add a test case for #7065. | Ben Blum | -0/+62 |
| 2013-06-13 | Thread order_lock through rwlock condvars for reacquiring access_lock. Fixes ... | Ben Blum | -22/+72 |
| 2013-06-13 | Remove unused imports | Steven Stewart-Gallus | -6/+3 |
| 2013-06-13 | auto merge of #7100 : thestinger/rust/hashmap, r=pnkfelix | bors | -7/+1 |
| 2013-06-13 | hashmap: remove leftover debug!() logging | Daniel Micay | -7/+1 |
| 2013-06-12 | auto merge of #7096 : huonw/rust/invalid-null-str, r=thestinger | bors | -17/+22 |
| 2013-06-12 | auto merge of #7070 : alexcrichton/rust/rusti++, r=graydon | bors | -162/+777 |
| 2013-06-13 | std: remove the invalid NullTerminatedStr instance for &'static str. | Huon Wilson | -17/+22 |
| 2013-06-12 | Rewrite rusti | Alex Crichton | -162/+777 |
| 2013-06-12 | auto merge of #7079 : thestinger/rust/jemalloc, r=graydon | bors | -2785/+2833 |
| 2013-06-12 | auto merge of #7027 : sstewartgallus/rust/dynamic_lib, r=graydon | bors | -0/+207 |
| 2013-06-12 | Document unstable::atomics fetch_* return values | Ben Blum | -0/+6 |
| 2013-06-12 | remove bitrotted cant_nest field from RWARC (the #[mutable] tag suffices) | Ben Blum | -3/+1 |
| 2013-06-12 | make util::NonCopyable a unit struct instead of a struct with a unit | Ben Blum | -4/+2 |
| 2013-06-13 | rustc: fix test failures after rebase. | Huon Wilson | -4/+4 |
| 2013-06-12 | Prototyped a dynamic library facility interface | Steven Stewart-Gallus | -0/+207 |
| 2013-06-13 | rustdoc: fix tests for @~str -> @str change. | Huon Wilson | -33/+33 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -1295/+1271 |
| 2013-06-13 | std: make all strings Equiv-alent to each other, generalise Path.push_many to... | Huon Wilson | -9/+21 |
| 2013-06-12 | auto merge of #7091 : msullivan/rust/default-methods, r=graydon | bors | -125/+109 |
| 2013-06-12 | Fix a test-predicated use of the visit.rs api. | Felix S. Klock II | -1/+1 |
| 2013-06-12 | Merge branch 'moz-incoming' into fsk-visitor-refactoring | Felix S. Klock II | -3/+3 |
| 2013-06-12 | Fix a lot of the handling of default methods and type parameters. Closes #409... | Michael Sullivan | -26/+84 |
| 2013-06-12 | Drop some dead method handling code. | Michael Sullivan | -49/+2 |
| 2013-06-12 | Properly translate calls to default methods in a number of cases. Closes #4350. | Michael Sullivan | -50/+23 |
| 2013-06-12 | auto merge of #7073 : influenza/rust/iterator-doc-fixes, r=catamorphism | bors | -3/+3 |
| 2013-06-12 | Fix linebreak and whitespace issues to placate make tidy. | Felix S. Klock II | -4/+5 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -777/+766 |
| 2013-06-12 | libsyntax: Remove duplicate methods. | Luqman Aden | -12/+0 |
| 2013-06-12 | Add tests for duplicate methods on traits/impls. | Luqman Aden | -4/+37 |
| 2013-06-12 | librustc: Don't allow duplicate methods on impls. | Luqman Aden | -1/+15 |
| 2013-06-12 | librustc: Don't allow duplicate methods on a trait. | Luqman Aden | -3/+12 |
| 2013-06-11 | auto merge of #7072 : thestinger/rust/ptr, r=catamorphism | bors | -13/+29 |
| 2013-06-11 | auto merge of #7060 : huonw/rust/more-str, r=thestinger | bors | -790/+819 |
| 2013-06-12 | update jemalloc to 3.4.0 | Daniel Micay | -2785/+2833 |
| 2013-06-11 | auto merge of #7069 : dotdash/rust/cast_combine, r=graydon | bors | -3/+2 |
| 2013-06-12 | std: fix windows | Huon Wilson | -1/+1 |
| 2013-06-12 | std: fix method renaming. | Huon Wilson | -1/+1 |
| 2013-06-11 | auto merge of #7067 : brson/rust/notasktrans, r=graydon | bors | -29/+0 |
| 2013-06-12 | Silence some warnings. | Huon Wilson | -8/+2 |
| 2013-06-12 | std: generalise .trim_chars to use CharEq. | Huon Wilson | -44/+76 |
| 2013-06-12 | std: create Str trait for DRY. Use it on StrVector. | Huon Wilson | -85/+32 |
| 2013-06-12 | std: convert str::escape_* to methods. | Huon Wilson | -47/+36 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -67/+64 |
| 2013-06-12 | std: methodise str::capacity | Huon Wilson | -12/+12 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -103/+75 |
| 2013-06-12 | std: add a test for HashMap::find_equiv. | Huon Wilson | -0/+17 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -221/+258 |
| 2013-06-12 | std: convert str::{*shift,pop}* to methods. | Huon Wilson | -67/+93 |
| 2013-06-12 | std: convert str::repeat to a method. | Huon Wilson | -32/+34 |