| Age | Commit message (Expand) | Author | Lines |
| 2012-08-01 | syntax: Allow any block-like expr to be used as alt arm w/o comma separator | Brian Anderson | -0/+7 |
| 2012-07-31 | change how we print and explain region types | Niko Matsakis | -4/+4 |
| 2012-07-31 | rustc: Add non_camel_case_types lint check | Brian Anderson | -0/+37 |
| 2012-07-31 | rustc: Implement unary move. Closes #917. | Patrick Walton | -0/+8 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -1/+1 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -36/+41 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -56/+57 |
| 2012-07-30 | rustc: "iface" -> "trait" in comments, error messages, and identifiers. | Lindsey Kuper | -6/+6 |
| 2012-07-30 | syntax: Fix semicolon printing. Closes #3036 | Brian Anderson | -0/+6 |
| 2012-07-30 | Fix #2979: inference for lifetimes of & expressions | Niko Matsakis | -75/+83 |
| 2012-07-29 | Rewrite bitv to use classes and optimize its representation | Tim Chevalier | -2/+2 |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -57/+23 |
| 2012-07-27 | Forbid duplicate fields in record types and exprs | Tim Chevalier | -0/+6 |
| 2012-07-27 | Correctly forbid upvars in nested impls, traits and classes | Tim Chevalier | -0/+82 |
| 2012-07-27 | change region inference to not consider & that appears in a fn | Niko Matsakis | -0/+9 |
| 2012-07-27 | In resolve, check for duplicate pattern-bound vars | Tim Chevalier | -0/+25 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -4/+4 |
| 2012-07-25 | Reject non-UTF-8 files when reading as str. Close #2918. | Graydon Hoare | -0/+5 |
| 2012-07-25 | avoid capture of bound regions when infering types for closure | Niko Matsakis | -21/+90 |
| 2012-07-25 | correct treatment of mutability for deref'd components | Niko Matsakis | -0/+9 |
| 2012-07-19 | Fix intersection of two region params in infer, cc #2962 | Niko Matsakis | -0/+14 |
| 2012-07-19 | test: XFAIL some more in an effort to unbreak the tree | Patrick Walton | -3/+2 |
| 2012-07-18 | test: Change the expected error message on iface-test.rs to contain "trait" i... | Patrick Walton | -1/+1 |
| 2012-07-18 | In resolve3, error on non-existent imports | Tim Chevalier | -0/+10 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -5/+71 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -25/+83 |
| 2012-07-16 | introduce an owned kind for data that contains no borrowed ptrs | Niko Matsakis | -4/+23 |
| 2012-07-14 | infer the scope of borrows | Niko Matsakis | -15/+25 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -414/+7 |
| 2012-07-14 | Treat bare vector and string literals as fixed length vecs. Closes #2922. | Michael Sullivan | -15/+15 |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -10/+10 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -6/+6 |
| 2012-07-13 | Change the pretty printer to print vstores for strs in prefix notation. | Michael Sullivan | -6/+6 |
| 2012-07-13 | More consistent use of backticks and "expected" in error messages. | Lindsey Kuper | -20/+20 |
| 2012-07-13 | repair error msg | Niko Matsakis | -1/+1 |
| 2012-07-13 | change region syntax to &r/T in place of &r.T | Niko Matsakis | -65/+65 |
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -2/+2 |
| 2012-07-12 | Merge branch 'rt-changes' into incoming | Michael Sullivan | -7/+7 |
| 2012-07-12 | Make str be treated as str/~. | Michael Sullivan | -6/+6 |
| 2012-07-11 | infer when types are region parameterized rather than requiring /& | Niko Matsakis | -65/+70 |
| 2012-07-11 | Change the interface of placement new to take a tydesc as part of Issue #2831. | Michael Sullivan | -1/+1 |
| 2012-07-10 | In resolve, check that an or-pattern has the same number of bindings in each ... | Tim Chevalier | -0/+22 |
| 2012-07-10 | Disallow implicitly binding methods in typechecker. Closes #2189. | Michael Sullivan | -1/+4 |
| 2012-07-10 | Pretty print vectors as ~[] instead of []/~. Closes #2863. | Michael Sullivan | -2/+2 |
| 2012-07-09 | Add test case for issue 2766, which resolve 3 fixes | Tim Chevalier | -0/+21 |
| 2012-07-09 | test: Remove failing parts of the failing test (requires intertwining of reso... | Patrick Walton | -4/+0 |
| 2012-07-09 | change borrowck error msg: 'declared in outer block' -> 'captured in a closur... | Ben Blum | -8/+8 |
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -188/+24 |
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -24/+188 |
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -188/+24 |