aboutsummaryrefslogtreecommitdiff
path: root/std/fmt/errol/index.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-11-16Fixed typosVallentin
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-16convert more std lib files to postfix pointer derefAndrew Kelley
2018-04-23Fix release float printing errorsMarc Tiehuis
2018-04-23Improve fmt float-printingMarc Tiehuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-10-24More corrections to float printingscurest
2017-10-23Print better floatsscurest
2017-08-19fix floating point printingAndrew Kelley
2017-08-07fix printing floating point compile errorsAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley