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
/
semdata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
lookups compiles again
Andreas Rumpf
2018-05-10
1
-23
/
+25
*
semcheck: code cleanups
Andreas Rumpf
2018-04-28
1
-1
/
+1
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-4
/
+2
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-5
/
+5
*
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-0
/
+1
*
Remove more usages of unary lt (fixes #6634) (#6641)
Fabian Keller
2017-10-31
1
-1
/
+1
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-1
/
+0
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-0
/
+6
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-0
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-1
/
+3
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-2
/
+7
*
Allow tyOr,tyAnd and tyNot to be constructed in more contexts
Zahary Karadjov
2017-04-28
1
-0
/
+4
*
move the object construction logic to a separate file
Zahary Karadjov
2017-04-06
1
-1
/
+1
*
cleaned up the code and implemented proper error messages
Zahary Karadjov
2017-04-06
1
-2
/
+13
*
fix #4556
Zahary Karadjov
2017-04-06
1
-1
/
+1
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-4
/
+5
*
infer static parameters even when more complicated arithmetic is involved
Zahary Karadjov
2017-03-24
1
-12
/
+3
*
support for inferring static[T] concept params
Zahary Karadjov
2017-03-24
1
-4
/
+12
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
1
-2
/
+16
*
nimsuggest: track type contexts
Araq
2017-03-01
1
-0
/
+1
*
nimsuggest supports prefix matching (first version)
Araq
2017-02-28
1
-0
/
+1
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-10
/
+8
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-10
/
+9
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-13
/
+11
|
/
*
fixes #5405
Araq
2017-02-16
1
-0
/
+20
*
fixes #5383
Araq
2017-02-16
1
-0
/
+10
*
happy new year
Araq
2017-01-07
1
-1
/
+1
*
new shift ops for Nim; based on #4743
Andreas Rumpf
2016-12-29
1
-1
/
+10
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-0
/
+1
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-3
/
+6
*
big refactoring: step 1
Araq
2016-10-31
1
-30
/
+16
*
generic multi-methods should work now
Andreas Rumpf
2016-07-28
1
-1
/
+1
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
1
-0
/
+1
*
Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...
Andreas Rumpf
2016-05-29
1
-1
/
+1
|
\
|
*
fixes #3496
Adam Strzelecki
2015-10-29
1
-1
/
+1
*
|
fixes #4227
Andreas Rumpf
2016-05-27
1
-1
/
+1
*
|
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-0
/
+3
*
|
added experimental .this pragma
Andreas Rumpf
2016-02-28
1
-11
/
+2
*
|
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
*
fixes #3313
Araq
2015-09-18
1
-0
/
+1
*
next steps in binding [] properly
Araq
2015-09-13
1
-1
/
+2
*
fixes #2585
Araq
2015-04-22
1
-4
/
+6
*
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
1
-0
/
+3
*
fixes #2481
Araq
2015-04-10
1
-1
/
+2
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-2
/
+7
*
implemented a[^1] notation
Araq
2015-03-26
1
-27
/
+28
*
cleaned up some tests
Araq
2015-02-10
1
-0
/
+1
[next]