| Age | Commit message (Expand) | Author | Lines |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -195/+204 |
| 2015-03-04 | Extend the "treat-err-as-bug" option to cover calls to fatal. | Niko Matsakis | -0/+9 |
| 2015-03-04 | Extract out the `filter_to_traits` functionality | Niko Matsakis | -9/+22 |
| 2015-03-04 | Simplify impl of Elaborator now that we don't need stack traces anymore. | Niko Matsakis | -44/+12 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -10/+245 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+3 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -125/+279 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -23/+23 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-03 | Incorporated second review suggestion from eddyb. | Felix S. Klock II | -67/+71 |
| 2015-03-03 | Incorporated first review sugestion from eddyb. | Felix S. Klock II | -100/+34 |
| 2015-03-03 | Switch to `eval_const_expr_partial` when `check_match.rs` checks for `NaN`. | Felix S. Klock II | -14/+21 |
| 2015-03-03 | Address arith-overflow and error-handling in `const_eval.rs`. | Felix S. Klock II | -60/+216 |
| 2015-03-03 | Catch arith-overflow explicitly during `rustc::middle::const_eval`. | Felix S. Klock II | -6/+34 |
| 2015-03-03 | Implement parse_opt_bool better | James Miller | -2/+15 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -10/+21 |
| 2015-03-03 | rustc: implement arithmetic overflow checking | Corey Richardson | -1/+2 |
| 2015-03-03 | Auto merge of #22971 - lifthrasiir:metadata-reform, r=huonw | bors | -426/+320 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -1/+1 |
| 2015-03-03 | metadata: Flatten `tag_table_id` and `tag_table_val` tags. | Kang Seonghoon | -65/+35 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -70/+76 |
| 2015-03-03 | metadata: New tag encoding scheme. | Kang Seonghoon | -141/+140 |
| 2015-03-03 | metadata: Avoid the use of raw `wr_str` or `write_all`. | Kang Seonghoon | -151/+70 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -7/+7 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -3/+3 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -23/+23 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -37/+28 |
| 2015-03-02 | Rollup merge of #22821 - ipetkov:lint-method-rename, r=eddyb | Manish Goregaokar | -2/+2 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -20/+20 |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -7/+12 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -20/+20 |
| 2015-02-28 | Rename LintPass::check_trait_method to check_trait_item | Ivan Petkov | -2/+2 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-02-28 | Auto merge of #22851 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -63/+65 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -1/+1 |
| 2015-02-28 | Update docs for rustc_lint crateification. | Huon Wilson | -15/+4 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2144/+5 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -7/+12 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -2/+1 |
| 2015-02-27 | Rollup merge of #22795 - alexcrichton:issue-22617, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-27 | Normalize types before collecting obligations | Flavio Percoco | -63/+65 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+129 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+1 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -396/+338 |
| 2015-02-24 | std: Require `&mut self` for Iterator::all | Alex Crichton | -1/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -8/+10 |
| 2015-02-25 | Rollup merge of #22785 - nikomatsakis:issue-21750-normalization-with-regions,... | Manish Goregaokar | -51/+71 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -361/+292 |