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
/
msgs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-1
/
+1
*
avoid more global variables
Andreas Rumpf
2018-05-11
1
-6
/
+6
*
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-2
/
+2
*
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-2
/
+2
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-586
/
+88
*
compiler/msgs.nim: minor code cleanup
Andreas Rumpf
2018-05-05
1
-105
/
+105
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-2
/
+4
*
compiler: code cleanup
Andreas Rumpf
2018-05-02
1
-3
/
+2
*
make msgs.nim more robust
Andreas Rumpf
2018-04-30
1
-0
/
+4
*
remove unused error messages
Araq
2018-04-22
1
-10
/
+5
*
new 'var T' error messages with hyperlinks; closes #7373
Andreas Rumpf
2018-04-22
1
-0
/
+3
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-52
/
+55
*
refs #7586; show surounding source also for hints and warnsings
Andreas Rumpf
2018-04-20
1
-1
/
+1
*
allow setting template/macro recursive evaluation limits (#7652)
jcosborn
2018-04-19
1
-2
/
+4
*
nimpretty: next steps
Araq
2018-04-18
1
-2
/
+16
*
further steps in implementing sink parameters; refs #7041
Araq
2018-03-30
1
-2
/
+3
*
raise the max instruction count for the VM to one billion
Araq
2018-03-18
1
-1
/
+3
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-0
/
+9
*
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...
Araq
2018-02-10
1
-1
/
+1
*
improve the error message for thread local variables
Andreas Rumpf
2018-02-05
1
-1
/
+1
*
fixes #7080
Andreas Rumpf
2018-02-04
1
-1
/
+4
*
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-2
/
+4
*
improve the error messages for bug #6692
Araq
2017-11-05
1
-2
/
+2
*
some progress on the nimpretty tool; still not ready
Araq
2017-10-16
1
-0
/
+1
*
beginnings of the new nimpretty tool; still unusable
Andreas Rumpf
2017-10-05
1
-0
/
+2
*
Lineinfo change (#6084)
Arne Döring
2017-07-17
1
-1
/
+1
*
Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)
Markus F.X.J. Oberhumer
2017-06-15
1
-1
/
+1
*
enforce the covariance rules for user-defined generic types
Zahary Karadjov
2017-05-13
1
-1
/
+1
*
support for external types with covariant generic params
Zahary Karadjov
2017-05-08
1
-0
/
+2
*
further improvements to the error messages produced by concepts
Zahary Karadjov
2017-03-24
1
-10
/
+8
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-5
/
+10
*
infer static parameters even when more complicated arithmetic is involved
Zahary Karadjov
2017-03-24
1
-0
/
+2
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-03-14
1
-0
/
+8
|
\
|
*
Fixes #5167 and related problems (#5475)
zah
2017-03-12
1
-0
/
+6
|
*
don't allow casting to non-concrete types; fixes #5428 (#5502)
zah
2017-03-12
1
-0
/
+2
*
|
nimsuggest: more precise cursor tracking
Araq
2017-03-09
1
-0
/
+5
|
/
*
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...
Araq
2017-03-08
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
1
-19
/
+46
*
C codegen: escape '?' because C has trigraphs
Araq
2017-02-27
1
-1
/
+1
*
Merge pull request #5317 from rokups/feature/coroutines
Andreas Rumpf
2017-02-26
1
-4
/
+0
|
\
|
*
Removed fasm support.
Rokas Kupstys
2017-02-20
1
-4
/
+0
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-0
/
+9
|
/
*
nimsuggest improvement: don't die because of illformed ASTs
Andreas Rumpf
2017-02-06
1
-2
/
+2
*
Gramma change: casted or Casted to cast or Cast respectively
jlp765
2016-12-17
1
-2
/
+2
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-2
/
+1
*
disallow recursive module dependencies
Araq
2016-11-23
1
-3
/
+2
*
Fix few typos
Federico Ceratto
2016-10-17
1
-1
/
+1
*
disable warnUninit for --verbosity:2
Andreas Rumpf
2016-10-01
1
-1
/
+1
*
fixes #4580
Andreas Rumpf
2016-08-26
1
-2
/
+2
[next]