rust/src/libcoretest
bors 695c907dcc Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix
Issue #31109 uncovered two semi-related problems:

* A panic in `str::parse::<f64>`
* A panic in `rustc::middle::const_eval::lit_to_const` where the result of float parsing was unwrapped.

This series of commits fixes both issues and also drive-by-fixes some things I noticed while tracking down the parsing panic.
2016-02-06 13:16:03 +00:00
..
2016-01-14 23:02:32 -08:00
2015-08-17 19:35:52 -07:00
2015-09-20 11:37:08 +01:00
2015-10-16 21:15:23 +02:00