| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-10 | Add two lockfiles | bjorn3 | -0/+75 | |
| 2023-10-10 | Update rand dependency for test-float-parse | bjorn3 | -1/+1 | |
| This removes a dependency on fuchsia-cprng which doesn't have any license info. | ||||
| 2023-06-22 | Update runtests.py : grammar correction | Preveen P | -1/+1 | |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -0/+0 | |
| 2023-05-31 | Explicit set `workspace.resolver = "1"` | Weihang Lo | -0/+1 | |
| rust-lang/cargo#10910 starts emitting warning if resolver is not set for 2021 edition package. We want to surpress the warning for now. | ||||
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -47/+43 | |
| Implementation is based off fast-float-rust, with a few notable changes. - Some unsafe methods have been removed. - Safe methods with inherently unsafe functionality have been removed. - All unsafe functionality is documented and provably safe. - Extensive documentation has been added for simpler maintenance. - Inline annotations on internal routines has been removed. - Fixed Python errors in src/etc/test-float-parse/runtests.py. - Updated test-float-parse to be a library, to avoid missing rand dependency. - Added regression tests for #31109 and #31407 in core tests. - Added regression tests for #31109 and #31407 in ui tests. - Use the existing slice primitive to simplify shared dec2flt methods - Remove Miri ignores from dec2flt, due to faster parsing times. - resolves #85198 - resolves #85214 - resolves #85234 - fixes #31407 - fixes #31109 - fixes #53015 - resolves #68396 - closes https://github.com/aldanor/fast-float-rust/issues/15 | ||||
| 2020-07-31 | Run all tests if have no specified tests | Lzu Tao | -3/+5 | |
| 2020-07-29 | Avoid bool-like naming | Lzu Tao | -3/+2 | |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -5/+3 | |
| Other terms are more inclusive and precise. | ||||
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -1/+1 | |
| 2020-04-05 | Stop importing int module in float parse test | Linus Färnstrand | -1/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -5/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -120/+0 | |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -4/+0 | |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 | |
| 2017-12-02 | Use more convenient and UNIX-agnostic shebang | Sébastien Santoro | -1/+1 | |
| When using bash-specific features, scripts using env to call bash are more convenient, as bash be installed in different places according the OS. Same applies for other languages' interpreters. | ||||
| 2017-11-16 | fix some python3 incompatibilities | Collin Anderson | -1/+5 | |
| 2016-09-17 | Remove unused code | Eitan Adler | -2/+0 | |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -5/+6 | |
| 2016-02-04 | Add the kind of input from #31109 to the expensive tests (not run by default) | Robin Kruppe | -16/+43 | |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 | |
| 2015-08-09 | Add optional, external tests for floating point parsing. | Robin Kruppe | -0/+664 | |
| Running these tests takes hours, so they are not run by @bors. | ||||
