| Age | Commit message (Expand) | Author | Lines |
| 2014-06-13 | librustc: Forbid enum-to-float casts. | Patrick Walton | -2/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -240/+162 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -10/+23 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -7/+3 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -4/+5 |
| 2014-06-12 | Disable generating split-stack code | Valerii Hiora | -14/+29 |
| 2014-06-12 | debuginfo: Fix issue with unique type IDs not being passed to LLVM for LLVM 3.4 | Michael Woerister | -4/+16 |
| 2014-06-12 | debuginfo: Generate cross-crate unique type identifiers for debuginfo types. | Michael Woerister | -139/+656 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -10/+23 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -1/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -301/+314 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -35/+13 |
| 2014-06-10 | auto merge of #14786 : pcwalton/rust/enum-to-float-casts, r=alexcrichton | bors | -1/+1 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -4/+4 |
| 2014-06-10 | auto merge of #14752 : jakub-/rust/issue-11940, r=alexcrichton | bors | -14/+12 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -7/+5 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -4/+4 |
| 2014-06-09 | librustc: Use *signed* extension when converting enums to floats. | Patrick Walton | -1/+1 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -1/+86 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+0 |
| 2014-06-08 | Remove a redundant bitcast from fail!() handling | Jakub Wieczorek | -6/+1 |
| 2014-06-08 | Fix an LLVM assertion when matching against static strings | Jakub Wieczorek | -8/+11 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -7/+5 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -0/+11 |
| 2014-06-06 | rustc: Avoid UB with signed division/remainder | Alex Crichton | -24/+67 |
| 2014-06-06 | Stop passing around Option<&substs> in trans and just pass &substs, making th... | Niko Matsakis | -134/+85 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -66/+72 |
| 2014-06-06 | Simplify MonoId not to include parameters which, given coherence, are purely ... | Niko Matsakis | -32/+5 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -34/+43 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -1/+1 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -6/+6 |
| 2014-06-05 | auto merge of #14643 : jakub-/rust/infinite-loop-unreachable, r=alexcrichton | bors | -1/+5 |
| 2014-06-04 | Fix an ICE when a function argument is of the bottom type | Jakub Wieczorek | -1/+1 |
| 2014-06-04 | Mark the exit of infinite loops as unreachable | Jakub Wieczorek | -0/+4 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -13/+13 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -67/+71 |
| 2014-05-29 | auto merge of #14486 : michaelwoerister/rust/unified_enum_rep, r=luqmana | bors | -205/+325 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -4/+4 |
| 2014-05-29 | debuginfo: Make DWARF representation of enums uniform. | Michael Woerister | -124/+198 |
| 2014-05-29 | debuginfo: Add documentation comments to debuginfo.rs | Michael Woerister | -88/+134 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -36/+32 |
| 2014-05-28 | auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson | bors | -27/+29 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -0/+8 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -36/+32 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -43/+43 |