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
/
excpt.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)
Vindaar
2019-01-10
1
-0
/
+5
*
cleanup of excpt.nim
Andreas Rumpf
2018-12-11
1
-1
/
+4
*
replace misleading "stack overflow" message on call depth limit
Ștefan Talpalaru
2018-12-10
1
-3
/
+5
*
don't raise exception in the default handler (#9783)
alaviss
2018-11-22
1
-1
/
+8
*
change system.nim to adhere to the style guide
Araq
2018-10-30
1
-8
/
+8
*
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
cooldome
2018-10-28
1
-1
/
+9
*
system/excpt: nil is no longer vaild for seqs (#8825)
alaviss
2018-08-31
1
-1
/
+1
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-6
/
+6
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-1
/
+5
|
\
|
*
Genode fixes (#8501)
Emery Hemingway
2018-08-16
1
-1
/
+5
*
|
WIP: nothing works
Andreas Rumpf
2018-08-05
1
-4
/
+5
|
/
*
Yield in try
Yuriy Glukhov
2018-05-09
1
-0
/
+4
*
make 'not nil' experimental
Andreas Rumpf
2018-05-02
1
-4
/
+4
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-6
/
+27
*
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
1
-1
/
+1
*
make C++ tests green again
Andreas Rumpf
2018-01-22
1
-2
/
+2
*
writeStackTrace now officially has no IO effect anymore for more convenient d...
Andreas Rumpf
2018-01-21
1
-2
/
+2
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-0
/
+12
*
added system.getStackTraceEntries
Andreas Rumpf
2017-11-16
1
-21
/
+64
*
Fix missing stacktraces when using -d:useNimRtl (#6716)
Erwan Ameil
2017-11-10
1
-1
/
+1
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-02
1
-2
/
+6
|
\
|
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-2
/
+6
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-09-15
1
-3
/
+4
|
\
|
|
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-3
/
+4
|
*
fixes #5871
Andreas Rumpf
2017-07-20
1
-3
/
+2
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-07-13
1
-6
/
+20
|
\
\
|
*
|
fixes #5871
Andreas Rumpf
2017-07-13
1
-3
/
+2
|
|
/
|
*
fixes system.onUnhandledException feature
Andreas Rumpf
2017-07-12
1
-1
/
+1
|
*
add system.onUnhandledException feature
Andreas Rumpf
2017-07-12
1
-3
/
+18
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-05-16
1
-2
/
+7
|
\
|
|
*
better stack trace handling
Andreas Rumpf
2017-05-16
1
-2
/
+7
*
|
precise stack scanning for Nim's GCs; work in progress
Andreas Rumpf
2017-04-19
1
-2
/
+19
|
/
*
fixes #5628
Araq
2017-03-30
1
-2
/
+3
*
Added support for exceptions in coroutines and added exception test
Rokas Kupstys
2017-02-20
1
-0
/
+11
*
system.nim: don't use deprecated symbols/constructs
Araq
2017-02-08
1
-1
/
+1
*
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
1
-1
/
+6
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-0
/
+2
*
attempt to fix #4640
Andreas Rumpf
2016-09-13
1
-2
/
+3
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-5
/
+5
*
remove system/ansi_c include from os
Jacek Sieka
2016-06-05
1
-1
/
+1
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-4
/
+4
*
Added --noCppExceptions switch
Ruslan Mustakov
2016-02-18
1
-1
/
+1
*
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...
rku
2015-07-31
1
-1
/
+3
*
fixes #3014
Araq
2015-06-29
1
-1
/
+1
*
lib/system/a-e - Dropped 'T' from types
pdw
2015-06-04
1
-2
/
+3
*
fixes #1888
Araq
2015-04-27
1
-39
/
+47
*
report how to create a compiler stacktrace #1280
Simon Hafner
2015-02-01
1
-0
/
+14
*
Fix #1546
Varriount
2015-01-22
1
-1
/
+1
*
don't advice people to use debug options for the GC and core
Araq
2015-01-11
1
-2
/
+2
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
[next]