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
*
`$(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
*
__stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)
Euan
2020-03-23
2
-2
/
+2
*
fix #13731, ambiguous repr of pointers (#13732)
Miran
2020-03-23
1
-6
/
+2
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
1
-3
/
+3
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
3
-11
/
+243
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
2
-32
/
+6
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
1
-1
/
+1
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
3
-7
/
+4
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
1
-3
/
+3
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
11
-32
/
+178
*
Fix #12676 (#13634)
genotrance
2020-03-12
1
-7
/
+15
*
fixes #13519
Araq
2020-03-11
1
-1
/
+1
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
2
-59
/
+77
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-1
/
+3
*
Fix docgen snippet numbering (#13507)
genotrance
2020-03-03
1
-1
/
+1
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-11
/
+11
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
2
-7
/
+3
*
fixes #13457 (#13458)
Andreas Rumpf
2020-02-21
1
-10
/
+11
*
fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)
Timothee Cour
2020-02-11
1
-2
/
+15
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
1
-1
/
+1
*
[backport] fix #13352
narimiran
2020-02-07
1
-0
/
+3
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
1
-1
/
+1
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
1
-11
/
+15
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
2
-2
/
+2
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
1
-1
/
+1
*
Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)
Hiroki Noda
2020-01-29
2
-4
/
+7
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
2
-6
/
+8
*
Repr v2 progress (#13268)
cooldome
2020-01-28
1
-71
/
+59
*
nimv2 widestring indexing (#13279)
cooldome
2020-01-28
1
-2
/
+2
*
Tiny since cleanup (#13286)
Clyybber
2020-01-28
1
-1
/
+1
[next]