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
*
fixes #15147 (#15315)
Andreas Rumpf
2020-09-12
1
-1
/
+1
*
Fix #15305 (#15311)
Clyybber
2020-09-12
1
-2
/
+1
*
fixes #15122 (#15301)
Andreas Rumpf
2020-09-11
1
-2
/
+15
*
fix warnings for deprecated `low` and `high` (#15291)
Miran
2020-09-11
3
-13
/
+13
*
Fix #15286 (#15292)
cooldome
2020-09-10
1
-0
/
+3
*
fixes #15280 [backport:1.2] (#15281)
Andreas Rumpf
2020-09-09
1
-1
/
+1
*
borrow checking refinements (#15290)
Andreas Rumpf
2020-09-09
2
-5
/
+21
*
Better semiStmtList parsing (#15123)
Clyybber
2020-09-09
1
-78
/
+44
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
16
-311
/
+475
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
2
-4
/
+3
*
nimeval errorHook support (#15255)
Scott Wadden
2020-09-07
1
-3
/
+8
*
don't raise index defects on malformed ast (#15278)
Andy Davidoff
2020-09-07
2
-6
/
+14
*
strict funcs: use control flow information for a more precise analysis (#15271)
Andreas Rumpf
2020-09-06
1
-20
/
+79
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
11
-123
/
+103
*
fix #15238 (#15262)
cooldome
2020-09-04
1
-0
/
+1
*
fixes system.add for strict funcs (#15259)
Andreas Rumpf
2020-09-03
1
-1
/
+1
*
Fix sets for architectures with default integers smaller than 32 bits (#15258...
PMunch
2020-09-02
1
-3
/
+3
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-20
/
+23
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
2
-3
/
+12
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
50
-773
/
+472
*
fix #15035 (#15236)
cooldome
2020-08-28
1
-2
/
+3
*
Fix #5691 (#15158)
Clyybber
2020-08-27
9
-49
/
+65
*
fix some issues overloading with generics and inheritance (#15211)
jcosborn
2020-08-27
1
-11
/
+34
*
deleted dead code, writetracking.nim was replaced by varpartitions.nim
Araq
2020-08-26
1
-275
/
+0
*
avoid #8231, bitwise move to mul,div (#15070)
Bung
2020-08-25
1
-2
/
+10
*
better strict funcs, WIP (#15199)
Andreas Rumpf
2020-08-18
2
-6
/
+22
*
fix overloading issue with generic invocation (#15135)
jcosborn
2020-08-18
1
-14
/
+1
*
Allow pragmas on parameters (#15178)
Clyybber
2020-08-11
1
-2
/
+2
*
Fix #8473 (#15169)
Andreas Rumpf
2020-08-11
12
-24
/
+30
|
\
|
*
Use typeflag instead
Clyybber
2020-08-10
10
-18
/
+19
|
*
Remove little lies :)
Clyybber
2020-08-08
1
-5
/
+6
|
*
Fix bootstrapping
Clyybber
2020-08-08
1
-3
/
+4
|
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
10
-16
/
+19
*
|
fixes #15101 [backport] (#15171)
Andreas Rumpf
2020-08-08
1
-3
/
+2
|
/
*
implement (#15153)
cooldome
2020-08-04
1
-1
/
+1
*
fixes a collect() bug reported on the forum (#15156) [backport:1.2]
Andreas Rumpf
2020-08-04
2
-2
/
+2
*
fixes #15129 [backport:1.2] (#15144)
Andreas Rumpf
2020-08-01
1
-1
/
+1
*
fixes #15130 (#15141)
Andreas Rumpf
2020-08-01
2
-2
/
+6
*
fixes #15122 [backport:1.2] (#15139)
Andreas Rumpf
2020-08-01
1
-0
/
+1
*
fixes #15111 (#15136)
Andreas Rumpf
2020-08-01
5
-24
/
+32
*
fixes #15071 [backport] (#15131)
Andreas Rumpf
2020-07-31
1
-3
/
+3
*
fixes #15112 (#15124)
Andreas Rumpf
2020-07-30
1
-8
/
+12
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
6
-363
/
+252
*
fix overloading case with generic alias (#15116)
jcosborn
2020-07-30
1
-1
/
+1
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
13
-93
/
+27
*
fixes #14616 [backport:1.2] (#15109)
Andreas Rumpf
2020-07-29
1
-0
/
+4
*
disable sink inference, only enable it for the stdlib. Reason: better source ...
Andreas Rumpf
2020-07-28
1
-1
/
+1
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
3
-28
/
+36
*
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...
Timothee Cour
2020-07-27
1
-1
/
+4
*
fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...
Bung
2020-07-27
1
-1
/
+10
[next]