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
/
concurrency
Commit message (
Expand
)
Author
Age
Files
Lines
*
make C++ atomic opt in via -d:nimUseCppAtomics (#24209)
metagn
2024-09-30
1
-1
/
+4
*
allow C atomics on C++ with -d:nimUseCAtomics (#24207)
metagn
2024-09-30
1
-25
/
+40
*
impr: std/cpuinfo: use documented impl ; support JS (#23911)
lit
2024-08-11
1
-60
/
+81
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
3
-5
/
+5
*
deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead...
ringabout
2023-08-29
1
-0
/
+2
*
Update threadpool.nim with correct link to typedthreads module (#21865)
noah edward hall
2023-05-19
1
-1
/
+1
*
Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...
ringabout
2023-01-27
1
-1
/
+1
*
Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...
Bung
2023-01-27
1
-1
/
+1
*
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
1
-1
/
+1
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-2
/
+2
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
1
-1
/
+0
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-1
/
+1
*
move threads out of system (#20674)
ringabout
2022-10-29
1
-1
/
+1
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
2
-0
/
+6
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
1
-10
/
+7
*
add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...
flywind
2022-01-04
1
-18
/
+6
*
add comments to spawn and pinnedSpawn (#19230)
flywind
2021-12-09
1
-2
/
+4
*
fix #18844 (#18851)
flywind
2021-09-20
1
-4
/
+4
*
improve cache line size (#17885)
flywind
2021-04-29
1
-6
/
+3
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
1
-2
/
+2
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
1
-1
/
+1
*
remove unnecessary deps (#17307)
flywind
2021-03-09
1
-2
/
+0
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
1
-1
/
+1
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-1
/
+1
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-1
/
+1
*
Improve documentation for threadpool (#16821)
konsumlamm
2021-01-27
1
-40
/
+41
*
Minor docs/format changes (cpuinfo, volatile) (#16602)
konsumlamm
2021-01-06
1
-10
/
+9
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-12
/
+12
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
add simple runnableExamples for atomics (#16116)
flywind
2020-11-24
1
-0
/
+40
*
fix #12726 Cannot take the compile-time sizeof Atomic types (#15928)
Bung
2020-11-12
1
-7
/
+8
*
Add test coverage for atomics (#15193)
Elijah Shaw-Rutschman
2020-08-18
1
-7
/
+7
*
threadpool.nim: minor code style changes
Araq
2020-07-18
1
-5
/
+5
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-1
/
+1
*
Step2: fixes #13781, fixes #13805 (#13897)
cooldome
2020-04-16
1
-28
/
+21
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-3
/
+5
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-0
/
+3
*
threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...
Araq
2020-03-20
1
-3
/
+3
*
csize => csize_t for sysctl
Timothee Cour
2020-01-28
1
-3
/
+2
*
Fix #12812
Clyybber
2019-12-05
1
-1
/
+1
*
remove unused imports
narimiran
2019-11-06
1
-4
/
+1
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-1
/
+1
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
2
-2
/
+2
*
threadpool: fix link in docs [ci skip] (#12258) [backport]
Jjp137
2019-09-25
1
-1
/
+1
*
last stdlib cleanups
Araq
2019-09-21
3
-12
/
+17
[next]