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 #17712 (#17873)
Clyybber
2021-04-27
1
-3
/
+4
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-4
/
+1
*
fix #17836 (typed macro isNil for proc params) (#17841)
Saem Ghani
2021-04-25
2
-2
/
+6
*
`--usenimcache` (implied by `nim r main`) now caches some compile options to ...
Timothee Cour
2021-04-25
3
-40
/
+43
*
add colon (#17834)
flywind
2021-04-24
3
-3
/
+3
*
`--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a...
Timothee Cour
2021-04-23
1
-1
/
+4
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
4
-1
/
+8
*
typos (#17824)
Andreas Rumpf
2021-04-23
1
-1
/
+1
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
5
-21
/
+32
*
js generates spurious >>> on shr (#17767)
Sivchari
2021-04-21
1
-2
/
+1
*
fix #7535(Poor error message for spawn when a procedure (without calling it))...
flywind
2021-04-21
1
-2
/
+5
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
5
-13
/
+20
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
5
-38
/
+64
*
improve errmsg refs #17793 object ctor with generics (#17806)
Timothee Cour
2021-04-21
2
-2
/
+5
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
21
-72
/
+72
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
6
-33
/
+23
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
3
-33
/
+42
*
close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...
flywind
2021-04-20
1
-1
/
+11
*
updated the documentation (#17796)
Andreas Rumpf
2021-04-20
1
-1
/
+1
*
fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)
Timothee Cour
2021-04-19
1
-1
/
+1
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
5
-30
/
+77
*
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
[next]