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
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
2
-2
/
+2
*
added `nimAllocPagesViaMalloc` switch (#18490)
Andreas Rumpf
2021-07-15
2
-5
/
+29
*
Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)
Miran
2021-07-08
1
-16
/
+8
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
3
-32
/
+37
*
fixes #18411 (#18432) [backport:1.4]
Andreas Rumpf
2021-07-05
1
-3
/
+1
*
don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...
Timothee Cour
2021-07-01
1
-6
/
+7
*
fixes #18400 (#18402)
Andreas Rumpf
2021-06-30
1
-1
/
+1
*
Fix unused warning for $ on empty object (#18381)
Clyybber
2021-06-28
1
-1
/
+1
*
Simplify addInt, remove digits10 (#18356)
Clyybber
2021-06-28
2
-10
/
+4
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-29
/
+30
*
followup #18318: simplify `dollarImpl` and add a test (#18330)
Timothee Cour
2021-06-22
1
-7
/
+0
*
merge similar procs regarding digits (#18318)
flywind
2021-06-22
4
-135
/
+19
*
convert code-blocks to runnableExamples in io (#18315)
xioren
2021-06-21
1
-16
/
+15
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-0
/
+1
*
Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...
Andreas Rumpf
2021-06-17
1
-3
/
+2
*
system/excpt: check if the exception is not nil before pop (#18247)
alaviss
2021-06-14
1
-2
/
+3
*
fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)
Timothee Cour
2021-06-13
1
-48
/
+41
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
1
-1
/
+1
*
fix 18186 with adding importc _umul128 (#18200)
slangmgh
2021-06-07
2
-1
/
+3
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
3
-0
/
+468
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
1
-29
/
+18
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
2
-46
/
+1398
*
close #18129 Add setCurrentException for JS backend (#18145)
flywind
2021-06-01
1
-0
/
+3
*
asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...
Ștefan Talpalaru
2021-05-19
1
-1
/
+1
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-0
/
+4
*
Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...
Andreas Rumpf
2021-05-15
1
-0
/
+8
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-9
/
+22
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
1
-2
/
+1
*
fix #14873 properly by skipping `abi` field in importc type (#17944)
Timothee Cour
2021-05-07
1
-8
/
+0
*
remove unsused OsPlatform.nimVM (#17953)
Timothee Cour
2021-05-07
1
-2
/
+1
*
Fix C++ compilation error in excpt.nim (#17951)
Danil Yarantsev
2021-05-06
1
-1
/
+1
*
minor cleanups (#17948)
Andreas Rumpf
2021-05-06
1
-1
/
+1
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
4
-3
/
+23
*
Ref #17831(synchapi.h: No such file or directory) (#17832)
flywind
2021-04-25
1
-2
/
+1
*
fix #17812 (repr fails to compile with ARC/ORC) (#17816)
flywind
2021-04-22
1
-1
/
+1
*
Rename `=` to `=copy` in stdlib (#17781)
Clyybber
2021-04-19
1
-1
/
+1
*
[std/locks]close #7998(complete condition variables) (#17711)
flywind
2021-04-19
3
-43
/
+48
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-3
/
+13
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
4
-4
/
+4
*
make the copy operation of Thread an error (#17734)
flywind
2021-04-16
1
-0
/
+2
*
Remove the use of usrToCell in gcMark [backport:1.2] (#17709)
zah
2021-04-14
2
-6
/
+5
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
1
-6
/
+6
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
fixes #17647 (#17667)
Andreas Rumpf
2021-04-07
3
-17
/
+17
*
ensure the avr example keeps compiling (#17663)
Andreas Rumpf
2021-04-07
1
-0
/
+4
*
items(array)+friends: remove a RT comparison (#17650)
Timothee Cour
2021-04-06
1
-8
/
+8
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
1
-1
/
+1
*
fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)
flywind
2021-03-30
1
-0
/
+10
*
[backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)
Miran
2021-03-30
1
-2
/
+2
*
Fix #17299, fix setAffinity for android (#17574)
Clyybber
2021-03-30
1
-2
/
+17
[next]