Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | [bugfix] fix #11588, don't check if SharedTable is initialized | narimiran | 2019-06-26 | 1 | -10/+10 |
| | |||||
* | [bugfix] fix OrderedTable default initialization (#11549) | Miran | 2019-06-20 | 1 | -0/+3 |
| | |||||
* | make fullpaths the default in error messages and stack traces for mor… ↵ | Andreas Rumpf | 2019-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | (#11385) * make fullpaths the default in error messages and stack traces for more convenient development * split up -d:release into -d:release and -d:danger flags * workaround a Nim config parser bug * fixes an old nim config parser bug * make megatest green again * make nimpretty tests work again * make nimsuggest green | ||||
* | Initialized collections (#11094) | Miran | 2019-04-29 | 1 | -55/+56 |
| | | | | | | | | | | | | * 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 | ||||
* | stdlib: use system.default if it exists | Andreas Rumpf | 2019-03-05 | 1 | -3/+4 |
| | |||||
* | better docs: tables | narimiran | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | Add compute proc for SharedTable (#5385) | Ruslan Mustakov | 2017-03-02 | 1 | -3/+6 |
| | |||||
* | Workaround for #5098 | Yuriy Glukhov | 2016-12-05 | 1 | -4/+3 |
| | |||||
* | Fixes #5035 | Felix Krause | 2016-11-18 | 1 | -4/+10 |
| | |||||
* | Merge pull request #4367 from kierdavis/4365-tables-clear | Andreas Rumpf | 2016-08-25 | 1 | -1/+2 |
|\ | | | | | Improvements to tables.clear() | ||||
| * | Fix clear() on CountTable | Kier Davis | 2016-07-09 | 1 | -1/+2 |
| | | | | | | | | | | | | The record tuples used in CountData.data don't contain an 'hcode' member, unlike Table and OrderedTable, causing the existing clearImpl() implementation to break when attempting to assign to t.data[i].hcode. | ||||
* | | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | | |||||
* | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -7/+7 |
|/ | |||||
* | attempt to fix a critical memory leak in Nim's collections | Andreas Rumpf | 2016-06-15 | 1 | -0/+8 |
| | |||||
* | Implements tables.clear. | Dominik Picheta | 2016-06-02 | 1 | -0/+5 |
| | |||||
* | Fixed Table::del in JS | Yuriy Glukhov | 2016-03-21 | 1 | -1/+4 |
| | |||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -15/+15 |
| | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
* | some progress on making async multithreaded | Araq | 2015-05-28 | 1 | -0/+132 |