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
/
rodwrite.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
small steps for making --symbolFiles:on work again
Araq
2015-07-20
1
-94
/
+95
*
CRC -> Hash
Flaviu Tamas
2015-07-03
1
-8
/
+8
*
securehash: Keep module name consistent
Adam Strzelecki
2015-06-09
1
-1
/
+2
*
Use sha1 instead of crc
Flaviu Tamas
2015-05-26
1
-2
/
+2
*
Rename crc module to "secure_hash"
Flaviu Tamas
2015-05-23
1
-1
/
+1
*
Clean up crc module
Flaviu Tamas
2015-05-23
1
-4
/
+4
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-2
/
+2
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
implemented 'guard' annotation
Araq
2014-09-21
1
-3
/
+0
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-5
/
+5
*
case consistency part 4
Araq
2013-12-27
1
-26
/
+26
*
the compiler can now deal with multiple modules of the same name
Araq
2013-09-26
1
-1
/
+8
*
support for multiple modules of the same name; niminst supports 'platforms'; ...
Araq
2013-09-24
1
-1
/
+2
*
'nimrod pretty' usable
Araq
2013-07-31
1
-7
/
+3
*
Merge branch 'master' of gh:/Araq/Nimrod into upstream
Zahary Karadjov
2013-05-04
1
-0
/
+3
|
\
|
*
rod file viewer for easier debugging of rod files
Araq
2013-04-04
1
-0
/
+3
|
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
|
containerID is no longer needed for generics
Zahary Karadjov
2013-03-01
1
-3
/
+0
|
/
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-3
/
+3
|
\
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
1
-3
/
+3
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-6
/
+7
*
|
caas is now drivable through stdin
Zahary Karadjov
2012-11-28
1
-7
/
+1
|
/
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-0
/
+3
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
path canonicalization for imported modules, relative paths written in rod files
Zahary Karadjov
2011-12-11
1
-8
/
+9
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-0
/
+1
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-1
/
+1
*
implemented 'let' statement
Araq
2011-11-29
1
-9
/
+2
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
1
-5
/
+5
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-1
/
+3
*
compilation cache: slurped files are a dependency too
Araq
2011-10-30
1
-1
/
+1
*
compilation cache: various bugfixes; works for the compiler itself
Araq
2011-10-27
1
-32
/
+46
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
1
-9
/
+16
*
compilation cache: multi methods now work
Araq
2011-10-24
1
-3
/
+2
*
compilation cache: better dependency checking
Araq
2011-10-23
1
-0
/
+10
*
compilation cache: small fixes; methods still not working
Araq
2011-10-23
1
-2
/
+3
*
compilation cache: methods have a chance to work
Araq
2011-10-23
1
-4
/
+12
*
rod files: next trivial examples working
Araq
2011-10-22
1
-1
/
+1
*
preparations for proper memmap'ed files
Araq
2011-10-22
1
-8
/
+16
*
bugfix: nil -> emptyNode
Araq
2011-10-22
1
-1
/
+1
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
1
-5
/
+5
*
much more efficient rod file generation
Araq
2011-10-18
1
-0
/
+1
*
much more efficient rod file generation
Araq
2011-10-18
1
-212
/
+307
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-2
/
+2
*
doc improvements; added lazarus example
Araq
2011-07-24
1
-5
/
+5
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-3
/
+3
[next]