summary refs log tree commit diff stats
path: root/lib/system/dollars.nim
Commit message (Collapse)AuthorAgeFilesLines
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
| | | | * move since from inclrtl to std/private/since * move since import in system below for HCR
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-271-0/+17
| | | | * $(unsigned) now works for js * move NimMajor+friends closer to NimVersion according as per reviewer feedback
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-3/+3
|
* refactor system.$ for objects a little; refs #13398Araq2020-04-201-9/+3
|
* Fix unused warning for `$` for empty tuple/objects (#13991)hlaaftana2020-04-181-1/+2
|
* replace old problematic isNamedTuple implementation by TypeTrait ↵Timothee Cour2020-02-071-11/+15
| | | | | | | | isNamedTuple in dollars.nim (#13347) * replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple * fix for bootstrap
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-1/+1
| | | | --styleCheck:error
* move system.dollars in a separate file (#10829)Miran2019-03-131-0/+158