summary refs log tree commit diff stats
path: root/lib/std/private/dragonbox.nim
Commit message (Expand)AuthorAgeFilesLines
* Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...konsumlamm2023-08-061-5/+5
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-2/+2
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-011-19/+19
* move formatfloat out of system (#20195)ringabout2022-08-241-0/+1325
t;rumpf_a@web.de> 2014-08-27 23:42:51 +0200 big rename' href='/ahoang/Nim/commit/lib/pure/dynlib.nim?h=devel&id=11b69587554a99deb93ca2447ee3aeeacdb647c5'>11b695875 ^
4d4b3b1c0 ^
12d2a3751 ^
4d4b3b1c0 ^


12d2a3751 ^
81b718641 ^


12d2a3751 ^
4d4b3b1c0 ^

36efc380d ^

12d2a3751 ^
36efc380d ^



12d2a3751 ^
4d4b3b1c0 ^


12d2a3751 ^
4d4b3b1c0 ^


36efc380d ^
4d4b3b1c0 ^











9ce775f46 ^
4d4b3b1c0 ^
33e924a35 ^

4d4b3b1c0 ^
33e924a35 ^
4d4b3b1c0 ^

33e924a35 ^
9ce775f46 ^


33e924a35 ^


4d4b3b1c0 ^













e64742853 ^
4d4b3b1c0 ^

12d2a3751 ^




4d4b3b1c0 ^
12d2a3751 ^
2fc84325c ^
4d4b3b1c0 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100