| Commit message (Expand) | Author | Age | Files | Lines |
* | alternative, much simpler algorithm for strict func checking (#21066) | Andreas Rumpf | 2022-12-11 | 1 | -4/+1 |
* | refactor os imports into corresponding small modules (#20720) | ringabout | 2022-11-01 | 1 | -1/+1 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+4 |
* | remove outdated codes (#17140) | flywind | 2021-02-22 | 1 | -1/+0 |
* | fix some warnings (#16952) | flywind | 2021-02-08 | 1 | -1/+1 |
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -12/+0 |
* | Don't use os for Standalone (#15944) | wilypomegranate | 2020-11-13 | 1 | -2/+2 |
* | string is not nil anymore (#15352) | flywind | 2020-09-18 | 1 | -4/+2 |
* | Add some enhancements to `jsonutils.nim` (#15133) | Ivan Bobev | 2020-09-09 | 1 | -19/+1 |
* | better strict funcs, WIP (#15199) | Andreas Rumpf | 2020-08-18 | 1 | -5/+8 |
* | [FIX] strtabs interpolation in nimscript (#15172) | haxscramper | 2020-08-09 | 1 | -1/+1 |
* | Remove `noSideEffect` pragmas (#15143) | sschwarzer | 2020-08-01 | 1 | -1/+1 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -1/+19 |
* | Improve JSON serialisation of strtabs (#14549) | PMunch | 2020-06-05 | 1 | -1/+1 |
* | fixes #13946 (#14302) | Andreas Rumpf | 2020-05-11 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -0/+1 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -2/+2 |
* | fixes #12996 | Araq | 2020-01-05 | 1 | -1/+2 |
* | add a StringTable.clear that requires no mode specification (#12853) | Andy Davidoff | 2019-12-09 | 1 | -1/+5 |
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -0/+2 |
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -24/+26 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | makes koch.nim sem'check with --newruntime | Araq | 2019-04-06 | 1 | -1/+1 |
* | see what appveyor thinks about this | Araq | 2019-04-01 | 1 | -2/+2 |
* | newruntime: progress | Araq | 2019-04-01 | 1 | -6/+3 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -45/+42 |
* | better docs: strtabs (#10704) | Miran | 2019-02-19 | 1 | -104/+209 |
* | Change strtabs.nextTry to match the assumption in strtabs.del | Oscar Nihlgård | 2019-02-03 | 1 | -1/+1 |
* | Implement {.booldefine.} (#10533) | Oscar Nihlgård | 2019-02-03 | 1 | -1/+27 |
* | Added examples to strtabs module (#10160) | Ico Doornekamp | 2019-01-07 | 1 | -0/+31 |
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -16/+3 |
* | strtabs: fixes stupid typo | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
* | make VM tests green | Araq | 2018-04-30 | 1 | -9/+9 |
* | Support `in` operator on StringTableRef | Lynn C. Rees | 2017-09-08 | 1 | -0/+4 |
* | added default param to strtabs.getOrDefault (#5280) | David Krause | 2017-01-26 | 1 | -2/+2 |
* | make tests green | Araq | 2016-11-08 | 1 | -1/+1 |
* | Allow to use strtabs module with js target | Anatoly Galiulin | 2016-09-08 | 1 | -14/+24 |
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -2/+2 |
* | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 1 | -0/+5 |
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 1 | -12/+17 |
|\ |
|
| * | Rename mget to `[]` | def | 2015-03-31 | 1 | -13/+18 |
* | | add assert test to end of module | JamesP | 2015-10-06 | 1 | -6/+9 |
* | | bug fix #3416 add wrapper around `[]=` to account for | JamesP | 2015-10-05 | 1 | -3/+6 |
* | | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -4/+4 |
* | | Rename clearStringTable to clear | def | 2015-03-17 | 1 | -2/+2 |
* | | Rename resetStringTable to clearStringTable | def | 2015-03-17 | 1 | -1/+1 |
* | | Make strtabs module usable when avoiding allocations | def | 2015-03-17 | 1 | -0/+6 |
|/ |
|
* | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 1 | -1/+1 |
* | compiler distinguishes between 2 different 'var' types for C++ interop; code ... | Araq | 2015-02-07 | 1 | -1/+1 |
* | more modules updated | Araq | 2014-08-28 | 1 | -18/+18 |