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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #12122 (#21096)
Bung
2022-12-16
4
-10
/
+10
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
2
-18
/
+14
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-2
/
+2
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
1
-3
/
+3
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
4
-21
/
+16
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
1
-2
/
+2
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
1
-19
/
+25
*
Use a unique name for template in async macro return (#21058)
Jake Leahy
2022-12-10
1
-3
/
+3
*
Implicit return working for async proc (#20933)
Jake Leahy
2022-12-09
1
-2
/
+11
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
1
-10
/
+0
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
3
-397
/
+0
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
8
-69
/
+7
*
Update prelude example (#21005)
Michal Maršálek
2022-12-03
1
-1
/
+1
*
[unittest] remove unnecessay export for testing (#20868)
ringabout
2022-12-01
1
-2
/
+0
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-361
/
+0
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
1
-270
/
+5
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
1
-524
/
+0
*
fixes documentation regression (#20925)
ringabout
2022-11-26
1
-2
/
+2
*
fixes broken importc for vcc [backport] (#20909)
ringabout
2022-11-24
1
-2
/
+2
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
3
-2
/
+5
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
3
-13
/
+13
*
Allow users to set log flushing rules (#20817)
Matt Haggard
2022-11-14
1
-17
/
+35
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
1
-1
/
+1
*
[sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)
Vindaar
2022-11-10
1
-3
/
+13
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-2
/
+2
*
add effectsOf to map in the std/sets module (#20760)
ringabout
2022-11-05
1
-1
/
+4
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
Uri.isIpv6 exported (#20736)
Juan Carlos
2022-11-03
1
-1
/
+1
*
Improve dollar IpAddress (#20729)
Juan Carlos
2022-11-03
1
-10
/
+14
*
Export FileMode (#20726)
Antonis Geralis
2022-11-02
1
-0
/
+1
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
7
-2
/
+19
*
change `include genode/env` to an import (#20721)
ringabout
2022-11-01
1
-1
/
+1
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
5
-5
/
+7
*
Improve dollar (#20672)
Juan Carlos
2022-10-31
1
-30
/
+49
*
Improve getDataUri (#20670)
Juan Carlos
2022-10-31
1
-4
/
+12
*
Genode: add scheduleCallbacks to asyncdispatch (#20708)
ehmry
2022-10-31
1
-3
/
+29
*
allow deferred close of nil stream (#20706)
n5m
2022-10-31
1
-4
/
+14
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
2
-2
/
+0
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
2
-2
/
+2
*
move threads out of system (#20674)
ringabout
2022-10-29
1
-1
/
+1
*
fix #16264 low(Time) OverflowDefect (#20552)
Bung
2022-10-29
1
-1
/
+1
*
Fix #20628 for Windows (#20667)
Andrey Makarov
2022-10-28
1
-6
/
+9
*
openssl 3 support no longer opt in + some 1.0 support (#20668)
metagn
2022-10-27
1
-2
/
+15
*
Added openarray[char] overloads to std/unicode (#20648)
Jason Beetham
2022-10-27
1
-46
/
+417
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
1
-65
/
+0
*
Change both code snippets to use the same test URL (#20647)
Saint
2022-10-25
1
-1
/
+1
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
1
-4
/
+7
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
1
-93
/
+443
*
fixes the typical (not a == b) bug in the documentation (#20643)
ringabout
2022-10-24
1
-2
/
+2
[next]