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
*
when displaying proc signatures, don't render the implicit generic params
Zahary Karadjov
2017-03-24
1
-8
/
+19
*
fixes #5467
Araq
2017-03-07
1
-1
/
+5
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+2
*
big refactoring: step 1
Araq
2016-10-31
1
-2
/
+0
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+1
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-20
/
+1
*
gensym'ed symbols are rendered with their ID for much easier debugging
Andreas Rumpf
2016-07-08
1
-2
/
+6
*
fixes #1713
Andreas Rumpf
2016-05-30
1
-1
/
+5
*
small bugfix for the AST renderer
Andreas Rumpf
2016-04-17
1
-1
/
+1
*
fixes #3868
Andreas Rumpf
2016-03-04
1
-16
/
+32
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-3
/
+6
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-3
/
+4
*
made AST renderer more robust for wrong macros
Andreas Rumpf
2016-02-19
1
-61
/
+68
*
make rendering of typeof operator clearer; refs #3710
Andreas Rumpf
2016-01-26
1
-2
/
+4
*
implements multi-line-comments; pounds are stripped from the doc comments
Andreas Rumpf
2016-01-16
1
-14
/
+5
*
made closure iterators tests green, updated docs
Andreas Rumpf
2015-12-31
1
-0
/
+2
*
source code renderer doesn't produce trailing whitespace anymore
Araq
2015-07-12
1
-4
/
+19
*
Fixed renderer for asm node in JS
yglukhov
2015-05-28
1
-1
/
+2
*
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
[next]