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
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-3
/
+3
*
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
1
-1
/
+4
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-1
/
+0
*
allow .experimental in a .push/pop environment; refs #8676
Araq
2018-08-27
1
-0
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+5
*
Implement the `is` operator for the new static and typedesc type classes
Zahary Karadjov
2018-06-16
1
-1
/
+2
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
make semantic checking free of globals
Andreas Rumpf
2018-05-18
1
-0
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
fixes testament compilation
Araq
2018-05-14
1
-0
/
+1
|
\
|
*
A motivating example for the new `bindSym` behavior.
Zahary Karadjov
2018-05-07
1
-0
/
+1
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-2
/
+3
*
|
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
|
\
[next]