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
/
pragmas.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
1
-5
/
+6
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-2
/
+2
*
New concurrency model: next steps
Araq
2014-04-19
1
-4
/
+31
*
disable extern name checking as it breaks building of nimrtl.dll
Araq
2014-03-30
1
-2
/
+3
*
fixes a typo
Araq
2014-03-27
1
-4
/
+4
*
implemented 'borrow dot' feature for distinct types
Araq
2014-03-26
1
-4
/
+15
*
Added support for {.packed.} pragma on objects
Audun Wilhelmsen
2014-03-18
1
-1
/
+5
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-07
1
-0
/
+11
|
\
|
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
1
-2
/
+10
|
|
\
|
*
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-0
/
+11
*
|
|
implements strongSpaces parsing mode
Araq
2014-03-07
1
-7
/
+3
|
|
/
|
/
|
*
|
implemented 'union' and 'unchecked' pragmas
Araq
2014-03-05
1
-2
/
+10
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-25
1
-3
/
+20
|
\
|
*
Addresses issues raised on #947. Refs #800.
Grzegorz Adam Hankiewicz
2014-02-22
1
-11
/
+9
|
*
Checks that exported symbols are valid C identifiers. Refs #800.
Grzegorz Adam Hankiewicz
2014-02-21
1
-3
/
+22
*
|
renamed noStackFrame to asmNoStackFrame
Araq
2014-02-18
1
-4
/
+6
|
/
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-10
/
+10
*
case consistency: next steps
Araq
2013-12-29
1
-45
/
+45
*
case consistency part 4
Araq
2013-12-27
1
-66
/
+66
*
case consistency part 1
Araq
2013-12-27
1
-16
/
+16
*
implemented 'injectStmt'; more debug support
Araq
2013-12-16
1
-1
/
+7
*
fixes #576
Araq
2013-09-18
1
-0
/
+1
*
implemented delegators and improved the error messages of unmatched type classes
Zahary Karadjov
2013-08-26
1
-3
/
+4
*
implemented computed goto support
Araq
2013-08-13
1
-5
/
+2
*
'nirmod pretty': almost working
Araq
2013-07-31
1
-1
/
+1
*
'nimrod pretty': next steps
Araq
2013-07-30
1
-1
/
+1
*
lfFullExternalName for 'nimrod pretty'
Araq
2013-07-30
1
-6
/
+9
*
refactorings for the eval engine; bugfix: clean templates as accessors
Araq
2013-07-19
1
-2
/
+5
*
implements the 'codegenDecl' pragma
Araq
2013-06-27
1
-6
/
+7
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-3
/
+7
*
astToStr is now immediate
Araq
2013-06-02
1
-2
/
+2
*
merged the persistent scopes work with the delayed proc compilation strategy
Zahary Karadjov
2013-05-12
1
-2
/
+7
|
\
|
*
added a ``noforward`` pragma that enables a new compilation strategy
Zahary Karadjov
2013-05-11
1
-2
/
+7
*
|
final fixes giving us a working compiler
Zahary Karadjov
2013-05-12
1
-1
/
+1
*
|
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
1
-1
/
+1
|
/
*
implemented --dynlibOverride option for static linking of 'dynlib'
Araq
2013-04-08
1
-2
/
+5
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
almost every pragma is allowed in a 'push' pragma
Araq
2012-11-20
1
-227
/
+250
*
implemented 'tags' pragma
Araq
2012-11-11
1
-7
/
+8
*
nimbuild should work again
Araq
2012-11-01
1
-5
/
+23
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-5
/
+8
*
website improvements; better opengl wrapper (still broken)
Araq
2012-09-28
1
-3
/
+5
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-2
/
+4
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-2
/
+6
*
next steps to hygienic templates
Araq
2012-08-20
1
-3
/
+5
*
first steps to make templates hygienic
Araq
2012-08-20
1
-9
/
+16
*
bycopy/byref for object/tuple types
Araq
2012-08-16
1
-13
/
+21
*
bugfix: dynlib for variables
Araq
2012-08-05
1
-2
/
+3
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
1
-8
/
+14
*
better error handling for better idetools support
Araq
2012-07-29
1
-16
/
+36
[next]