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
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
7
-24
/
+27
*
ic refactoring (#17778)
Andreas Rumpf
2021-04-19
7
-159
/
+146
*
fix #12521(type alias for openArray) (#17593)
flywind
2021-04-19
1
-1
/
+1
*
[ci skip] document compiler/ic/rodfiles.nim (#17771)
Saem Ghani
2021-04-19
1
-0
/
+72
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
2
-4
/
+6
*
declaredlocs followup: handle `cannot instantiate` errors (#17745)
Timothee Cour
2021-04-19
1
-3
/
+3
*
IC: fixes a long standing bug about DCE set computations (#17763)
Andreas Rumpf
2021-04-18
1
-25
/
+33
*
fix range to unsigned conversion (#17754)
Tanguy Cizain
2021-04-17
1
-1
/
+1
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
9
-14
/
+20
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
27
-71
/
+71
*
IC: yet another embarrassing omission (#17743)
Andreas Rumpf
2021-04-17
4
-10
/
+12
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
1
-1
/
+7
*
ic navigator tests (#17735)
Andreas Rumpf
2021-04-16
2
-2
/
+3
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
16
-76
/
+177
*
Fix array's high & low return type for empty arrays (#17705)
Tanguy Cizain
2021-04-15
1
-0
/
+2
*
IC: rodfiles: no floats (#17720)
Andreas Rumpf
2021-04-14
4
-21
/
+18
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
10
-12
/
+208
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
2
-7
/
+19
*
IC: code cleanup (#17708)
Andreas Rumpf
2021-04-13
1
-45
/
+12
*
IC: serialization bugfix (#17701)
Andreas Rumpf
2021-04-13
1
-4
/
+4
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
6
-3
/
+164
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
13
-22
/
+71
*
refs #15667 improve invalid indentation errors, report when & where `=` could...
Timothee Cour
2021-04-10
2
-4
/
+16
*
IC: added converter test case (#17688)
Andreas Rumpf
2021-04-09
2
-3
/
+10
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
2
-5
/
+11
*
make repr handle setters `foo=` (#17683)
Timothee Cour
2021-04-09
1
-5
/
+8
*
ast: add getPIdent (#17684)
Timothee Cour
2021-04-09
3
-16
/
+19
*
IC: added basic test case for methods (#17679)
Andreas Rumpf
2021-04-09
2
-6
/
+27
*
minor typos (#17668)
flywind
2021-04-07
1
-2
/
+2
*
removing warning imported and not used debugutils (#17660)
rockcavera
2021-04-07
1
-1
/
+2
*
fixes #17656 (#17657)
Andreas Rumpf
2021-04-07
1
-1
/
+2
*
add compiler/debugutils.nim to help debugging compiler (#17652)
Timothee Cour
2021-04-06
2
-7
/
+35
*
fix #16898 #17621 (#17628)
flywind
2021-04-06
2
-3
/
+6
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
1
-7
/
+13
*
repr: fix rendering of `'big`, `=destroy` etc (#17624)
Timothee Cour
2021-04-03
1
-3
/
+19
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
3
-5
/
+10
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
1
-15
/
+18
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
1
-1
/
+2
*
a bit better message (#17606)
flywind
2021-04-01
1
-2
/
+2
*
misc fixes: build_all.sh, changelog (#17601)
Timothee Cour
2021-04-01
1
-1
/
+1
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
3
-13
/
+33
*
fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....
flywind
2021-04-01
2
-4
/
+5
*
better error messages for .raise effect analysis (#17595)
Andreas Rumpf
2021-03-31
1
-5
/
+7
*
fix #17572 (#17586)
Timothee Cour
2021-03-31
1
-1
/
+2
*
fix #14585, fix #17589: access to static param now works (#17590)
Timothee Cour
2021-03-31
2
-2
/
+2
*
fix #12282 distinct now does not create erroneous copy in VM (#17594)
Timothee Cour
2021-03-31
1
-2
/
+12
*
makes DrNim compile again (#17584)
Andreas Rumpf
2021-03-30
1
-1
/
+2
*
parser.nim: simply layout change
Araq
2021-03-30
1
-1
/
+2
*
fix #17512 (#17520)
flywind
2021-03-30
1
-1
/
+8
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
4
-7
/
+17
[next]