index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
strconv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't factor trailing zeroes into mantissa division
Feoramund
2024-06-30
1
-3
/
+19
*
Add `@(rodata)` and `@(static, rodata)` where appropriate
gingerBill
2024-06-06
2
-2
/
+2
*
Merge pull request #3675 from Feoramund/fix-partial-infinity
gingerBill
2024-06-05
1
-6
/
+9
|
\
|
*
Permit parsing of incomplete `infinity` but do not return true
Feoramund
2024-06-04
1
-2
/
+8
|
*
Fix partial parsing of "infinity" in `parse_f64_prefix`
Feoramund
2024-06-04
1
-6
/
+3
*
|
Merge pull request #3678 from Feoramund/fix-p-f64-p-doc
Jeroen van Rijn
2024-06-05
1
-1
/
+5
|
\
\
|
*
|
Strike incorrect note from `parse_f64_prefix` doc
Feoramund
2024-06-04
1
-1
/
+5
|
|
/
*
/
Add `parse_complex/quaternion*` to `core:strconv`
Feoramund
2024-06-04
1
-0
/
+269
|
/
*
Fix and re-enable .doc tests.
Jeroen van Rijn
2024-05-11
1
-9
/
+9
*
Fix `%e` printing incorrect precision
Feoramund
2024-05-09
1
-2
/
+1
*
Add append_u128
gingerBill
2024-04-10
1
-0
/
+7
*
correct newly found vets
Laytan Laats
2024-04-03
1
-1
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Fix generic_float.odin
Jeroen van Rijn
2023-12-21
1
-2
/
+0
*
Fix `%g` in `fmt`, and make `%v` default to `%g` for floats
gingerBill
2023-12-21
1
-2
/
+7
*
doc tests verified
Jon Lipstate
2023-04-06
2
-27
/
+28
*
add decimal subpackage ref
Jon Lipstate
2023-04-06
1
-4
/
+4
*
resolve doc-test issues
Jon Lipstate
2023-04-06
2
-5
/
+53
*
parens
Jon Lipstate
2023-04-06
1
-25
/
+25
*
parens
Jon Lipstate
2023-04-06
1
-25
/
+25
*
strconv docs
Jon Lipstate
2023-04-05
1
-288
/
+371
*
initial
Jon Lipstate
2023-03-28
4
-14
/
+510
*
doc decimal
Jon Lipstate
2023-03-28
1
-4
/
+119
*
Add `contextless` to internal `parse_hex` call
gingerBill
2023-03-16
1
-1
/
+1
*
Remove debug code
gingerBill
2023-03-06
1
-2
/
+0
*
Fix bug with nil pointer
gingerBill
2023-03-06
1
-3
/
+4
*
Fix typo in `parse_components`
gingerBill
2023-03-06
1
-2
/
+4
*
Fix parsing C-like hex floats
gingerBill
2023-03-06
1
-11
/
+39
*
Fix decimal_to_float_bits for floats >= 1
Hyp-X
2023-01-28
1
-1
/
+1
*
Use a LUT for `shift_left`
gingerBill
2023-01-23
1
-21
/
+121
*
Fix typo in `decimal_to_float_bits`
gingerBill
2023-01-23
2
-6
/
+5
*
Remove unused formatting flag
MarenFayre
2023-01-08
1
-1
/
+0
*
Fix left padding format specifier and float formatting
MarenFayre
2023-01-08
1
-4
/
+0
*
`strconv.parse_f64` - accurately parse floats
gingerBill
2022-11-21
3
-98
/
+421
*
Fix #2122
Jeroen van Rijn
2022-10-09
1
-1
/
+8
*
[strconv] Add parsing of Inf & NaN
Jeroen van Rijn
2022-09-28
1
-1
/
+33
*
Add optional `n` parameter to `strconv.parse_*` procedures to state how many ...
gingerBill
2022-08-26
1
-18
/
+31
*
Minor fix to strconv.unquote_string
gingerBill
2022-03-03
1
-0
/
+1
*
Make `strconv` more robust
gingerBill
2021-12-09
1
-1
/
+3
*
Add `i128` and `u128` parsers to `strconv`
gingerBill
2021-09-25
1
-0
/
+223
*
Correct `context.allocator` usage
gingerBill
2021-09-19
1
-2
/
+3
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
2
-8
/
+8
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
4
-577
/
+577
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-7
/
+7
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-0
/
+3
*
Minimize unneeded casts
gingerBill
2021-03-03
2
-4
/
+4
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-4
/
+4
*
Improve fmt's `%#v` behaviour for nested records
gingerBill
2021-02-04
1
-1
/
+1
*
Improve number parsing procedures
Tetralux
2020-12-06
1
-14
/
+47
*
Remove usage of `do` in core library
gingerBill
2020-09-23
3
-19
/
+56
[next]