| Age | Commit message (Expand) | Author | Lines |
| 2015-03-03 | Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichton | Manish Goregaokar | -2/+13 |
| 2015-03-03 | Rollup merge of #22969 - dotdash:no_alloca_zeroed, r=huonw | Manish Goregaokar | -27/+5 |
| 2015-03-03 | Rollup merge of #22960 - huonw:static-assert, r=huonw | Manish Goregaokar | -13/+36 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -25/+34 |
| 2015-03-03 | Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton | Manish Goregaokar | -12/+9 |
| 2015-03-03 | Fix backtrace tests for Linux | Manish Goregaokar | -5/+5 |
| 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 | Fix span typo in the arithmetic overflow for array length reporting. | Felix S. Klock II | -1/+44 |
| 2015-03-03 | Update tests for const-eval error handling changes. | Felix S. Klock II | -3/+9 |
| 2015-03-03 | Switch to eval_const_expr_partial in `trans::consts`. | Felix S. Klock II | -6/+6 |
| 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 | -69/+234 |
| 2015-03-03 | Avoid fatal errors in astconv; just err and return `ty_err` instead. | Felix S. Klock II | -6/+8 |
| 2015-03-03 | Catch arith-overflow explicitly during `rustc::middle::const_eval`. | Felix S. Klock II | -6/+34 |
| 2015-03-03 | Accommodate simple cases of arith-overflow in `rustc` related crates. | Felix S. Klock II | -5/+7 |
| 2015-03-03 | `core::iter`: fix bug uncovered by arith-overflow. | Felix S. Klock II | -1/+5 |
| 2015-03-03 | Accommodate arith-overflow in `rand` and `std::rand`. | Felix S. Klock II | -38/+41 |
| 2015-03-03 | Accommodate arith-overflow in serialize::json numeric parsing. | Felix S. Klock II | -2/+2 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -22/+39 |
| 2015-03-03 | Fix the overflowing tests in run-fail. | Felix S. Klock II | -6/+15 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -56/+83 |
| 2015-03-03 | fix test generic-extern-mangle.rs | Niko Matsakis | -1/+1 |
| 2015-03-03 | fix Iter::rposition for new arith-overflow checking. | Felix S. Klock II | -2/+3 |
| 2015-03-03 | Added `OverflowingOps` trait to core::num::wrapping. | Felix S. Klock II | -0/+148 |
| 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 | -95/+286 |
| 2015-03-03 | rustc: implement arithmetic overflow checking | Corey Richardson | -7/+203 |
| 2015-03-03 | Make `test/run-pass/backtrace.rs` more robust about own host environment. | Felix S. Klock II | -1/+3 |
| 2015-03-03 | Avoid ICE when `FnCtxt::local_ty` cannot find type; issue error then, return ... | Felix S. Klock II | -3/+3 |
| 2015-03-03 | Auto merge of #22971 - lifthrasiir:metadata-reform, r=huonw | bors | -624/+758 |
| 2015-03-03 | fix fallout | Jorge Aparicio | -3/+3 |
| 2015-03-03 | privacy: walk associated types in trait impls | Jorge Aparicio | -1/+53 |
| 2015-03-03 | metadata: Reordered integral tags in the ascending order. | Kang Seonghoon | -51/+55 |
| 2015-03-03 | str: fix comments for FromStr for bool | Lai Jiangshan | -2/+13 |
| 2015-03-02 | Slice::swap should be inlineable | David Creswick | -0/+1 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -6/+102 |
| 2015-03-03 | metadata: Compact integer encoding. | Kang Seonghoon | -93/+114 |
| 2015-03-03 | metadata: Flatten `tag_table_id` and `tag_table_val` tags. | Kang Seonghoon | -65/+35 |
| 2015-03-03 | metadata: Space-optimize empty vectors and maps. | Kang Seonghoon | -0/+17 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -102/+138 |
| 2015-03-03 | metadata: Introduce `EsSub8` and `EsSub32` tags. | Kang Seonghoon | -35/+77 |
| 2015-03-03 | metadata: Bye bye `EsLabel`. No regrets. | Kang Seonghoon | -47/+4 |
| 2015-03-03 | metadata: Eliminate the `EsEnumBody` tag. | Kang Seonghoon | -35/+12 |
| 2015-03-03 | metadata: Introduce implicit lengths for auto-serialization. | Kang Seonghoon | -52/+121 |
| 2015-03-03 | metadata: New tag encoding scheme. | Kang Seonghoon | -149/+175 |
| 2015-03-03 | metadata: Avoid the use of raw `wr_str` or `write_all`. | Kang Seonghoon | -151/+70 |
| 2015-03-03 | Auto merge of #22600 - brson:num, r=Gankro | bors | -155/+215 |
| 2015-03-03 | Feature gate `#[static_assert]`. | Huon Wilson | -13/+36 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -155/+215 |