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 #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
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
1
-0
/
+19
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+9
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
2
-8
/
+45
*
mangle names in nimbase.h using cppDefine (#19395) [backport]
flywind
2022-01-17
1
-0
/
+16
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-1
/
+2
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
24
-39
/
+39
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
3
-9
/
+16
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
1
-25
/
+62
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
1
-0
/
+42
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
2
-0
/
+30
*
fix stylecheck error with asyncdispatch (#19350)
flywind
2022-01-10
2
-0
/
+34
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+13
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
49
-76
/
+76
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-0
/
+12
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
1
-0
/
+95
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
5
-0
/
+368
*
Update JS and nimscript import tests (#19306)
hlaaftana
2022-01-01
2
-40
/
+53
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-0
/
+12
*
Fixed object field access of static objects in generics (#19283) [backport]
Jason Beetham
2021-12-23
1
-0
/
+8
*
Extract runnables that specify `doccmd` (#19275) [backport:1.6]
Jake Leahy
2021-12-20
1
-0
/
+20
*
fix #19244 - solves the problem of the InAddr object constructor in Windows. ...
rockcavera
2021-12-17
1
-0
/
+6
[next]