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
*
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
*
made some tests green
Araq
2012-07-17
1
-2
/
+1
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
1
-4
/
+7
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
1
-2
/
+9
*
destructor pragma
Zahary Karadjov
2012-06-07
1
-1
/
+6
*
bugfix: 'error' statement pragma works as expected again
Araq
2012-04-16
1
-7
/
+11
*
Added ``global`` pragma that can be used to introduce new global variables fr...
Zahary Karadjov
2012-04-05
1
-1
/
+4
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
1
-2
/
+6
|
\
|
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
1
-2
/
+6
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-0
/
+1
|
/
*
vars can be 'compileTime'; shallow introduced weird string aliasing bug
Araq
2012-03-11
1
-1
/
+1
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-24
/
+28
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-0
/
+19
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
1
-1
/
+5
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...
Araq
2011-12-23
1
-3
/
+0
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-1
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-0
/
+1
*
new pragma: 'noinit'
Araq
2011-11-25
1
-7
/
+11
*
renamed optional to discardable
Araq
2011-09-24
1
-5
/
+5
*
implemented optional pragma for implicit discard
Araq
2011-09-24
1
-4
/
+7
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-8
/
+13
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-0
/
+1
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
1
-5
/
+6
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-8
/
+13
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-2
/
+18
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-10
/
+12
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...
Araq
2011-06-27
1
-1
/
+9
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-1
/
+1
*
basic thread analysis working
Araq
2011-06-13
1
-9
/
+9
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-4
/
+4
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+543