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
/
lookups.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
lookups compiles again
Andreas Rumpf
2018-05-10
1
-56
/
+53
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-2
/
+0
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-1
/
+2
*
fixes #6965
Araq
2017-12-28
1
-3
/
+4
*
fixes #1860; macro generating a wrong nkSymChoice node
Andreas Rumpf
2017-10-30
1
-2
/
+10
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-1
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-2
/
+4
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-1
/
+3
*
compiler: better error messages (#5613)
Andreas Rumpf
2017-03-26
1
-13
/
+20
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-1
/
+1
*
More progress towards a working #3691.
Dominik Picheta
2017-02-03
1
-1
/
+1
*
WIP: `as` with generics.
Dominik Picheta
2017-02-02
1
-0
/
+3
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
1
-2
/
+2
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-4
/
+13
*
fixes #4555
Andreas Rumpf
2016-08-02
1
-7
/
+14
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
Locate 'attempt to redefine' errors at the import statement rather than at th...
Kier Davis
2016-07-30
1
-0
/
+4
*
fixes an valid 'T' is not used hint
Andreas Rumpf
2016-07-20
1
-1
/
+2
*
fixes #177
Andreas Rumpf
2016-05-11
1
-3
/
+16
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
renamed inCompilesContext to compilesContextId; added test case for #3313
Araq
2015-09-18
1
-1
/
+1
*
don't generate memset calls for C++ objects
Araq
2015-03-18
1
-37
/
+37
*
minor cleanups
Araq
2015-03-01
1
-1
/
+1
*
nimsuggest improvements
Araq
2015-01-30
1
-5
/
+10
*
fixes #1944
Araq
2015-01-18
1
-0
/
+10
*
nimfix now in its own directory; single file mode now the default
Araq
2014-10-05
1
-1
/
+1
*
'pretty' command does not exist anymore; improvements for nimfix
Araq
2014-09-10
1
-1
/
+0
*
some improvements for nimfix
Araq
2014-09-09
1
-0
/
+10
*
added nimfix tool
Araq
2014-09-05
1
-2
/
+25
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-8
/
+5
*
the big renamefest: first steps
Araq
2014-08-22
1
-46
/
+45
*
Renamed considerAccents to considerQuotedIdent
Clay Sweetser
2014-05-26
1
-10
/
+10
*
Fixes #1200
Clay Sweetser
2014-05-24
1
-1
/
+2
*
Renamed 'considerAcc' to 'considerAccents' for clarity
Clay Sweetser
2014-05-24
1
-10
/
+10
*
make some tests green
Zahary Karadjov
2014-03-16
1
-1
/
+4
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
1
-1
/
+1
|
\
|
*
bugfix: unreported 'compiles' bug
Araq
2014-03-05
1
-1
/
+1
*
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
|
/
*
fixes #892
Araq
2014-02-14
1
-0
/
+1
*
bugfix: immediate templates are preferred consistently (danger: breaks code)
Araq
2014-02-04
1
-1
/
+13
*
'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
-7
/
+7
*
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
case consistency part 1
Araq
2013-12-27
1
-43
/
+43
*
attempt to merge newtempl
Araq
2013-12-24
1
-2
/
+5
*
small REPL improvements
Araq
2013-06-28
1
-1
/
+2
*
fixes #437, fixes #436
Araq
2013-05-18
1
-1
/
+1
*
merged the persistent scopes work with the delayed proc compilation strategy
Zahary Karadjov
2013-05-12
1
-3
/
+1
|
\
*
|
get rid of TOverloadIter.stackPtr
Zahary Karadjov
2013-05-12
1
-28
/
+36
[next]