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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
implements #78
Araq
2014-10-26
2
-4
/
+3
*
nicer error messages (untested)
Araq
2014-10-26
6
-38
/
+63
*
implements #1588
Araq
2014-10-26
1
-0
/
+3
*
introduced 'benign' pragma
Araq
2014-10-25
2
-1
/
+4
*
Merge branch 'devel' into bigbreak
Araq
2014-10-25
1
-0
/
+1
|
\
|
*
'.emit' pragma produces a trailing newline
Araq
2014-10-25
1
-0
/
+1
*
|
Merge branch 'devel' into bigbreak
Araq
2014-10-23
2
-7
/
+9
|
\
|
|
*
fixes #1029
Araq
2014-10-22
2
-6
/
+8
|
*
fixes 'import x as y' regression
Araq
2014-10-22
1
-1
/
+1
*
|
Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-10-21
1
-0
/
+1
|
\
\
|
*
|
fix issue #1581
Billingsly Wetherfordshire
2014-10-20
1
-0
/
+1
*
|
|
Merge branch 'devel' into bigbreak
Araq
2014-10-20
4
-18
/
+30
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge pull request #1574 from trustable-code/PR3
Andreas Rumpf
2014-10-20
1
-2
/
+4
|
|
\
|
|
*
Compare fileIndexes instead of file names
Simon Krauter
2014-10-15
1
-1
/
+1
|
|
*
Do not allow self import
Simon Krauter
2014-10-14
1
-2
/
+4
|
*
|
disable 'view source' feature
Araq
2014-10-20
1
-0
/
+2
|
*
|
default to warnGcUnsafe for threads:on
Araq
2014-10-19
1
-1
/
+3
|
*
|
website updates for 0.9.6
Araq
2014-10-19
1
-1
/
+1
|
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-10-19
1
-1
/
+5
|
|
\
\
|
|
*
|
Update and clarify the purpose of the nimrod.ini file
Clay Sweetser
2014-10-19
1
-2
/
+6
|
|
*
|
niminst: 'doc/*.txt' required for bootstrapping
Araq
2014-10-18
1
-1
/
+1
|
*
|
|
readme.txt is not readme.md
Araq
2014-10-19
1
-4
/
+2
|
|
/
/
|
*
|
more improvements for the NSIS installer
Araq
2014-10-17
1
-1
/
+2
|
*
|
improvements for niminst
Araq
2014-10-17
1
-4
/
+2
|
*
|
niminst supports NSIS
Araq
2014-10-17
1
-7
/
+13
|
|
/
|
*
added missing nimfix files
Araq
2014-10-11
4
-0
/
+368
|
*
backported .deprecated statement
Araq
2014-10-11
6
-134
/
+169
|
*
fixes #1551
Araq
2014-10-11
1
-0
/
+5
|
*
added 'nim*Setjmp' conditional symbols
Araq
2014-10-05
1
-0
/
+2
*
|
documentation updates
Araq
2014-10-11
1
-2
/
+2
*
|
bugfix: c++ support for 'NimThreadVarsSize'
Araq
2014-10-08
1
-3
/
+6
*
|
should compile with csources again
Araq
2014-10-06
1
-1
/
+0
*
|
nimfix now in its own directory; single file mode now the default
Araq
2014-10-05
8
-8
/
+12
*
|
fixes #1551
Araq
2014-10-05
1
-2
/
+3
*
|
docgen should work again
Araq
2014-10-05
4
-8
/
+17
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-10-04
6
-7
/
+29
|
\
|
|
*
Merge pull request #1545 from rbehrends/setjmp-perf
Andreas Rumpf
2014-10-02
3
-2
/
+13
|
|
\
|
|
*
Use _setjmp()/_longjmp() only on BSD-like systems for now.
Reimer Behrends
2014-09-27
1
-1
/
+3
|
|
*
Improve setjmp()/longjmp() performance.
Reimer Behrends
2014-09-25
3
-2
/
+11
|
*
|
Fixes #1529
Clay Sweetser
2014-10-01
1
-2
/
+9
|
*
|
Updated Version Number
Varriount
2014-09-28
1
-1
/
+1
|
*
|
Disable git hashing in the version command
Varriount
2014-09-28
1
-2
/
+2
|
|
/
|
*
Avoid unnecessary #include triggered by importc vars.
Reimer Behrends
2014-09-19
1
-0
/
+4
*
|
updated some tests
Araq
2014-10-04
1
-1
/
+1
*
|
implemented mixed mode codegen
Araq
2014-10-03
12
-90
/
+105
*
|
recursive tuple types are now invalid (breaking change)
Araq
2014-10-02
1
-1
/
+3
*
|
bugfix: 'T = ref T' is an illegal recursive type
Araq
2014-10-02
3
-2
/
+5
*
|
'try' works at compile-time
Araq
2014-10-02
1
-1
/
+12
*
|
fixes a minor bug when 'type' is used in a wrong way
Araq
2014-10-02
1
-2
/
+2
*
|
system.writeFile works at compile-time
Araq
2014-10-02
1
-0
/
+9
[next]