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
/
ast.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-02
1
-19
/
+33
|
\
|
*
fixes bug reported in PR #5637
Andreas Rumpf
2017-10-30
1
-0
/
+8
|
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-9
/
+4
|
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
|
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-2
/
+2
|
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-0
/
+5
|
*
ast.nim: spacing
Araq
2017-10-25
1
-3
/
+3
|
*
bugfix: propagate the tfHasAsgn flag properly
Andreas Rumpf
2017-10-19
1
-1
/
+1
|
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-0
/
+2
|
*
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
1
-1
/
+1
|
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-1
/
+5
|
*
further preparations for 'opt' builtin type
Andreas Rumpf
2017-10-09
1
-2
/
+2
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-10-02
1
-21
/
+17
|
\
|
|
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
|
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-9
/
+3
|
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-5
/
+8
|
*
Merge branch 'devel' into araq-better-codegen
Andreas Rumpf
2017-09-23
1
-1
/
+1
|
|
\
|
|
*
NimScript: added buildOS and buildCPU constants
Andreas Rumpf
2017-09-22
1
-1
/
+1
|
*
|
fixes #6403
Andreas Rumpf
2017-09-21
1
-2
/
+1
|
*
|
refactoring: TLoc knows the node it originated from; it is planned to use thi...
Andreas Rumpf
2017-09-21
1
-3
/
+2
|
*
|
introduce OnHeapNew and rename TLoc.s to TLoc.storage
Andreas Rumpf
2017-09-21
1
-3
/
+4
|
|
/
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-09-15
1
-0
/
+6
|
\
|
|
*
Fix operations on string as openarray in VM. (#6257)
Parashurama
2017-09-15
1
-0
/
+6
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-09-15
1
-0
/
+2
|
\
|
|
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-0
/
+2
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-07-13
1
-7
/
+14
|
\
|
|
*
Fix #4020; Better handling of templates within concepts
Zahary Karadjov
2017-06-20
1
-1
/
+3
|
*
cleanup of in/out covariance handling
Andreas Rumpf
2017-05-17
1
-7
/
+5
|
*
enforce the covariance rules for user-defined generic types
Zahary Karadjov
2017-05-13
1
-6
/
+8
|
*
doh, forgot to add all files in the previous commit
Zahary Karadjov
2017-05-12
1
-1
/
+2
|
*
support for external types with covariant generic params
Zahary Karadjov
2017-05-08
1
-0
/
+4
*
|
Merge branch 'zahary' into araq
Andreas Rumpf
2017-05-16
1
-0
/
+5
|
\
|
|
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-0
/
+1
|
*
fix the do notation when used with procs
Zahary Karadjov
2017-04-09
1
-0
/
+1
|
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
1
-0
/
+3
*
|
precise stack scanning for Nim's GCs; work in progress
Andreas Rumpf
2017-04-19
1
-0
/
+3
|
/
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-0
/
+1
*
implement the special treatment of explicit type params in concepts
Zahary Karadjov
2017-03-24
1
-0
/
+2
*
infer static parameters even when more complicated arithmetic is involved
Zahary Karadjov
2017-03-24
1
-1
/
+11
*
support derived values in non-generic user type classes
Zahary Karadjov
2017-03-24
1
-0
/
+3
*
support for inferring static[T] concept params
Zahary Karadjov
2017-03-24
1
-0
/
+4
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
1
-11
/
+23
*
concept type params inference working in basic examples
Zahary Karadjov
2017-03-24
1
-0
/
+1
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-03-14
1
-0
/
+2
|
\
|
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-14
1
-0
/
+2
|
|
\
|
|
*
Fixes #5167 and related problems (#5475)
zah
2017-03-12
1
-0
/
+2
|
*
|
nimsuggest: make tests green again
Araq
2017-03-10
1
-2
/
+2
|
|
/
*
/
fixes #5529; don't merge type visibility flags
Araq
2017-03-14
1
-3
/
+3
|
/
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-2
/
+4
*
fixes #5383
Araq
2017-02-16
1
-2
/
+1
[next]