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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a potential bug (#18900)
flywind
2021-10-14
1
-1
/
+1
*
remove deprecated stuffs from std/times (#18937)
flywind
2021-10-13
1
-25
/
+25
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-10
/
+0
*
Fixed `strictFuncs` support for `std/pegs` (#18951)
quantimnot
2021-10-07
1
-138
/
+142
*
typo [backport] (#18967)
flywind
2021-10-07
1
-1
/
+1
*
rst: minor fixes (#18960)
Andrey Makarov
2021-10-06
3
-3
/
+4
*
fixes #18954 (#18955)
Andreas Rumpf
2021-10-05
1
-2
/
+2
*
rename nimEnableHashRef [backport] (#18941)
flywind
2021-10-04
1
-5
/
+13
*
Add support for `strictEffects` to `std/pegs` (#18949)
quantimnot
2021-10-04
1
-1
/
+4
*
document -d:nimStrictDelete [backport] (#18939)
flywind
2021-10-03
1
-0
/
+4
*
with this patch :idx: can be used for the index generation for LaTeX (#18946)
Andreas Rumpf
2021-10-03
1
-1
/
+1
*
rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)
flywind
2021-10-01
1
-1
/
+5
*
[std/tempfiles] docs improvement (#18936)
flywind
2021-10-01
1
-5
/
+6
*
correct licence header (#18935)
flywind
2021-10-01
5
-5
/
+5
*
[std/tasks] more gcsafe stuffs [backport] (#18926)
flywind
2021-09-30
1
-3
/
+3
*
Adds source to single tags list (#18920)
Jonas Schubert Erlandsson
2021-09-29
1
-1
/
+1
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
2
-179
/
+189
*
change comment (#18913)
flywind
2021-09-28
1
-1
/
+1
*
fixes #18878 (#18883)
Aditya Siram
2021-09-25
1
-1
/
+2
*
fix a typo (rename `temporal` to `temporary` (#18892) [backport]
flywind
2021-09-24
1
-1
/
+1
*
ported Nim to proprietary CrossOS [backport] (#18889)
Andreas Rumpf
2021-09-24
1
-1
/
+1
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-1
/
+1
*
fix #18844 (#18851)
flywind
2021-09-20
1
-4
/
+4
*
fixes #18858 [backport] (#18868)
Andreas Rumpf
2021-09-19
3
-3
/
+10
*
[minor] fix docs (#18834)
flywind
2021-09-11
1
-6
/
+4
*
fix code-block which causes missing docs
flywind
2021-09-11
1
-2
/
+2
*
distros.foreignDeps made public (#18830)
Juan Carlos
2021-09-10
1
-4
/
+4
*
remove channels (#18801)
flywind
2021-09-04
1
-498
/
+0
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
1
-4
/
+1
*
we need something better than warningAsError for effect handling viol… (#18...
Andreas Rumpf
2021-09-04
1
-2
/
+1
*
Document `-d:async_backend` flag (#18700)
Jacek Sieka
2021-09-03
1
-0
/
+28
*
fixes #18494 (#18783)
Andreas Rumpf
2021-09-02
1
-8
/
+34
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
1
-9
/
+14
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
2
-16
/
+65
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
5
-15
/
+25
*
Fix #15150 (#18730)
konsumlamm
2021-08-31
1
-1
/
+2
*
add missing docs (#18758)
flywind
2021-08-29
1
-0
/
+1
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
2
-4
/
+5
*
fixes #14511 [backport:1.4] (#18732)
Dankr4d
2021-08-25
1
-11
/
+10
*
make deprecated message better (#18737)
flywind
2021-08-23
1
-1
/
+1
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
1
-5
/
+8
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
1
-107
/
+106
*
fix #17898(randomPathName called twice in a row can return the same string on...
flywind
2021-08-22
1
-3
/
+17
*
replace wrt with proper word (#18724)
flywind
2021-08-22
1
-2
/
+4
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+52
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
7
-104
/
+96
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
1
-6
/
+7
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
1
-4
/
+5
*
Documentation only, Terminal (#18696)
Juan Carlos
2021-08-14
1
-1
/
+15
*
fix #18692 AsyncHttpServer was hanging because client.close was not called (#...
Timothee Cour
2021-08-14
1
-1
/
+3
[next]