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
/
renderer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #2509
Araq
2015-04-11
1
-0
/
+1
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
1
-1
/
+1
*
fixes #1805
Araq
2015-03-21
1
-5
/
+6
*
fixes #2366
Araq
2015-03-21
1
-2
/
+5
*
fixes #2287
Araq
2015-03-12
1
-236
/
+238
*
interpret `tuple` as a class and `tuple[]` as the empty tuple
Max Zerzouri
2015-03-06
1
-4
/
+6
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-3
/
+3
*
patch required for c2nim
Araq
2015-01-07
1
-4
/
+5
*
cleaned up os.nim; docgen improvements
Araq
2014-12-21
1
-5
/
+11
*
fixes #1187
Araq
2014-12-19
1
-2
/
+2
*
fixes #1388
Araq
2014-12-17
1
-1
/
+1
*
fixes #940
Araq
2014-11-17
1
-2
/
+9
*
fixes a minor bug when 'type' is used in a wrong way
Araq
2014-10-02
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
'lambda' is no keyword anymore
Araq
2014-08-08
1
-1
/
+1
*
fixes #1144
Araq
2014-06-30
1
-12
/
+13
*
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-6
/
+0
*
merged better html links #850
Araq
2014-04-08
1
-11
/
+17
*
implements ``distinct with/without X, Y``
Zahary Karadjov
2014-03-20
1
-3
/
+12
*
don't produce nested indents for nested stmt lists
Araq
2014-03-04
1
-7
/
+10
*
vm2: new representation of registers
Araq
2014-02-21
1
-1
/
+1
*
renderer knows about nkStaticTy and nkTypeClassTy
Araq
2014-01-23
1
-0
/
+23
*
next steps for closure iterators
Araq
2014-01-22
1
-0
/
+5
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-4
/
+4
*
bugfix: renderer supports 'ptr' etc. as type constraint
Araq
2014-01-12
1
-4
/
+5
*
case consistency: next steps
Araq
2013-12-29
1
-30
/
+30
*
case consistency part 4
Araq
2013-12-27
1
-10
/
+10
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
new VM: globals kinda work
Araq
2013-12-13
1
-3
/
+7
*
implemented 'import a as b'
Araq
2013-09-24
1
-0
/
+6
*
bugfix: 'not x of y' requires ()
Araq
2013-08-30
1
-3
/
+9
*
bugfix: rendering of typ|typ2
Araq
2013-06-27
1
-8
/
+16
*
completed expr/stmt unification
Araq
2013-05-03
1
-3
/
+2
*
next steps for the new parser/grammar
Araq
2013-04-20
1
-2
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-2
/
+2
*
fixes #293
Araq
2013-01-08
1
-4
/
+3
*
implemented 'import except'
Araq
2012-11-28
1
-17
/
+16
*
first steps for the 'export' feature
Araq
2012-11-28
1
-0
/
+15
*
made 'shared' a keyword
Araq
2012-11-22
1
-1
/
+16
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+0
*
implements/fixes #195
Araq
2012-09-22
1
-1
/
+2
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-0
/
+4
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-6
/
+11
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
1
-4
/
+5
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-6
/
+17
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-1
/
+1
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
1
-2
/
+3
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-1
/
+3
[next]