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
...
*
make 'doc io.nim' work
Andreas Rumpf
2019-03-04
1
-0
/
+1
*
add wasm32 platform
Jacek Sieka
2019-03-03
1
-0
/
+2
*
improved documentation for several modules (#10752)
Miran
2019-03-01
2
-45
/
+66
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
7
-16
/
+16
*
code cleanup: there is no tyOptRef
Andreas Rumpf
2019-02-22
7
-32
/
+18
*
gc:destructors: make system/repr compile
Andreas Rumpf
2019-02-21
1
-1
/
+16
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-13
2
-5
/
+7
*
Add note on channel usage with spawn (#10627) [ci skip]
Federico Ceratto
2019-02-13
1
-3
/
+8
*
sets: avoid calling countBits32 for 0 (#10619)
Brent Pedersen
2019-02-13
1
-3
/
+3
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-13
1
-0
/
+18
*
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
22
-267
/
+593
|
\
|
*
helpers2 now has a real name
Araq
2019-02-07
2
-1
/
+1
|
*
further system.nim cleanups
Andreas Rumpf
2019-02-06
5
-42
/
+31
|
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
12
-539
/
+773
|
*
fix #10488 GC memory leak regression (#10498)
Timothee Cour
2019-01-30
1
-1
/
+4
|
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
3
-15
/
+30
|
*
Add link to nims.html (#10472) [ci skip]
Federico Ceratto
2019-01-27
1
-0
/
+1
|
*
Increase verbosity of logGC (#10449)
Matt Haggard
2019-01-26
1
-9
/
+16
|
*
gc:regions: undo the regression introducing changes
Araq
2019-01-25
1
-2
/
+2
|
*
excpt.nim: code cleanup, don't produce nimFrame in -d:release mode
Araq
2019-01-23
1
-21
/
+15
|
*
OutOfMemError is never raised so there is no need to check for it (produce le...
Araq
2019-01-23
1
-13
/
+6
|
*
make --define:noSignalHandler compile again
Araq
2019-01-22
1
-1
/
+1
|
*
Fix corner case of checked div/mod on x86 (#10406)
LemonBoy
2019-01-22
1
-15
/
+29
|
*
allocators: introduce --define:nimMinHeapPages for tuning mmap calls (omg the...
Andreas Rumpf
2019-01-19
2
-6
/
+29
|
*
Disable interior pointer checking by default for the Boehm GC. (#10316)
Reimer Behrends
2019-01-15
1
-0
/
+3
|
*
Add stdin read support to nimscrit #3983 (#10292)
genotrance
2019-01-14
1
-3
/
+26
|
*
fixes #10271 [backport]
Araq
2019-01-13
1
-1
/
+2
|
*
make system.task compatible with NimScript; refs #10254
Araq
2019-01-13
1
-2
/
+3
|
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-1
/
+1
|
*
add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)
Vindaar
2019-01-10
2
-0
/
+6
|
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
2
-1
/
+20
|
*
system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)
alaviss
2019-01-08
1
-1
/
+1
|
*
fix system.nim documentations (#10168)
alaviss
2019-01-04
1
-2
/
+2
|
*
Guard against null exception (#10162)
rec
2019-01-04
1
-1
/
+1
*
|
--define:nimQuirky exception handling for Nim; in preparation of a blog post
Andreas Rumpf
2019-01-03
1
-0
/
+2
|
/
*
`checkErr` now shows actual system error msg instead of unknown error (#9987)
Timothee Cour
2018-12-27
1
-3
/
+14
*
GC: avoid pathological behaviour; fixes #10040 [backport] (#10052)
Andreas Rumpf
2018-12-20
1
-9
/
+9
*
Give better error message when profiler and memProfiler used at same time (#9...
Neelesh Chandola
2018-12-19
1
-0
/
+3
*
see what breaks with a global config.nims (#10016)
Andreas Rumpf
2018-12-18
1
-1
/
+1
|
\
|
*
make tests green with a global config.nims file
Araq
2018-12-17
1
-1
/
+1
*
|
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...
Timothee Cour
2018-12-18
1
-0
/
+1
|
/
*
fixes #9420
Araq
2018-12-16
1
-5
/
+6
*
timers.nim: avoid parser warning
Araq
2018-12-14
1
-1
/
+1
*
cleanup of excpt.nim
Andreas Rumpf
2018-12-11
1
-1
/
+4
*
Merge pull request #9923 from stefantalpalaru/calldepth
Andreas Rumpf
2018-12-11
1
-3
/
+5
|
\
|
*
replace misleading "stack overflow" message on call depth limit
Ștefan Talpalaru
2018-12-10
1
-3
/
+5
*
|
refs #9880 show index and bound in lots of `index out of bounds` errors
Timothee Cour
2018-12-09
2
-1
/
+13
|
/
*
Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]
rec
2018-12-04
2
-3
/
+8
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
5
-147
/
+30
*
don't raise exception in the default handler (#9783)
alaviss
2018-11-22
2
-8
/
+8
[prev]
[next]