| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove outdated reference to `~` and `@` | Tom Jakubowski | -3/+6 |
| 2014-06-19 | auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis | bors | -1/+6 |
| 2014-06-18 | Ensure dataflow of a proc never looks at blocks from closed-over context. | Felix S. Klock II | -1/+4 |
| 2014-06-17 | librustc: Don't overwrite vtables when coercing to trait object. | Luqman Aden | -1/+6 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -8/+0 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -12/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+12 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -32/+34 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -16/+17 |
| 2014-06-06 | Fix mem_categorization to treat an AutoObject adjustment as an rvalue. | Cameron Zwarich | -5/+3 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -1/+1 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -15/+11 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -0/+4 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -15/+11 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -14/+14 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -7/+7 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -34/+33 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+10 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -6/+14 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -4/+2 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -3/+2 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -6/+14 |
| 2014-04-22 | rustc: de-@ mem_categorization. | Eduard Burtescu | -78/+80 |
| 2014-04-22 | rustc: make MemCategorizationContext immutable. | Eduard Burtescu | -31/+27 |
| 2014-04-22 | rustc: de-@ ty::AutoAdjustment. | Eduard Burtescu | -4/+7 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -14/+14 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -12/+12 |
| 2014-04-11 | rustc: remove the last mentions of @fn. | Eduard Burtescu | -2/+2 |
| 2014-04-11 | rustc: remove proc -> once || coercions. | Eduard Burtescu | -13/+2 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -8/+6 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -9/+8 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -7/+7 |
| 2014-04-02 | middle: mem_categorization: remove dead code | Corey Richardson | -64/+1 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -8/+8 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -5/+5 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -6/+3 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -6/+17 |
| 2014-03-20 | Forbid borrow of static items with unsafe interior | Flavio Percoco | -6/+17 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-19 | rustc: put ty_closure behind some indirection. | Huon Wilson | -2/+2 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -2/+2 |