Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+2 |
| | |||||
* | [other] prettify collections (#11695) | Miran | 2019-07-09 | 1 | -4/+4 |
| | |||||
* | [bugfix] fix #11588, don't check if SharedTable is initialized | narimiran | 2019-06-26 | 1 | -1/+3 |
| | |||||
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -2/+2 |
| | | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random | ||||
* | Initialized collections (#11094) | Miran | 2019-04-29 | 1 | -1/+9 |
| | | | | | | | | | | | | * tables: initialized by default * sets: initialized by default * DRY: extract shared functionality * add a changelog entry * fix errors * don't test include files * make it work for sharedtables * fix discovered bugs * add exhaustive tests | ||||
* | more documentation fixes | Araq | 2018-03-05 | 1 | -5/+7 |
| | |||||
* | Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990) | Yuriy Glukhov | 2017-12-31 | 1 | -5/+15 |
| | |||||
* | improve the docs for tables.add | Araq | 2017-12-12 | 1 | -0/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | Add compute proc for SharedTable (#5385) | Ruslan Mustakov | 2017-03-02 | 1 | -0/+46 |
| | |||||
* | Allow compilation of sharedtables.nim | coffeepots | 2016-09-09 | 1 | -0/+2 |
| | | | tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl. | ||||
* | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 1 | -8/+11 |
| | |||||
* | Introduce template withValue() | cheatfate | 2016-05-26 | 1 | -0/+53 |
| | |||||
* | prepared selectors module for multi threading | Araq | 2015-06-30 | 1 | -3/+3 |
| | |||||
* | some progress on making async multithreaded | Araq | 2015-05-28 | 1 | -0/+105 |