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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix #17732(forward args... to megatest) (#17780)
flywind
2021-04-19
1
-3
/
+7
*
ic refactoring (#17778)
Andreas Rumpf
2021-04-19
7
-159
/
+146
*
fix #12521(type alias for openArray) (#17593)
flywind
2021-04-19
2
-1
/
+27
*
[std/locks]close #7998(complete condition variables) (#17711)
flywind
2021-04-19
5
-45
/
+60
*
[std/locks]remove workaround for withLock (#17772)
flywind
2021-04-19
1
-4
/
+3
*
Documentation only, dom (#17770)
Juan Carlos
2021-04-19
1
-1
/
+3
*
[std/rlocks]add inline pragma (#17773)
flywind
2021-04-19
1
-3
/
+3
*
[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
8
-15
/
+149
*
declaredlocs followup: handle `cannot instantiate` errors (#17745)
Timothee Cour
2021-04-19
1
-3
/
+3
*
Fix #17755 (#17766)
Dankr4d
2021-04-18
1
-2
/
+11
*
IC: fixes a long standing bug about DCE set computations (#17763)
Andreas Rumpf
2021-04-18
1
-25
/
+33
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
5
-17
/
+57
*
remove jstin from important packages (#17765)
flywind
2021-04-18
1
-1
/
+0
*
IC exposes typedesc implementation shenanigans (#17759)
Andreas Rumpf
2021-04-18
2
-1
/
+16
*
make cuchar alias uint8 instead of char (#17738)
shirleyquirk
2021-04-17
2
-1
/
+3
*
fix range to unsigned conversion (#17754)
Tanguy Cizain
2021-04-17
2
-1
/
+13
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
9
-14
/
+20
*
replace defer with try ... finally (#17753)
flywind
2021-04-17
2
-7
/
+14
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
32
-79
/
+79
*
IC: yet another embarrassing omission (#17743)
Andreas Rumpf
2021-04-17
4
-10
/
+12
*
fix nim CI following #17455 (same postmortem as #17721) (#17740)
Timothee Cour
2021-04-16
1
-6
/
+2
*
removed nimfind tool, succeeded by 'nim check --defusages' (#17737)
Andreas Rumpf
2021-04-16
3
-238
/
+0
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
2
-13
/
+45
*
Fix buffer-overrun bug in net (#17728) [backport:1.0]
shirleyquirk
2021-04-16
2
-4
/
+5
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
5
-29
/
+89
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
2
-22
/
+19
*
ic navigator tests (#17735)
Andreas Rumpf
2021-04-16
6
-14
/
+54
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
38
-76
/
+584
*
make the copy operation of Thread an error (#17734)
flywind
2021-04-16
1
-0
/
+2
*
followup #17700 put changelog in wrong file (#17729)
shirleyquirk
2021-04-15
2
-2
/
+1
*
follow up #17518 (#17726)
flywind
2021-04-15
1
-0
/
+8
*
follow up #17536 (#17727)
flywind
2021-04-15
1
-1
/
+1
*
Fix array's high & low return type for empty arrays (#17705)
Tanguy Cizain
2021-04-15
3
-0
/
+17
*
Fix getCustomPragmaVal for some multi arg pragmas (#17723)
Clyybber
2021-04-15
2
-41
/
+54
*
rst indentation fixes (ref #17340) (#17715)
Andrey Makarov
2021-04-15
5
-43
/
+272
*
fix CI tests/errmsgs/tgcsafety.nim (#17721)
Timothee Cour
2021-04-14
1
-1
/
+1
*
IC: rodfiles: no floats (#17720)
Andreas Rumpf
2021-04-14
4
-21
/
+18
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
5
-94
/
+64
*
getCustomPragma is split up in more usable chunks (#11526)
Arne Döring
2021-04-14
3
-96
/
+193
*
callback cannot be nil (#17718)
flywind
2021-04-14
1
-0
/
+1
*
Update channels.nim (#17717)
flywind
2021-04-14
1
-4
/
+4
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
11
-12
/
+211
*
Remove the use of usrToCell in gcMark [backport:1.2] (#17709)
zah
2021-04-14
2
-6
/
+5
*
testament --verbose: prints commands; gitignore ic artifacts (#17716)
Timothee Cour
2021-04-14
2
-5
/
+16
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
4
-9
/
+133
*
megatest: allow duplicate file names, show compilation progress (#17713)
Timothee Cour
2021-04-13
3
-6
/
+15
*
IC: code cleanup (#17708)
Andreas Rumpf
2021-04-13
1
-45
/
+12
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
2
-10
/
+16
*
IC: serialization bugfix (#17701)
Andreas Rumpf
2021-04-13
1
-4
/
+4
[prev]
[next]