| Age | Commit message (Expand) | Author | Lines |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -7/+0 |
| 2014-06-24 | Avoid unnecessary temporary on assignments | Björn Steinbrink | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+5 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -7/+0 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -4/+4 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -2/+2 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -41/+42 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -40/+42 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -7/+10 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -7/+10 |
| 2014-06-21 | Compile bools to i1 | Björn Steinbrink | -69/+44 |
| 2014-06-21 | Update LLVM | Björn Steinbrink | -2/+6 |
| 2014-06-21 | Add missing attributes to indirect calls for foreign functions | Björn Steinbrink | -5/+28 |
| 2014-06-21 | Correctly set return type attributes on foreign function declarations | Björn Steinbrink | -19/+11 |
| 2014-06-20 | Add support for fixed size vectors in let/arg patterns | Jakub Wieczorek | -7/+18 |
| 2014-06-19 | auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis | bors | -22/+22 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -1/+1 |
| 2014-06-18 | Fix #14865 | Edward Wang | -42/+12 |
| 2014-06-18 | librustc: Use expr_ty_adjusted in trans_overloaded_call. | Luqman Aden | -1/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+0 |
| 2014-06-18 | auto merge of #14994 : nick29581/rust/comments, r=bstrie | bors | -285/+400 |
| 2014-06-17 | librustc: Don't overwrite vtables when coercing to trait object. | Luqman Aden | -22/+22 |
| 2014-06-18 | Wrap debuginfo.rs at 80 columns. | Nick Cameron | -285/+400 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -3/+15 |
| 2014-06-18 | auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis | bors | -76/+94 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -76/+94 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -3/+14 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+1 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -16/+13 |
| 2014-06-16 | debuginfo: Correctly handle indirectly recursive types. | Michael Woerister | -126/+205 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+2 |
| 2014-06-16 | auto merge of #14882 : pcwalton/rust/drop-underscore, r=nikomatsakis | bors | -15/+1 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -10/+0 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -25/+37 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-14 | auto merge of #14874 : pcwalton/rust/enum-to-float-casts-part-deux, r=alexcri... | bors | -2/+1 |
| 2014-06-13 | librustc: Remove useless code to handle `let _ = ...` | Patrick Walton | -15/+1 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -1/+45 |
| 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 |