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
/
sem.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixes #4308, fixes #4905
Araq
2016-12-18
1
-0
/
+1
|
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-4
/
+6
|
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-4
/
+4
|
*
big refactoring: step 1
Araq
2016-10-31
1
-3
/
+3
|
*
fixes #4626
Andreas Rumpf
2016-09-13
1
-1
/
+5
|
*
Display error message if defer statement is used at top level
Kier Davis
2016-09-07
1
-0
/
+2
|
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-2
/
+0
|
*
get rid of deprecated toLower/toUpper
Andreas Rumpf
2016-07-19
1
-1
/
+1
|
*
nimsuggest improvements
Andreas Rumpf
2016-07-16
1
-2
/
+1
|
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
1
-3
/
+22
|
*
fixes #537
Andreas Rumpf
2016-07-06
1
-0
/
+9
|
*
fixes #2159
Andreas Rumpf
2016-05-28
1
-0
/
+6
|
|
|
|
Hints and warnings are only emitted for the main package that is compiled
*
fixes #4066
Andreas Rumpf
2016-05-18
1
-1
/
+0
|
*
fixes #4084
Andreas Rumpf
2016-04-29
1
-9
/
+0
|
*
fixed regressions
Andreas Rumpf
2016-03-29
1
-1
/
+4
|
*
Spellcheck
Federico Ceratto
2016-02-29
1
-1
/
+1
|
*
fixes all known regressions
Andreas Rumpf
2016-01-06
1
-1
/
+1
|
*
fixes regressions
Andreas Rumpf
2016-01-05
1
-0
/
+2
|
*
breaking change: disallow .closure procs for const
Andreas Rumpf
2015-12-29
1
-1
/
+1
|
*
fixes #3622
Andreas Rumpf
2015-12-04
1
-2
/
+1
|
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-2
/
+4
|
*
fixes #3158
Araq
2015-08-02
1
-1
/
+5
|
*
implemented {.noforward:on.} for type sections; useful for c2nim generated ↵
Araq
2015-07-08
1
-1
/
+5
|
|
|
|
wrappers; to be documented
*
fixes #2470, fixes #1354
Araq
2015-04-28
1
-0
/
+4
|
*
system.locals is now a plugin for education
Araq
2015-04-24
1
-1
/
+1
|
*
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵
Araq
2015-04-22
1
-1
/
+1
|
|
|
|
system to the compiler
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-1
/
+1
|
*
fixes #2346
Araq
2015-03-16
1
-0
/
+1
|
*
fixes #2252
Araq
2015-03-04
1
-23
/
+23
|
*
fixes #2216
Araq
2015-02-26
1
-9
/
+0
|
*
temptyseqs works again
Araq
2015-02-10
1
-2
/
+4
|
*
nimsuggest improvements
Araq
2015-01-30
1
-7
/
+19
|
*
preparations for C++ template support
Araq
2015-01-23
1
-3
/
+3
|
*
better error message for 'invalid type'
Araq
2015-01-23
1
-2
/
+8
|
*
fixes #1708, fixes #871
Araq
2014-12-28
1
-0
/
+20
|
*
fixes #1120
Araq
2014-12-25
1
-1
/
+0
|
*
implemented 'experimental' switch
Araq
2014-12-05
1
-3
/
+0
|
*
fixes #1562, fixes #1543
Araq
2014-11-20
1
-1
/
+1
|
*
nicer error messages (untested)
Araq
2014-10-26
1
-2
/
+1
|
*
nimfix now in its own directory; single file mode now the default
Araq
2014-10-05
1
-2
/
+2
|
*
deepCopy is instantiated when its corresponding type is instantiated
Araq
2014-09-26
1
-0
/
+2
|
*
improvements for nimfix
Araq
2014-09-10
1
-0
/
+1
|
*
nimfix can fix obsolete statement comments
Araq
2014-09-08
1
-0
/
+3
|
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-1
/
+1
|
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
*
progress on 'spawn'
Araq
2014-08-10
1
-1
/
+1
|
*
better error messages for macro instantiations
Araq
2014-07-10
1
-0
/
+3
|
*
fixes #1285
Araq
2014-06-30
1
-1
/
+1
|
*
Merge pull request #1281 from Araq/new_spawn
Andreas Rumpf
2014-06-16
1
-1
/
+2
|
\
|
|
|
|
New spawn
|
*
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Araq
2014-06-01
1
-1
/
+2
|
|
\
[next]