summary refs log tree commit diff stats
path: root/lib/system/strmantle.nim
Commit message (Collapse)AuthorAgeFilesLines
* ARC: ported the GC tests over to --gc:arcAraq2019-11-261-0/+9
|
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-1/+1
|
* consistent floating point output (#12219)Andreas Rumpf2019-09-201-31/+12
| | | | | * unify float printing * makes tests green
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-3/+3
| | | | --styleCheck:error
* fixes #11447Andreas Rumpf2019-07-061-1/+1
|
* [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-121-30/+33
|
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-6/+6
| | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry
* fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)Miran2019-05-211-7/+15
|
* hotfix: nimParseBiggestFloat needs to be patched for the newer string ↵Andreas Rumpf2019-04-201-20/+20
| | | | implementations; refs #11062
* move system.dollars in a separate file (#10829)Miran2019-03-131-1/+3
|
* system: some documentation improvements (#10809)Miran2019-03-111-0/+14
|
* system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)alaviss2019-01-081-1/+1
| | | thanks @timotheecour for spotting this
* --gc:destructors: next steps; WIPAndreas Rumpf2018-07-211-0/+18
|
* string comparisons don't have to know the strings representationAndreas Rumpf2018-07-101-21/+8
|
* refactorings in preparations for the new runtimeAndreas Rumpf2018-07-101-0/+293