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
/
lexer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
nimsuggest: first version
Araq
2015-01-27
1
-1
/
+9
*
Merge pull request #1841 from skyfex/devel
Andreas Rumpf
2015-01-12
1
-0
/
+19
|
\
|
*
Added support for big 'u64 literals
Audun Wilhelmsen
2015-01-02
1
-0
/
+19
*
|
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
|
/
*
destuctors are experimental; 'func' is now a keyword
Araq
2014-12-10
1
-3
/
+3
*
implements 'defer'
Araq
2014-12-04
1
-2
/
+4
*
fixes #1473
Araq
2014-11-12
1
-6
/
+13
*
deprecated '#[' comments for future multi-line comment feature
Araq
2014-09-28
1
-1
/
+6
*
changed comment handling (breaking change); part 2
Araq
2014-09-07
1
-1
/
+8
*
changed comment handling (breaking change)
Araq
2014-09-07
1
-17
/
+30
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-6
/
+6
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-3
/
+3
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-3
/
+3
*
'lambda' is no keyword anymore
Araq
2014-08-08
1
-2
/
+2
*
fixes #1166
Araq
2014-07-01
1
-12
/
+9
*
fixes #1265
Araq
2014-07-01
1
-2
/
+8
*
fixes #1264
Araq
2014-07-01
1
-0
/
+4
*
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-2
/
+2
*
Merge pull request #1003 from flaviut/devel
Andreas Rumpf
2014-03-16
1
-0
/
+1
|
\
|
*
Add token position to `nimrod scan`
flaviut
2014-03-14
1
-0
/
+1
*
|
allow multi-line expressions using the dot operator
Zahary Karadjov
2014-03-16
1
-2
/
+7
*
|
implements strongSpaces parsing mode
Araq
2014-03-07
1
-0
/
+16
|
/
*
next steps for closure iterators
Araq
2014-01-22
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-44
/
+44
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-61
/
+61
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
bugfix: keywords are sorted
Araq
2013-12-05
1
-4
/
+6
*
Merge branch 'type-classes' into upstream
Zahary Karadjov
2013-09-03
1
-2
/
+2
|
\
|
*
implemented the using statement
Zahary Karadjov
2013-08-31
1
-2
/
+2
*
|
fixes #572
Araq
2013-08-30
1
-5
/
+5
|
/
*
fixes token's column information
Araq
2013-07-30
1
-2
/
+7
*
implements nicer floating point literals
Araq
2013-06-27
1
-12
/
+13
*
Merge branch 'master' into newparser
Araq
2013-05-04
1
-8
/
+8
|
\
|
*
nimrod dump can now produce a machine readable json report
Zahary Karadjov
2013-05-01
1
-8
/
+8
*
|
new parser works
Araq
2013-04-20
1
-0
/
+1
*
|
next steps for the new parser/grammar
Araq
2013-04-20
1
-41
/
+37
*
|
first steps to the new parser/grammar
Araq
2013-04-19
1
-59
/
+17
|
/
*
fixes #310
Araq
2013-04-13
1
-0
/
+3
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
cleaned up some debugging code
Zahary Karadjov
2013-01-20
1
-3
/
+3
*
adds an option to interleave the generated code with snippets from the origin...
Zahary Karadjov
2012-12-02
1
-7
/
+22
*
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-3
/
+6
*
made 'shared' a keyword
Araq
2012-11-22
1
-2
/
+3
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-0
/
+1
*
'mixin' and 'interface' are now keywords
Araq
2012-09-22
1
-5
/
+8
*
implemented backslash for continuation comments
Araq
2012-08-23
1
-6
/
+16
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
1
-3
/
+6
[next]