summary refs log tree commit diff stats
path: root/tests/misc/tunsignedconv.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #17572 (#17586)Timothee Cour2021-03-311-0/+16
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-2/+1
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-0/+11
* fixes #14616 [backport:1.2] (#15109)Andreas Rumpf2020-07-291-0/+10
* misc testament cleanups (#14764)Timothee Cour2020-06-231-10/+4
* fixes #13698 (#13706)Andreas Rumpf2020-03-201-1/+6
* fixes #13671 [backport] (#13678)Andreas Rumpf2020-03-181-0/+5
* fixes #13661 (#13664) [backport]Andreas Rumpf2020-03-161-0/+12
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* add tests for recently closed issues (#10722)Miran2019-02-231-0/+4
* Fix a few deprecation warningsdef2016-01-251-2/+0
* cleaned up unsigned testsAraq2015-01-271-24/+18
* fixes the integer conversion regressionsAraq2015-01-131-3/+0
* Added safe implicit conversion of uint8 to int16..int64, uint16 to int32..int...Audun Wilhelmsen2015-01-031-0/+52
title='Blame the previous revision' href='/akkartik/mu/blame/cpp/literate/tangle/001trace.cc?h=main&id=6042828bdea2a1ed1da1b0d2013a4479fb3d005a'>^
3fada0da ^


51530916 ^


51530916 ^













30ab0297 ^
51530916 ^
30ab0297 ^
51530916 ^
3fada0da ^
51530916 ^
















51530916 ^

3fada0da ^
51530916 ^






3fada0da ^

51530916 ^
3fada0da ^
51530916 ^















51530916 ^


3fada0da ^


51530916 ^




3fada0da ^
51530916 ^












51530916 ^



51530916 ^



add9d36d ^

51530916 ^







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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145