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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
nimsuggest: special rule for 'of' completion in case statements
Andreas Rumpf
2017-03-10
2
-1
/
+11
|
*
|
nimsuggest: make 'con' work again
Andreas Rumpf
2017-03-10
1
-0
/
+4
|
*
|
nimsuggest: maxresults limit; fixed local symbol usages priorizations
Andreas Rumpf
2017-03-10
1
-47
/
+42
|
*
|
nimsuggest: make tests green again
Andreas Rumpf
2017-03-10
1
-2
/
+3
|
*
|
nimsuggest: make tests green again
Araq
2017-03-10
2
-4
/
+4
|
*
|
nimsuggest: more things work
Araq
2017-03-09
4
-10
/
+31
|
*
|
nimsuggest: more precise cursor tracking
Araq
2017-03-09
3
-77
/
+99
|
*
|
nimsuggest: revert cpFuzzy bailouts
Andreas Rumpf
2017-03-09
3
-23
/
+25
|
*
|
bugfix: consider type contexts properly
Araq
2017-03-08
2
-33
/
+42
*
|
|
fixes #5529; don't merge type visibility flags
Araq
2017-03-14
2
-4
/
+4
|
|
/
|
/
|
*
|
fixes nimsuggest bug #45
Araq
2017-03-08
1
-1
/
+1
|
/
*
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...
Araq
2017-03-08
3
-7
/
+89
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-08
4
-5
/
+16
|
\
|
*
fixes #5467
Araq
2017-03-07
2
-1
/
+9
|
*
fixes #5478
Araq
2017-03-06
1
-4
/
+4
|
*
fixes #5481
Araq
2017-03-06
1
-0
/
+3
*
|
nimsuggest: chk checks the full project lazily; much better suggestions order...
Andreas Rumpf
2017-03-08
2
-49
/
+96
*
|
make some tests green
Andreas Rumpf
2017-03-07
1
-2
/
+3
*
|
nimsuggest: better ordering of symbols (part 1)
Andreas Rumpf
2017-03-07
2
-35
/
+145
|
/
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-03
2
-3
/
+8
|
\
|
*
Fix sigsegv in getTypeImpl for unnamed tuple (#5440)
Fabian Keller
2017-03-02
1
-2
/
+7
|
*
Fixes #5452
Yuriy Glukhov
2017-02-28
1
-1
/
+1
*
|
nimsuggest: minor doc addition
Andreas Rumpf
2017-03-03
1
-0
/
+2
*
|
nimsuggest chk works for EPC
Andreas Rumpf
2017-03-03
1
-6
/
+6
*
|
nimsuggest: structured error reporting; EPC mode still fails
Andreas Rumpf
2017-03-03
5
-36
/
+53
*
|
make tests green again
Andreas Rumpf
2017-03-02
3
-1
/
+18
*
|
nimsuggest: track type contexts
Araq
2017-03-01
3
-2
/
+12
*
|
fixes 'nim check' crash
Araq
2017-03-01
1
-3
/
+2
*
|
nimsuggest supports prefix matching (first version)
Araq
2017-02-28
3
-35
/
+84
*
|
C codegen: escape '?' because C has trigraphs
Araq
2017-02-27
1
-1
/
+1
|
/
*
finish tool can use 'nimgrab' tool to download the mingw version
Araq
2017-02-26
1
-1
/
+2
*
Merge pull request #5317 from rokups/feature/coroutines
Andreas Rumpf
2017-02-26
3
-55
/
+2
|
\
|
*
Removed fasm support.
Rokas Kupstys
2017-02-20
3
-55
/
+2
*
|
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
6
-17
/
+17
*
|
fixes a minor codegen issue where name mangling could produce an identifier u...
Araq
2017-02-26
4
-10
/
+10
*
|
fixes #5439
Araq
2017-02-26
1
-4
/
+5
*
|
fixes #5430
Araq
2017-02-26
10
-41
/
+42
*
|
fixes #5432
Araq
2017-02-26
1
-1
/
+2
*
|
another attempt to make test green again
Araq
2017-02-24
1
-2
/
+10
*
|
make tests green again
Andreas Rumpf
2017-02-24
1
-0
/
+1
*
|
fixes a multimethod regression
Andreas Rumpf
2017-02-24
2
-6
/
+22
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
28
-230
/
+136
|
\
\
|
*
|
fixes #5417
Andreas Rumpf
2017-02-24
4
-7
/
+10
|
*
|
fixes #5419
Andreas Rumpf
2017-02-24
1
-1
/
+5
|
*
|
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
24
-222
/
+122
|
|
/
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-22
4
-13
/
+29
|
\
|
|
*
Enabled explicitly unknown lock levels (#5409)
Fabian Keller
2017-02-20
1
-1
/
+7
|
*
new feature: .used pragma to suppress declared-but-not-used warning
Araq
2017-02-17
2
-10
/
+14
|
*
fixes #5404
Araq
2017-02-17
1
-1
/
+7
|
*
update code from a time when unsigned didn't exist
Araq
2017-02-16
1
-1
/
+1
[prev]
[next]