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
/
core
/
locks.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
removes deprecated T/P types
Araq
2018-11-16
1
-2
/
+0
*
Disable stacktrace in locks (#6128)
Yuriy Glukhov
2017-07-21
1
-0
/
+4
*
fixes #6049 add mixin release, acquire to withLock (#6113)
andri lim
2017-07-16
1
-0
/
+1
*
Use ``when insideRLocksModule`` instead of ``when compiles``
Anatoly Galiulin
2016-03-31
1
-0
/
+1
*
Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is used
Anatoly Galiulin
2016-03-31
1
-1
/
+1
*
Documentation for `withLock`.
Dominik Picheta
2016-03-23
1
-0
/
+2
*
Rename locks.lock tmplt to withLock and change body to untyped.
Dominik Picheta
2016-03-23
1
-1
/
+1
*
Implement a `lock` template in `locks` module.
Dominik Picheta
2016-03-18
1
-0
/
+8
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-2
/
+1
|
\
|
*
get rid of deprecated effects
Araq
2015-05-13
1
-18
/
+6
*
|
lib/core - Dropped 'T' from types
pdw
2015-06-04
1
-12
/
+14
*
|
get rid of deprecated effects
Araq
2015-05-28
1
-18
/
+6
|
/
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
deprecated old locking effects
Araq
2014-12-08
1
-9
/
+12
*
Remove runtime deadlock prevention as deadlock detection at compile-time is a...
def
2014-11-11
1
-106
/
+2
*
Fix compile because of case sensitivity
def
2014-11-08
1
-1
/
+1
*
make tests green
Araq
2014-08-31
1
-9
/
+11
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-4
/
+4
*
case consistency improvements
Araq
2014-01-11
1
-25
/
+25
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-3
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
fixed some recently introduced compilation errors in the standard library
Zahary Karadjov
2011-12-13
1
-1
/
+1
*
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
1
-2
/
+3
*
locks now in their own core module
Araq
2011-08-20
1
-0
/
+158