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
*
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
*
Fix #17412 (#17560)
Clyybber
2021-03-29
3
-29
/
+50
*
[nim check]fix #17460 (#17569)
flywind
2021-03-29
1
-0
/
+2
*
fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...
Timothee Cour
2021-03-29
1
-9
/
+16
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
4
-1
/
+87
*
Typo in vm.nim
Clyybber
2021-03-29
1
-1
/
+1
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+4
*
fixes #17437 - crash where error reporting > 1 (#17547)
Saem Ghani
2021-03-29
1
-4
/
+12
*
Fixed embedded nimscript imports (#17425)
Jason Beetham
2021-03-28
1
-3
/
+4
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
3
-14
/
+13
*
IC: bugfix (#17533)
Andreas Rumpf
2021-03-27
2
-6
/
+7
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
2
-6
/
+8
*
Fix #17199 (#17348)
Clyybber
2021-03-26
1
-3
/
+4
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
6
-11
/
+77
*
remove unnecessary check (#17502)
flywind
2021-03-25
1
-2
/
+0
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-4
/
+5
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
5
-189
/
+199
[next]