| Age | Commit message (Expand) | Author | Lines |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -14/+14 |
| 2014-03-13 | auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakis | bors | -0/+58 |
| 2014-03-13 | compile-fail: Beef up borrowck test to include some scenarios where we borrow... | Niko Matsakis | -1/+21 |
| 2014-03-13 | Region + borrow checker support and tests for overloaded autoderef. | Eduard Burtescu | -0/+269 |
| 2014-03-13 | Introduce a common recursion limit for auto-dereference and monomorphization. | Eduard Burtescu | -3/+36 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -1/+1 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -1/+1 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -3/+0 |
| 2014-03-12 | Suggest explicit lifetime parameter on some errors | Kiet Tran | -0/+58 |
| 2014-03-12 | Add proper support for early/late distinction for lifetime bindings. | Felix S. Klock II | -0/+68 |
| 2014-03-11 | auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton | bors | -0/+25 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -0/+25 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -5/+36 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -2/+4 |
| 2014-03-11 | auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brson | bors | -0/+55 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -0/+55 |
| 2014-03-10 | auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichton | bors | -0/+62 |
| 2014-03-10 | Implement hexadecimal floating point literals via a syntax extension | Douglas Young | -0/+62 |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -3/+56 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -100/+0 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -24/+25 |
| 2014-03-06 | rustc: Move mut slice check to `check_static` | Flavio Percoco | -2/+5 |
| 2014-03-06 | Allow mutable slices in statics. | xales | -0/+13 |
| 2014-03-06 | test: Add some tests for closed issues | Alex Crichton | -0/+124 |
| 2014-03-06 | Disallowed patterns in extern fn declarations. | Dmitry Promsky | -0/+24 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -0/+146 |
| 2014-03-05 | Emit the uppercase variable lint for struct fields that have names with upper... | Palmer Cox | -0/+6 |
| 2014-03-04 | Add lint for variable names that contain uppercase characters | Palmer Cox | -0/+34 |
| 2014-03-05 | Allow overloading explicit dereferences. | Eduard Burtescu | -0/+146 |
| 2014-03-04 | rustc: Streamline error messages for i18n, using `plural` whenever possible. | Kang Seonghoon | -2/+2 |
| 2014-03-02 | test: Ignore some phase(syntax) tests | Alex Crichton | -0/+2 |
| 2014-03-01 | librustc: Don't ICE when operator traits are not implemented properly. Fixes ... | Luqman Aden | -0/+33 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+34 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -0/+130 |
| 2014-02-27 | Immutable static items should be `Freeze` Fixes #12432 | Flavio Percoco | -1/+27 |
| 2014-02-27 | Closes #7364 Test case | Flavio Percoco | -0/+19 |
| 2014-02-27 | Closes #9243 Test case | Flavio Percoco | -0/+23 |
| 2014-02-27 | Forbid certain types for static items | Flavio Percoco | -1/+129 |
| 2014-02-27 | Forbid moves out of static items Closes #10577 | Flavio Percoco | -5/+34 |
| 2014-02-27 | Remove unused type_is_pod function | Flavio Percoco | -0/+29 |
| 2014-02-27 | rustc: Explicitly mention type params with missing `'static` bounds | Kang Seonghoon | -0/+30 |
| 2014-02-25 | auto merge of #12493 : eddyb/rust/saner-overloads, r=nikomatsakis | bors | -7/+9 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -256/+72 |
| 2014-02-25 | Use only the appropriate trait when looking up operator overloads. | Eduard Burtescu | -0/+21 |
| 2014-02-25 | typeck: Remove old diagnostic that refers to `do`. | Eduard Burtescu | -19/+0 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -5/+4 |
| 2014-02-24 | test: single-variant enum can't be dereferenced | Flavio Percoco | -0/+18 |
| 2014-02-24 | Match binding is assignment | Edward Wang | -0/+51 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -0/+43 |