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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
7
-2
/
+13
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
1
-0
/
+6
*
fix NimNode comment repr() regression [backport: 1.2] (#19726)
flywind
2022-04-25
1
-0
/
+19
*
Really fix StringStream with ARC at compile-time, improve streams test (#19739)
Danil Yarantsev
2022-04-25
1
-2
/
+7
*
fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...
flywind
2022-04-25
1
-0
/
+29
*
Fix string stream crashing when created on nimscript due to last fix (#19717)
Jason Beetham
2022-04-14
1
-0
/
+4
*
Better error message and tests for bad await (#19622)
huantian
2022-04-13
1
-3
/
+32
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
25
-83
/
+86
*
fix #19680; check if stderr is static (#19709)
flywind
2022-04-12
1
-0
/
+10
*
StringStreams no longer errors when intialized with literals on arc/orc (#19708)
Jason Beetham
2022-04-11
1
-0
/
+2
*
fix #17286 nim check -b:js works (#19704)
flywind
2022-04-09
1
-0
/
+16
*
fix stylecheck bug with nre (#19356)
flywind
2022-04-08
1
-1
/
+1
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
3
-2
/
+31
*
add testcase for #16462 (#19692)
flywind
2022-04-07
3
-0
/
+11
*
[backport] fix broken SSL tests (#19684)
Miran
2022-04-06
1
-6
/
+5
*
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
flywind
2022-04-06
2
-0
/
+13
*
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
flywind
2022-04-04
1
-0
/
+18
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
2
-4
/
+7
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
1
-0
/
+11
*
[add testcase] arc problems with recursive types (#19456)
flywind
2022-03-23
1
-0
/
+87
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
2
-0
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-0
/
+31
*
Removed deprecated httpcore func (#19550)
Juan Carlos
2022-03-18
1
-4
/
+4
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
2
-3
/
+51
*
enable nimPreviewDotLikeOps (#19598)
flywind
2022-03-09
2
-1
/
+1
*
fixes #19575 (#19596) [backport]
Andreas Rumpf
2022-03-09
1
-0
/
+23
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
1
-6
/
+36
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
1
-0
/
+22
*
Allow std/macros.params to work with nnkProcTy (#19563)
Tanguy
2022-02-25
1
-0
/
+22
*
[testcase] genSym fails to make unique identifier for ref object types (#19506)
flywind
2022-02-14
1
-0
/
+60
*
Remove deprecated math.c_frexp (#19518)
Juan Carlos
2022-02-14
1
-6
/
+0
*
use OrderedTable instead of OrderedTableRef for mimedb (#19522)
David Krause
2022-02-14
1
-0
/
+2
*
fix #16458; make useNimRtl compile for --gc:orc (#19512)
flywind
2022-02-11
1
-0
/
+6
*
don't use a temp for addr [backport: 1.6] (#19503)
flywind
2022-02-08
1
-0
/
+22
*
Fix bug 27 of #17340 (#19433)
Andrey Makarov
2022-02-07
2
-8
/
+30
*
undefine C symbols in JS backend [backport:1.6] (#19437)
flywind
2022-02-04
1
-0
/
+6
*
fix parseEnum cannot parse enum with const fields (#19466)
flywind
2022-02-04
1
-0
/
+11
*
correct typos (#19485)
flywind
2022-02-03
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
2
-0
/
+6
*
Clonkk fix2 11923 (#19451)
Regis Caillaud
2022-02-02
1
-0
/
+6
*
No longer segfault when using a typeclass with a self referencing type (#19467)
Jason Beetham
2022-02-02
1
-0
/
+12
*
fix broken CI (#19472)
flywind
2022-01-31
1
-6
/
+6
*
[add testcase] NRVO does not occur with init procedures (#19462)
flywind
2022-01-29
1
-0
/
+28
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-7
/
+38
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-0
/
+18
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
3
-63
/
+155
*
Fix #11923 (#19427)
Regis Caillaud
2022-01-20
1
-0
/
+10
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
2
-0
/
+20
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-0
/
+59
*
Don't reject types directly on AST (#19407)
metagn
2022-01-19
1
-0
/
+9
[next]