| Age | Commit message (Expand) | Author | Lines |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -0/+2 |
| 2014-05-05 | auto merge of #13940 : edwardw/rust/refutable-match, r=pcwalton | bors | -105/+89 |
| 2014-05-05 | auto merge of #13271 : stepancheg/rust/align, r=pcwalton | bors | -12/+38 |
| 2014-05-05 | auto merge of #13935 : thestinger/rust/noalias, r=pcwalton | bors | -11/+11 |
| 2014-05-05 | Adjust codegen logic for range and guarded arms | Edward Wang | -39/+81 |
| 2014-05-05 | Reverse #13034 | Edward Wang | -66/+8 |
| 2014-05-04 | auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger | bors | -2/+5 |
| 2014-05-04 | add back `noalias` to `&mut T` pointer parameters | Daniel Micay | -11/+11 |
| 2014-05-04 | auto merge of #13915 : nick29581/rust/rslt, r=luqmana | bors | -27/+29 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -5/+5 |
| 2014-05-03 | auto merge of #13899 : bjz/rust/simd, r=pcwalton | bors | -14/+51 |
| 2014-05-03 | Refactor `rslt` to `Result::new` | Nick Cameron | -27/+29 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -5/+5 |
| 2014-05-02 | auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichton | bors | -0/+2 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -2/+5 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -0/+2 |
| 2014-05-02 | Implement comparison operators for int and uint SIMD vectors | Brendan Zabarauskas | -14/+51 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+2 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -2/+2 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -72/+37 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -2/+2 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -50/+26 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -174/+135 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -71/+35 |
| 2014-04-24 | use option_env! instead of env! | Niko Matsakis | -1/+2 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -84/+4 |
| 2014-04-23 | rustc: fix de-@rooting fallout | Flavio Percoco | -4/+4 |
| 2014-04-23 | rustc: Remove root_map usage from _match | Flavio Percoco | -13/+0 |
| 2014-04-23 | Remove special rooting code from trans | Flavio Percoco | -67/+0 |
| 2014-04-23 | auto merge of #13693 : thestinger/rust/mem, r=alexcrichton | bors | -11/+13 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -2/+9 |
| 2014-04-22 | add volatile copy/copy_nonoverlapping/set | Daniel Micay | -11/+13 |
| 2014-04-22 | rustc: de-@ trans::tydesc_info. | Eduard Burtescu | -26/+18 |
| 2014-04-22 | rustc: de-@ stats. | Eduard Burtescu | -18/+18 |
| 2014-04-22 | rustc: de-@ adt::Repr. | Eduard Burtescu | -59/+61 |
| 2014-04-22 | rustc: de-@ debuginfo. | Eduard Burtescu | -14/+14 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -22/+26 |
| 2014-04-22 | rustc: remove ty::Impl. | Eduard Burtescu | -10/+10 |
| 2014-04-22 | rustc: de-@ param_substs. | Eduard Burtescu | -65/+61 |
| 2014-04-22 | rustc: de-@ mono_id. | Eduard Burtescu | -34/+37 |
| 2014-04-22 | rustc: slightly optimize make_mono_id to not clone lots of vectors. | Eduard Burtescu | -65/+61 |
| 2014-04-22 | rustc: remove obsolete monomorphization modes. | Eduard Burtescu | -60/+37 |
| 2014-04-22 | rustc: de-@ trans::_match. | Eduard Burtescu | -110/+91 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -29/+25 |
| 2014-04-22 | rustc: de-@ ty::AutoAdjustment. | Eduard Burtescu | -2/+2 |
| 2014-04-22 | rustc: de-@ method and vtable maps. | Eduard Burtescu | -104/+115 |
| 2014-04-22 | rustc: move the method and vtable maps into ty::ctxt. | Eduard Burtescu | -25/+19 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -5/+5 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -119/+216 |
| 2014-04-19 | rustc: Ensure closures are "split-stack" | Alex Crichton | -2/+9 |