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
*
some progress on the nimpretty tool; still not ready
Araq
2017-10-16
1
-0
/
+22
*
do not produce the annoying small 'l' warning
Andreas Rumpf
2017-10-10
1
-7
/
+1
*
beginnings of the new nimpretty tool; still unusable
Andreas Rumpf
2017-10-05
1
-35
/
+51
*
'with' and 'without' are not keywords anymore
Araq
2017-09-30
1
-2
/
+2
*
bugfix: keep the information of a raw float literal in the AST
Andreas Rumpf
2017-07-06
1
-3
/
+4
*
remove en-dash from the language
Andreas Rumpf
2017-04-02
1
-18
/
+5
*
nimsuggest: make tdot1 test case green again
Andreas Rumpf
2017-03-14
1
-1
/
+1
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-14
1
-1
/
+1
|
\
|
*
fixes nimsuggest bug #45
Araq
2017-03-08
1
-1
/
+1
*
|
nimsuggest: make 'con' work again
Andreas Rumpf
2017-03-10
1
-0
/
+4
*
|
nimsuggest: make tests green again
Andreas Rumpf
2017-03-10
1
-2
/
+3
*
|
nimsuggest: more things work
Araq
2017-03-09
1
-1
/
+2
*
|
nimsuggest: more precise cursor tracking
Araq
2017-03-09
1
-30
/
+86
|
/
*
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...
Araq
2017-03-08
1
-1
/
+35
*
big refactoring: step 1
Araq
2016-10-31
1
-59
/
+31
*
adapting the lexer for curlysyn
Araq
2016-10-12
1
-2
/
+2
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-9
/
+0
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-5
/
+5
*
fixes #4301
Andreas Rumpf
2016-07-12
1
-0
/
+3
*
fixes edge cases in the lexer
Andreas Rumpf
2016-07-12
1
-3
/
+5
*
adds support for unicode hexcode in string literals.
Parashurama
2016-06-01
1
-2
/
+21
*
allow tabs in multi-line comments
Araq
2016-05-10
1
-4
/
+0
*
avoid overwriting token.indent in lexer.getNumber
Jacek Sieka
2016-03-18
1
-2
/
+2
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-2
/
+2
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-2
/
+3
*
fixes multi-line comments
Andreas Rumpf
2016-01-17
1
-3
/
+10
*
fixes multiline comments
Andreas Rumpf
2016-01-17
1
-2
/
+4
*
implements final version of multiline comments
Andreas Rumpf
2016-01-17
1
-14
/
+24
*
implements multi-line-comments; pounds are stripped from the doc comments
Andreas Rumpf
2016-01-16
1
-12
/
+73
*
fixes a critical error handling bug for nimsuggest
Araq
2015-11-18
1
-0
/
+1
*
fixes #2909
Araq
2015-06-15
1
-8
/
+4
*
Non-base10 overflow allowed if bit-stable. Tests.
Oscar Campbell
2015-06-12
1
-3
/
+15
*
Fix bug #1179 + some more found while testing.
Oscar Campbell
2015-06-12
1
-47
/
+72
*
Dropped 'T' from types
pdw
2015-06-04
1
-3
/
+3
*
Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexing
Andreas Rumpf
2015-06-04
1
-116
/
+160
|
\
|
*
Change const def to cleaner code per suggestion.
Oscar Campbell
2015-06-02
1
-2
/
+1
|
*
Remove forgotten debug echo statement.
Oscar Campbell
2015-05-31
1
-1
/
+0
|
*
Clean up to compiler style. Refine error-msg for illegal octal 'O'
Oscar Campbell
2015-05-31
1
-124
/
+64
|
*
Fix #2523 - first commit. Needs some cleanup.
Oscar Campbell
2015-05-31
1
-98
/
+204
*
|
Restructure branching slighty. Fix error message.
Oscar Campbell
2015-06-01
1
-2
/
+3
*
|
Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt.
Oscar Campbell
2015-05-31
1
-4
/
+16
|
/
*
cleanups for underscores in tuple unpacking
Araq
2015-04-24
1
-2
/
+7
*
Merge pull request #2566 from nanoant/parser-diagnostic-location
Andreas Rumpf
2015-04-24
1
-0
/
+4
|
\
|
*
Parser: Fix location (line, col) for diagnostics
Adam Strzelecki
2015-04-21
1
-0
/
+4
*
|
Merge branch 'devel' into underscore-tuple-unpack
Dominik Picheta
2015-04-23
1
-19
/
+8
|
\
|
|
*
minor lexer cleanups; fixes #2504
Araq
2015-04-10
1
-19
/
+8
*
|
Get rid of tkUnderscore. Map _ to tkSymbol.
Dominik Picheta
2015-04-08
1
-4
/
+4
*
|
Implements #2154.
Dominik Picheta
2015-03-31
1
-1
/
+5
|
/
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
1
-173
/
+173
*
don't use stdout for nimsuggest server mode
Araq
2015-02-27
1
-4
/
+2
[next]