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
*
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
*
minor improvements
Araq
2014-12-28
1
-3
/
+3
*
introduced 'benign' pragma
Araq
2014-10-25
1
-6
/
+6
*
ENDB compiles again
Araq
2014-08-31
1
-1
/
+1
*
system files use new identifiers
Araq
2014-08-23
1
-8
/
+8
*
the big renamefest: first steps
Araq
2014-08-22
1
-5
/
+5
*
fix failed tests due to gcsafe
Araq
2014-08-12
1
-3
/
+3
*
distinguish between 'defined' and 'declared'
Araq
2014-08-11
1
-2
/
+2
*
added stack overflow prevention
Araq
2014-07-16
1
-11
/
+18
*
Fixes #1168
Simon Hafner
2014-05-03
1
-1
/
+9
*
Merge pull request #1118 from gradha/pr_show_boot_options
Varriount
2014-04-21
1
-1
/
+1
|
\
|
*
Version switch displays options used during `koch boot`
Grzegorz Adam Hankiewicz
2014-04-20
1
-1
/
+1
*
|
fixes DLL generation
Araq
2014-04-21
1
-3
/
+9
|
/
*
New concurrency model: next steps
Araq
2014-04-19
1
-6
/
+6
*
case consistency for excpt.nim
Araq
2014-02-02
1
-1
/
+1
*
nativeStackTrace might work again
Araq
2014-01-25
1
-3
/
+3
*
improvements for 'pretty'
Araq
2013-12-28
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
attempt to merge newtempl
Araq
2013-12-24
1
-1
/
+1
*
Rework CGI error reporting.
Michał Zieliński
2013-12-18
1
-20
/
+22
*
write exception tracebacks to stdmsg, instead of stdout
Michał Zieliński
2013-12-17
1
-1
/
+1
*
bugfix: --gc:none -d:useMalloc works again
Araq
2013-09-06
1
-41
/
+39
*
--os:standalone works again
Araq
2013-06-30
1
-61
/
+1
*
better error message for subtle nil errors
Araq
2013-05-31
1
-2
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
fixes nimrtl compilation
Zahary Karadjov
2013-01-28
1
-1
/
+1
*
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
1
-6
/
+12
*
system.onRaise improvements
Araq
2012-11-05
1
-3
/
+3
*
added system.onRaise to support a condition system
Araq
2012-11-05
1
-2
/
+4
*
caas barely works now
Araq
2012-10-24
1
-1
/
+2
*
fixed a serious code generation bug leading to wrong RTTI
Araq
2012-10-19
1
-9
/
+12
*
added another system.getStackTrace
Araq
2012-05-20
1
-0
/
+9
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
1
-0
/
+7
*
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
1
-1
/
+1
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
1
-1
/
+1
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
1
-0
/
+5
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-12
/
+0
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
thread local vs. global system.raiseHook
Araq
2011-10-23
1
-2
/
+4
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-1
/
+1
*
tests are green again
Araq
2011-06-28
1
-5
/
+2
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
1
-2
/
+0
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-90
/
+96
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-97
/
+88
[next]