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
/
astalgo.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor code cleanup
Andreas Rumpf
2017-07-08
1
-7
/
+1
*
Fix #4020; Better handling of templates within concepts
Zahary Karadjov
2017-06-20
1
-0
/
+2
*
Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printable
Varriount
2017-05-26
1
-1
/
+1
|
\
|
*
Ascii character code 127 (DEL) is not printable.
Markus F.X.J. Oberhumer
2017-05-16
1
-1
/
+1
*
|
fix compilation regression in alea
Zahary Karadjov
2017-04-16
1
-0
/
+2
*
|
wip fix #5640
Zahary Karadjov
2017-04-07
1
-0
/
+2
|
/
*
Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)
zah
2017-03-23
1
-1
/
+1
*
new debugging helper to replace and friends
Zahary Karadjov
2017-03-10
1
-0
/
+17
*
compiler debug proc: also output node flags
Araq
2017-02-15
1
-0
/
+1
*
debug output: show line info earlier
Araq
2016-12-18
1
-1
/
+1
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-77
/
+0
*
debug() uses 'echo' because stderr is an abomination
Andreas Rumpf
2016-03-01
1
-5
/
+5
*
added experimental .this pragma
Andreas Rumpf
2016-02-28
1
-2
/
+3
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-2
/
+2
*
renamed writeln to writeLine in compiler
patrick dw
2015-06-19
1
-1
/
+1
*
Dropped 'T' from types
pdw
2015-06-04
1
-24
/
+24
*
Get rid of deprecation warnings
def
2015-04-07
1
-119
/
+119
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-6
/
+5
*
bugfixes for C++ codegen
Araq
2015-04-01
1
-247
/
+247
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-14
/
+14
*
minor cleanups
Araq
2015-03-01
1
-3
/
+2
*
fixes #2169
Araq
2015-02-28
1
-0
/
+3
*
don't use stdout for nimsuggest server mode
Araq
2015-02-27
1
-5
/
+5
*
unsigned array indexes work better; minor cleanups
Araq
2015-02-10
1
-7
/
+7
*
fixes #1690
Araq
2014-12-18
1
-3
/
+4
*
fixes #1562, fixes #1543
Araq
2014-11-20
1
-3
/
+11
*
nimfix handles helloworld
Araq
2014-09-06
1
-1
/
+7
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-9
/
+9
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-31
/
+31
*
fixes #1334
Araq
2014-08-19
1
-12
/
+0
*
fixes #1143
Araq
2014-08-19
1
-12
/
+15
*
fixes 'gcsafe'
Araq
2014-08-12
1
-0
/
+11
*
New concurrency model: next steps
Araq
2014-04-19
1
-2
/
+2
*
fix #866; generic static params
Zahary Karadjov
2014-03-09
1
-1
/
+7
*
fixed opcConv
Araq
2014-02-22
1
-2
/
+8
*
bugfix: immediate templates are preferred consistently (danger: breaks code)
Araq
2014-02-04
1
-8
/
+25
*
it's the year 2014
Araq
2014-01-19
1
-7
/
+7
*
fixed #597
Zahary Karadjov
2014-01-02
1
-0
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-4
/
+4
*
case consistency: next steps
Araq
2013-12-29
1
-8
/
+8
*
case consistency part 4
Araq
2013-12-27
1
-29
/
+29
*
case consistency part 1
Araq
2013-12-27
1
-91
/
+86
*
new VM is getting stable
Araq
2013-10-29
1
-1
/
+1
*
minor improvement towards tgenericshardcases
Zahary Karadjov
2013-08-28
1
-5
/
+8
*
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
1
-74
/
+0
*
switch to a linked list of scopes
Zahary Karadjov
2013-05-11
1
-14
/
+8
*
bugfix: case exhaustiveness checking
Araq
2013-03-21
1
-0
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
FFI at compiletime improvements
Araq
2013-01-08
1
-1
/
+1
[next]