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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix repr(char) example assert (#14437)
hlaaftana
2020-05-23
1
-1
/
+1
*
make malloc.nim consistent in style (#14427)
Andreas Rumpf
2020-05-22
1
-9
/
+9
*
ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)
Andreas Rumpf
2020-05-21
1
-2
/
+1
*
Small improvements for string and char repr with gc:arc (#14400)
Clyybber
2020-05-20
1
-6
/
+8
*
specialize genericReset (#14398)
Andreas Rumpf
2020-05-19
1
-1
/
+1
*
trunner was not actually being tested in non-CTFFI mode; minor testament clea...
Timothee Cour
2020-05-19
1
-1
/
+1
*
add OpenBSD MAP_STACK for coroutines (#14353)
John
2020-05-16
1
-4
/
+10
*
fixes #14370 (#14371)
Andreas Rumpf
2020-05-16
2
-2
/
+2
*
fixes #13862
Araq
2020-05-13
1
-1
/
+1
*
fixes #13935
Andreas Rumpf
2020-05-13
1
-0
/
+3
*
cycle collector: make it threadsafe
Araq
2020-05-12
1
-5
/
+5
*
fixes #13881
Andreas Rumpf
2020-05-12
5
-18
/
+34
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
1
-1
/
+6
*
Fix for --styleCheck:error
Antonis
2020-05-11
1
-4
/
+4
*
Fix #14270 and add testcases (#14276)
Clyybber
2020-05-08
1
-2
/
+6
*
fix js stacktraces, unify all file,line,col formatting into a single function...
Timothee Cour
2020-05-05
3
-11
/
+10
*
fixes #14209 [backport:1.2] (#14213)
Andreas Rumpf
2020-05-05
1
-1
/
+1
*
Fix #14151 (#14205) [backport]
slangmgh
2020-05-03
1
-8
/
+2
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
3
-19
/
+2
*
Document that proc named fooTask is created for every foo task [backport] (#1...
Kaushal Modi
2020-05-02
1
-0
/
+15
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
2
-5
/
+5
*
fixes #13698 [backport:1.2] (#14175)
Andreas Rumpf
2020-04-30
1
-2
/
+2
*
fixes the regression #12860 caused; hotfix
Araq
2020-04-30
1
-0
/
+3
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
1
-34
/
+12
*
many bugfixes for js (#14158)
hlaaftana
2020-04-29
2
-23
/
+16
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
14
-78
/
+101
*
StringStream & more stdlib modules support for JS/NimScript (#14095)
hlaaftana
2020-04-28
1
-1
/
+1
*
Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)
Neelesh Chandola
2020-04-27
1
-8
/
+0
*
`$` now works for unsigned intergers with `nim js` (#14122)
Timothee Cour
2020-04-27
1
-0
/
+17
*
`$(a: float)` now works consistently in nim js, avoiding printing floats as i...
Timothee Cour
2020-04-27
1
-0
/
+15
*
new implementations for --gc:orc (#14121)
Andreas Rumpf
2020-04-27
6
-19
/
+418
*
since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)
Timothee Cour
2020-04-26
1
-2
/
+14
*
changed type() to typeof() in docs and error messages (#14084)
hlaaftana
2020-04-24
1
-3
/
+3
*
cycle collector (#14071)
Andreas Rumpf
2020-04-22
3
-106
/
+74
*
Treat zig like clang/gcc wrt integer arithmetic. (#13957)
Hessam Mehr
2020-04-22
1
-1
/
+1
*
fixes #14038
Andreas Rumpf
2020-04-20
1
-1
/
+1
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-5
/
+85
*
refactor system.$ for objects a little; refs #13398
Araq
2020-04-20
1
-9
/
+3
*
fixes #14001 (#14004)
Andreas Rumpf
2020-04-19
1
-5
/
+5
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
17
-84
/
+93
*
Fix unused warning for `$` for empty tuple/objects (#13991)
hlaaftana
2020-04-18
1
-1
/
+2
*
added extended msg for failed library loads w/ incorrect DLL formats (#13950)
awr1
2020-04-16
2
-12
/
+30
*
Fix #13872 (#13898)
Clyybber
2020-04-06
1
-0
/
+5
*
doc: fix comment for repr*(x: char): string (#13873)
Hiroki Noda
2020-04-05
1
-1
/
+1
*
Deprecate PHP (#13838)
Juan Carlos
2020-04-02
1
-16
/
+1
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-2
/
+2
*
fix #13829 (#13831)
Timothee Cour
2020-04-01
1
-1
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-1
/
+7
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-0
/
+6
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
2
-2
/
+31
[next]