| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -4/+4 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -19/+8 |
| 2015-04-23 | Add conditional overflow-checking to signed negate operator. | Felix S. Klock II | -3/+18 |
| 2015-04-23 | factor out useful helper. | Felix S. Klock II | -15/+20 |
| 2015-04-16 | Auto merge of #24181 - jgallagher:aarch64-hfa, r=pnkfelix | bors | -0/+84 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -26/+26 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -1/+1 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -12/+12 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -14/+14 |
| 2015-04-14 | rollup merge of #24371: dotdash/24353 | Alex Crichton | -1/+3 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -316/+149 |
| 2015-04-13 | Fix ICE when returning a variable whose declaration is unreachable | Björn Steinbrink | -1/+3 |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in debu... | Michael Woerister | -5/+14 |
| 2015-04-12 | Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix | bors | -662/+851 |
| 2015-04-10 | Implement `discriminant_value` intrinsic | James Miller | -0/+12 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+15 |
| 2015-04-08 | Add Homogenous Aggregates for AArch64 codegen | John Gallagher | -0/+84 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -1/+1 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -1/+0 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -1/+0 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -66/+61 |
| 2015-04-04 | Rebase fallout | Simonas Kazlauskas | -8/+10 |
| 2015-04-03 | Remove two cases of unecesary match branches | Simonas Kazlauskas | -5/+3 |
| 2015-04-03 | Address Alex’s comments | Simonas Kazlauskas | -8/+5 |
| 2015-04-03 | Introduce trans::declare | Simonas Kazlauskas | -284/+430 |
| 2015-04-03 | Move a big attribute fn into trans::attributes | Simonas Kazlauskas | -195/+199 |
| 2015-04-03 | Move get_extern_fn and get_res_dtor out of base | Simonas Kazlauskas | -69/+68 |
| 2015-04-03 | Extract attribute handling code into a module | Simonas Kazlauskas | -130/+170 |
| 2015-04-03 | Abort creating wrapper fn for multiple inner fns | Simonas Kazlauskas | -0/+5 |
| 2015-04-03 | Validate export_name attribute | Simonas Kazlauskas | -7/+5 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -27/+27 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -4/+4 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -4/+4 |
| 2015-04-02 | Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelix | Manish Goregaokar | -1/+44 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -27/+27 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -13/+146 |
| 2015-04-01 | Unify handling of checking repeat-count validity. | Felix S. Klock II | -13/+1 |
| 2015-04-01 | rustc_trans::trans::consts add overflow checking | Felix S. Klock II | -5/+124 |
| 2015-04-01 | rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int. | Felix S. Klock II | -0/+26 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -4/+4 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23704: hirschenberger/simd-intdiv-ice | Alex Crichton | -2/+11 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -0/+4 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+4 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+4 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -2/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |