summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | make ospaths compile; fixes ospaths.getConfigDir for PosixAndreas Rumpf2018-08-231-3/+5
| * | enforce the condition of a 'when' condition to be of type bool; refs #8603Andreas Rumpf2018-08-231-1/+1
| * | add nimHasWarningX and nimHasHintX defines for feature detection purposesAndreas Rumpf2018-08-231-0/+6
| * | make nimsuggest compile againAndreas Rumpf2018-08-231-1/+1
| * | make niminst compile againAndreas Rumpf2018-08-231-1/+2
| * | fixes merge conflictAraq2018-08-2340-1695/+1844
| |\|
| | * Decrease source code size in `htmlparser` and add one check (#8690)Tim2018-08-231-1461/+1465
| | * Fix for module alias inside brackets (#8726)Oscar NihlgÄrd2018-08-233-14/+30
| | * Fixes #8719 (onFailedAssert now works for doAssert) (#8731)awr12018-08-232-8/+19
| | * partially fix #8218: nim doc --project (#8737)Timothee Cour2018-08-231-4/+3
| | * better formatting for recursive module dependency (#8735)Timothee Cour2018-08-231-1/+1
| * | make highlite.nim compile againAraq2018-08-231-1/+1
| * | make sequtils compileAraq2018-08-221-1/+0
| * | make nake test compile againAraq2018-08-221-1/+1
| * | make tdefault_nil test compile againAraq2018-08-221-1/+1
| * | make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-224-7/+10
| * | make more things compile without isNilAraq2018-08-223-4/+3
| * | make tio test green againAraq2018-08-221-3/+7
| * | even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-2236-245/+193
| * | workaround the fact that top level statements currently don't produce destruc...Araq2018-08-211-6/+9
| * | make tests green againAraq2018-08-213-5/+3
| * | some progress on destructors for builtin seqsAndreas Rumpf2018-08-202-2/+6
| * | fixes merge conflictAndreas Rumpf2018-08-19195-1344/+2049
| |\ \
| | * | make tests green againAndreas Rumpf2018-08-183-8/+7
| | * | exploit the fact that empty seqs don't have to allocate in the code generatorAndreas Rumpf2018-08-182-8/+15
| | * | changes $ for seqs to never produce 'nil'Andreas Rumpf2018-08-181-4/+1
| * | | make at least bootstrapping workAraq2018-08-0581-425/+1314
| |\ \ \
| | * | | make growobjcrash complete earlierAraq2018-08-051-1/+1
| | * | | make setLengthStr compile for the old versionAraq2018-08-041-3/+2
| | * | | Merge branch 'devel' into araq-fixes-7833Araq2018-08-045-3/+28
| | |\ \ \
| | * | | | fixes yet another regressionAraq2018-08-041-3/+12
| | * | | | emit the write barrier also for addCharAraq2018-08-041-1/+7
| | * | | | Merge branch 'devel' into araq-fixes-7833Araq2018-08-0428-173/+399
| | |\ \ \ \
| | * | | | | WIP: avoid using the old growObj in order to fix the newly introduced seq leaksAraq2018-08-031-6/+59
| | * | | | | change formating to avoid a compiler warningAraq2018-07-311-1/+1
| | * | | | | also fixes setLen and string concats; refs #7833Araq2018-07-311-8/+19
| | * | | | | make tests green againAraq2018-07-311-1/+1
| | * | | | | fixes #7833; still to-do: fix setLenAraq2018-07-304-10/+17
| * | | | | | file mode bullshitAraq2018-08-052-0/+0
| * | | | | | WIP: nothing worksAndreas Rumpf2018-08-053-12/+39
| * | | | | | destroyer pass: adaptations for the new destructor based runtimeAndreas Rumpf2018-07-272-7/+27
| * | | | | | allows a destructor to be attached to a tyString/tySequenceAndreas Rumpf2018-07-274-17/+28
| * | | | | | allocators: add deallocAll proc pointerAndreas Rumpf2018-07-271-0/+1
| * | | | | | tySequence has a tfHasAsgn flag consistentlyAndreas Rumpf2018-07-221-1/+4
| * | | | | | ast.nim: remove space for unary operatorAndreas Rumpf2018-07-221-1/+1
| * | | | | | --gc:destructors: next steps; WIPAndreas Rumpf2018-07-218-64/+108
| * | | | | | fix merge conflictAndreas Rumpf2018-07-1865-918/+2188
| |\ \ \ \ \ \
| * | | | | | | WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-1713-149/+248
| * | | | | | | more progress on destructor based stringsAndreas Rumpf2018-07-1316-253/+288
| * | | | | | | system.substr is not implemented with compilerProcs anymoreAndreas Rumpf2018-07-118-69/+159