about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-03Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichtonManish Goregaokar-2/+13
2015-03-03Rollup merge of #22969 - dotdash:no_alloca_zeroed, r=huonwManish Goregaokar-27/+5
2015-03-03Rollup merge of #22960 - huonw:static-assert, r=huonwManish Goregaokar-13/+36
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-25/+34
2015-03-03Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichtonManish Goregaokar-12/+9
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-5/+5
2015-03-03Incorporated second review suggestion from eddyb.Felix S. Klock II-67/+71
2015-03-03Incorporated first review sugestion from eddyb.Felix S. Klock II-100/+34
2015-03-03Fix span typo in the arithmetic overflow for array length reporting.Felix S. Klock II-1/+44
2015-03-03Update tests for const-eval error handling changes.Felix S. Klock II-3/+9
2015-03-03Switch to eval_const_expr_partial in `trans::consts`.Felix S. Klock II-6/+6
2015-03-03Switch to `eval_const_expr_partial` when `check_match.rs` checks for `NaN`.Felix S. Klock II-14/+21
2015-03-03Address arith-overflow and error-handling in `const_eval.rs`.Felix S. Klock II-69/+234
2015-03-03Avoid fatal errors in astconv; just err and return `ty_err` instead.Felix S. Klock II-6/+8
2015-03-03Catch arith-overflow explicitly during `rustc::middle::const_eval`.Felix S. Klock II-6/+34
2015-03-03Accommodate 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-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-38/+41
2015-03-03Accommodate arith-overflow in serialize::json numeric parsing.Felix S. Klock II-2/+2
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-22/+39
2015-03-03Fix the overflowing tests in run-fail.Felix S. Klock II-6/+15
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-56/+83
2015-03-03fix test generic-extern-mangle.rsNiko Matsakis-1/+1
2015-03-03fix Iter::rposition for new arith-overflow checking.Felix S. Klock II-2/+3
2015-03-03Added `OverflowingOps` trait to core::num::wrapping.Felix S. Klock II-0/+148
2015-03-03Implement parse_opt_bool betterJames Miller-2/+15
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-95/+286
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-7/+203
2015-03-03Make `test/run-pass/backtrace.rs` more robust about own host environment.Felix S. Klock II-1/+3
2015-03-03Avoid ICE when `FnCtxt::local_ty` cannot find type; issue error then, return ...Felix S. Klock II-3/+3
2015-03-03Auto merge of #22971 - lifthrasiir:metadata-reform, r=huonwbors-624/+758
2015-03-03fix falloutJorge Aparicio-3/+3
2015-03-03privacy: walk associated types in trait implsJorge Aparicio-1/+53
2015-03-03metadata: Reordered integral tags in the ascending order.Kang Seonghoon-51/+55
2015-03-03str: fix comments for FromStr for boolLai Jiangshan-2/+13
2015-03-02Slice::swap should be inlineableDavid Creswick-0/+1
2015-03-03metadata: Bump the metadata encoding version.Kang Seonghoon-6/+102
2015-03-03metadata: Compact integer encoding.Kang Seonghoon-93/+114
2015-03-03metadata: Flatten `tag_table_id` and `tag_table_val` tags.Kang Seonghoon-65/+35
2015-03-03metadata: Space-optimize empty vectors and maps.Kang Seonghoon-0/+17
2015-03-03metadata: Implement relaxation of short RBML lengths.Kang Seonghoon-102/+138
2015-03-03metadata: Introduce `EsSub8` and `EsSub32` tags.Kang Seonghoon-35/+77
2015-03-03metadata: Bye bye `EsLabel`. No regrets.Kang Seonghoon-47/+4
2015-03-03metadata: Eliminate the `EsEnumBody` tag.Kang Seonghoon-35/+12
2015-03-03metadata: Introduce implicit lengths for auto-serialization.Kang Seonghoon-52/+121
2015-03-03metadata: New tag encoding scheme.Kang Seonghoon-149/+175
2015-03-03metadata: Avoid the use of raw `wr_str` or `write_all`.Kang Seonghoon-151/+70
2015-03-03Auto merge of #22600 - brson:num, r=Gankrobors-155/+215
2015-03-03Feature gate `#[static_assert]`.Huon Wilson-13/+36
2015-03-02core: Audit num module for int/uintBrian Anderson-155/+215