| Age | Commit message (Expand) | Author | Lines |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -2/+6 |
| 2012-10-02 | Don't warn about non-camel-case types by default | Brian Anderson | -1/+1 |
| 2012-10-01 | In lint, don't complain about infer mode if legacy modes aren't enabled | Tim Chevalier | -9/+12 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -1/+1 |
| 2012-09-28 | rename iter2 to each2, make it follow iterator protocol | Niko Matsakis | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Fix long line | Tim Chevalier | -1/+1 |
| 2012-09-25 | Check more things with deprecated_modes | Brian Anderson | -31/+96 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -18/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+18 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -5/+5 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -3/+3 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -1/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -1/+8 |
| 2012-09-18 | Change 'must' to 'should' in non_camel_case_types message | Brian Anderson | -2/+3 |
| 2012-09-17 | warn(non_camel_case_types) by default | Brian Anderson | -1/+1 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -2/+2 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -4/+4 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+2 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -1/+1 |
| 2012-09-05 | Add a lint pass for structural records | Tim Chevalier | -0/+24 |
| 2012-09-04 | std: Camel case smallintmap | Brian Anderson | -3/+3 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -12/+12 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -13/+13 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+12 |
| 2012-08-28 | Add lint modes for uses of @ and ~ pointers, in general. | Graydon Hoare | -1/+86 |
| 2012-08-27 | rustc: more pattern cleanup | Erick Tryzelaar | -2/+2 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -10/+10 |
| 2012-08-25 | rustc: Implement foreign constants. | Patrick Walton | -0/+1 |
| 2012-08-24 | extend liveness to treat bindings more like other variables | Niko Matsakis | -2/+18 |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -13/+13 |
| 2012-08-22 | Parse and typecheck moving out of enums (#2329) | Ben Blum | -1/+1 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -13/+11 |
| 2012-08-22 | Eliminate many match checks in rustc | Tim Chevalier | -18/+3 |
| 2012-08-15 | lint: Allow leading underscores on camel case types | Brian Anderson | -5/+16 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-08 | lint: Don't warn about non-camel case impl names | Brian Anderson | -1/+1 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-08 | rustc: Do some plumbing work in preparation for common fields in enums | Patrick Walton | -2/+2 |
| 2012-08-08 | lint: Allow trailing underscores in camel case idents | Brian Anderson | -1/+12 |
| 2012-08-07 | add lint mode for deprecated pattern usage | Niko Matsakis | -6/+36 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -18/+18 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -43/+43 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-31 | rustc: Add non_camel_case_types lint check | Brian Anderson | -0/+41 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -10/+10 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -92/+107 |