index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix error in assertions document (#12925) [backport]
flywind
2019-12-18
1
-1
/
+1
*
Implement NixOS distro check (#12914)
Emery Hemingway
2019-12-18
1
-1
/
+5
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
8
-33
/
+277
*
NaN floatFormat with clang_cl (#12910)
cooldome
2019-12-17
1
-2
/
+2
*
fix json regression D20191212T144944 (#12902) [backport]
Timothee Cour
2019-12-15
1
-0
/
+1
*
remove unused import (#12900)
Krzysztof Majk
2019-12-15
1
-1
/
+1
*
fixes #12874 (#12890)
Andreas Rumpf
2019-12-13
1
-8
/
+42
*
Better clang_cl support (#12896)
cooldome
2019-12-13
1
-5
/
+6
*
introduce capture macro (#12712)
Judd
2019-12-10
1
-0
/
+26
*
Fix AVR target to define ints properly (#12817)
PMunch
2019-12-10
1
-7
/
+67
*
feature dracula themed doc (#12816)
Andreas Rumpf
2019-12-10
1
-2
/
+2
*
add a StringTable.clear that requires no mode specification (#12853)
Andy Davidoff
2019-12-09
1
-1
/
+5
*
added cstrutils (#12858) [backport]
Kevin
2019-12-09
1
-1
/
+1
*
Fixes #12832 (#12842) [backport]
Neelesh Chandola
2019-12-08
1
-1
/
+1
*
Fixes classify function to detect subnormal floating points (#12836)
KeepCoolWithCoolidge
2019-12-08
1
-16
/
+20
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
3
-99
/
+65
*
nimgrep improvements (#12779)
Andrey Makarov
2019-12-05
1
-5
/
+12
*
Fix #12812
Clyybber
2019-12-05
1
-1
/
+1
*
fix db_mysql getRow() when column is null error raised (#12806) [backport]
itsumura-h
2019-12-05
1
-3
/
+4
*
fixes #12798 [backport]
Araq
2019-12-04
1
-0
/
+1
*
osx: support nanosecond resolution for file stat (eg getLastModificationTime)...
Timothee Cour
2019-12-04
2
-2
/
+7
*
Update events.nim (#12803)
Alex Mitchell
2019-12-03
1
-1
/
+1
*
[minor] fix doc for $(Time) (#12795) [backport]
Timothee Cour
2019-12-03
1
-1
/
+1
*
#12103 - CI for FreeBSD (#12179)
Euan
2019-11-29
2
-1
/
+4
*
fix httpclient.lastModified bad pattern in parsing (#12698)
Pierre-Jean Grenier
2019-11-29
1
-1
/
+1
*
Fix sequtils.delete bug with out of bounds indexes (#12506)
Oscar Nihlgård
2019-11-29
1
-1
/
+6
*
make addQuoted work on nimscript (#12717) [backport]
Jasper Jenkins
2019-11-28
1
-5
/
+6
*
ARC: implemented a simple cycle detector
Araq
2019-11-28
1
-0
/
+2
*
Fix for 16 bit platforms (#12760) [backend]
PMunch
2019-11-28
2
-7
/
+9
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
6
-92
/
+92
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
1
-1
/
+1
*
more fixes for --cpu:avr [backport] (#12748)
Andreas Rumpf
2019-11-27
4
-5
/
+8
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
3
-12
/
+34
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
3
-4
/
+5
*
csize_t changes: pinToCpu didn't compile (#12725)
Mamy Ratsimbazafy
2019-11-25
1
-1
/
+1
*
delete list comprehension (#12392)
Arne Döring
2019-11-22
1
-58
/
+0
*
index out of bounds exception when data is empty (#12428)
Jack Tang
2019-11-22
1
-9
/
+11
*
add collect macro (#12708)
b3liever
2019-11-22
1
-0
/
+97
*
fixes #11863 multipart data need $ (#12707)
Andreas Rumpf
2019-11-22
1
-0
/
+13
*
more arc improvements (#12690)
Andreas Rumpf
2019-11-20
1
-2
/
+5
*
Discussion both in (#12678)
c-blake
2019-11-20
1
-31
/
+41
*
Fixes ambiguity errors when evaluating Nimble files. (#12674) [backport]
Dominik Picheta
2019-11-18
1
-6
/
+6
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
1
-1
/
+6
*
Fix htmlgen html lang (#12668) [backport]
Juan Carlos
2019-11-15
1
-1
/
+1
*
fix documentation of `$`*(dt: DateTime) (#12660)
David Krause
2019-11-15
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2019-11-13
1
-2
/
+2
*
gc:arc: support GC_ref/unref for ref T
Araq
2019-11-13
3
-5
/
+16
*
async: cleaner solution that avoids GC_ref on strings which doesn't exist for...
Araq
2019-11-13
1
-6
/
+5
*
remove long-deprecated 'mapIt'
narimiran
2019-11-13
1
-7
/
+0
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
1
-0
/
+1
[next]