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
*
fix some issues with --backend (#14363)
Timothee Cour
2020-05-16
6
-56
/
+73
*
New "ping-pong" DFA (#14322)
Clyybber
2020-05-15
2
-73
/
+60
*
Improve nimeval, changes some defaults (#14351)
PMunch
2020-05-15
1
-3
/
+7
*
fix #14350, cstrings in JS init as null (#14355)
hlaaftana
2020-05-15
1
-3
/
+1
*
fixes #14340
Araq
2020-05-14
1
-4
/
+4
*
fix #14333 (#14336)
cooldome
2020-05-13
1
-4
/
+2
*
fixes #13998 [backport:1.2]
Andreas Rumpf
2020-05-13
1
-1
/
+1
*
fixes #13104 [backport]
Andreas Rumpf
2020-05-13
1
-0
/
+3
*
no more guessing where compiler msgs came from (#14317)
Timothee Cour
2020-05-13
2
-19
/
+37
*
Allow let to not have value when using importc (#14258)
PMunch
2020-05-12
1
-2
/
+3
*
fix detecting closure env for nested asts (#14326)
b3liever
2020-05-12
1
-3
/
+3
*
fix #14314 do not analyze importc procs for effects (#14319)
Timothee Cour
2020-05-12
2
-3
/
+8
*
fixes #13881
Andreas Rumpf
2020-05-12
1
-0
/
+1
*
fix one motr dicriminator bug
cooldome
2020-05-12
1
-2
/
+7
*
fix test
cooldome
2020-05-12
1
-3
/
+5
*
fix #14312
cooldome
2020-05-12
1
-6
/
+9
*
properly fixes #13758 so that `import std/macros` stays legal (#14291)
Timothee Cour
2020-05-12
1
-1
/
+1
*
fix #14219 (#14225)
cooldome
2020-05-11
1
-1
/
+1
*
Make --backend:cpp|js work for :test: code-blocks as well (#14306)
Kaushal Modi
2020-05-11
1
-1
/
+2
*
small refactoring (#14303)
b3liever
2020-05-11
1
-3
/
+4
*
fix #14294 (#14301)
cooldome
2020-05-11
1
-1
/
+6
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
2
-1
/
+15
*
better error message
Antonis
2020-05-11
1
-1
/
+1
*
fix closure env check
Antonis
2020-05-11
1
-1
/
+2
*
refactor: renamed readme to readme.md (#14283)
Jovial Joe Jayarson
2020-05-11
2
-5
/
+7
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
15
-86
/
+131
*
`nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...
Timothee Cour
2020-05-10
1
-4
/
+15
*
Fix #14269 (#14286)
Clyybber
2020-05-09
1
-1
/
+2
*
--hint:processing (+friends) is now supported and means `--hint:processing:on...
Timothee Cour
2020-05-08
1
-3
/
+5
*
fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...
Andreas Rumpf
2020-05-08
1
-3
/
+2
|
\
|
*
fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...
Timothee Cour
2020-05-07
1
-3
/
+2
*
|
fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) wo...
Timothee Cour
2020-05-08
1
-1
/
+1
*
|
make `from` an operator (#14241)
hlaaftana
2020-05-08
3
-5
/
+7
|
/
*
fix #14243 (#14257)
cooldome
2020-05-07
1
-5
/
+9
*
Fix the DFA for "unstructured controlflow" (#14263)
Clyybber
2020-05-07
2
-80
/
+117
*
fix #14236 (#14250)
cooldome
2020-05-07
1
-3
/
+3
*
fixes #14244 (#14248)
cooldome
2020-05-06
1
-6
/
+6
*
added a new feature: --cc:env so that you can use any C compiler as long as i...
Andreas Rumpf
2020-05-06
2
-13
/
+27
*
cleanup the CC setting, only leave in there what is at least semi-officially ...
Andreas Rumpf
2020-05-06
2
-122
/
+2
*
fix js stacktraces, unify all file,line,col formatting into a single function...
Timothee Cour
2020-05-05
2
-31
/
+38
*
fixes #14209 [backport:1.2] (#14213)
Andreas Rumpf
2020-05-05
2
-0
/
+31
*
vcc fix (#14222)
cooldome
2020-05-04
1
-1
/
+1
*
fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^...
Timothee Cour
2020-05-04
2
-6
/
+3
*
`echo cmd | nim r - -arg1 -arg2` now works (#14210)
Timothee Cour
2020-05-04
1
-1
/
+1
*
destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]
Andreas Rumpf
2020-05-04
2
-4
/
+8
*
fixes #14136 (#14198)
Andreas Rumpf
2020-05-03
1
-3
/
+5
*
improve the 'has to be discarded' error message
Araq
2020-05-02
1
-2
/
+2
*
fixes #14159 [backport:1.2]
Araq
2020-05-02
1
-1
/
+3
*
fixes #14177
Araq
2020-05-02
1
-2
/
+3
*
fixes a bug encountered when running 'nim check posix_haiku.nim'
Araq
2020-05-02
1
-1
/
+1
[next]