summary refs log tree commit diff stats
path: root/lib/system/strmantle.nim
Commit message (Expand)AuthorAgeFilesLines
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-5/+1
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-041-10/+10
* better addInt (#16160)flywind2020-12-011-15/+81
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* $(uint|uint64) now works with nimscript (#15644)Timothee Cour2020-10-201-20/+0
* Clean out Deprecated proc (#14797)Juan Carlos2020-06-291-8/+0
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+3
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-1/+7
* 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
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-3/+3
* 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
* 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 impleme...Andreas Rumpf2019-04-201-20/+20
* 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
* --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