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
...
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
1
-46
/
+60
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
3
-2
/
+11
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
1
-1
/
+1
*
we need something better than warningAsError for effect handling viol… (#18...
Andreas Rumpf
2021-09-04
1
-2
/
+2
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
7
-20
/
+59
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
2
-7
/
+76
*
remove unnecessary if statement (#18792)
flywind
2021-09-03
1
-6
/
+6
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
1
-1
/
+7
*
fixes #18786 (#18788)
Andreas Rumpf
2021-09-03
1
-6
/
+5
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-2
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
16
-54
/
+164
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-11
/
+44
*
[minor]break loops after a candidate is added to seqs (#18770)
flywind
2021-08-31
1
-7
/
+9
*
move PNode.comment to a side channel, reducing memory usage during compilatio...
Timothee Cour
2021-08-29
3
-27
/
+67
*
followup #18759: make compiler build cleanly with 0 warnings/hints (#18764)
Timothee Cour
2021-08-28
2
-4
/
+4
*
more minor bootstrapping cleanups (#18759)
Miran
2021-08-28
3
-5
/
+0
*
[minor] break loops if it is ambiguous (#18745)
flywind
2021-08-27
1
-6
/
+7
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
2
-5
/
+31
*
[minor]use `addInt` and `addFloat` (#18733)
flywind
2021-08-24
1
-2
/
+2
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
4
-5
/
+5
*
fix a typo (#18736)
flywind
2021-08-23
1
-1
/
+1
*
replace wrt with proper word (#18724)
flywind
2021-08-22
3
-3
/
+3
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
1
-1
/
+13
*
fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)
flywind
2021-08-19
1
-1
/
+1
*
fix a typo (#18715)
flywind
2021-08-19
1
-1
/
+1
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
1
-4
/
+4
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
5
-7
/
+26
*
[wip]better hint message for JS (#18704)
flywind
2021-08-18
1
-10
/
+21
*
cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...
Timothee Cour
2021-08-16
1
-5
/
+15
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
9
-38
/
+66
*
fixes #18643 [backport:1.0] (#18678)
Andreas Rumpf
2021-08-12
1
-1
/
+1
*
fix #18674 --nimcache now works better with --os:windows (#18675)
Timothee Cour
2021-08-11
1
-0
/
+4
*
fixes #18665 DFA generator bug (#18676)
Andreas Rumpf
2021-08-11
1
-0
/
+6
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
2
-18
/
+32
*
--cc:env now works correctly to assign linker executable, allowing to cross-c...
Timothee Cour
2021-08-11
1
-1
/
+1
*
Remove unused imports, and deprecated function usage (#18663)
Kyle Brown
2021-08-11
2
-3
/
+3
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-2
/
+3
*
make proc names consistent (#18626)
flywind
2021-08-01
1
-5
/
+5
*
fixes #18371 (#18617)
Andreas Rumpf
2021-07-30
1
-2
/
+5
*
refs #16613: check opcWrDeref for nil (#18613)
Timothee Cour
2021-07-30
1
-5
/
+4
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
8
-10
/
+76
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
1
-0
/
+7
*
fixes #18570 (#18599)
Andreas Rumpf
2021-07-27
1
-2
/
+3
*
delEnv now works at CT (#18568)
Timothee Cour
2021-07-27
1
-1
/
+2
*
add comment to astalgo.debug (#18594)
Timothee Cour
2021-07-27
1
-0
/
+3
*
Fixed const tuples in inferred generics (#18598)
Jason Beetham
2021-07-27
1
-17
/
+16
*
fixes #18565 (#18593)
Andreas Rumpf
2021-07-27
2
-12
/
+14
*
fix #18578 (#18580)
flywind
2021-07-27
1
-6
/
+9
*
don't use plus instead of space (#18589)
Miran
2021-07-26
1
-2
/
+2
*
fixes #18558 again (#18586)
Andreas Rumpf
2021-07-26
1
-0
/
+2
[prev]
[next]