index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
make ospaths compile; fixes ospaths.getConfigDir for Posix
Andreas Rumpf
2018-08-23
1
-3
/
+5
|
*
|
enforce the condition of a 'when' condition to be of type bool; refs #8603
Andreas Rumpf
2018-08-23
1
-1
/
+1
|
*
|
add nimHasWarningX and nimHasHintX defines for feature detection purposes
Andreas Rumpf
2018-08-23
1
-0
/
+6
|
*
|
make nimsuggest compile again
Andreas Rumpf
2018-08-23
1
-1
/
+1
|
*
|
make niminst compile again
Andreas Rumpf
2018-08-23
1
-1
/
+2
|
*
|
fixes merge conflict
Araq
2018-08-23
40
-1695
/
+1844
|
|
\
|
|
|
*
Decrease source code size in `htmlparser` and add one check (#8690)
Tim
2018-08-23
1
-1461
/
+1465
|
|
*
Fix for module alias inside brackets (#8726)
Oscar NihlgÄrd
2018-08-23
3
-14
/
+30
|
|
*
Fixes #8719 (onFailedAssert now works for doAssert) (#8731)
awr1
2018-08-23
2
-8
/
+19
|
|
*
partially fix #8218: nim doc --project (#8737)
Timothee Cour
2018-08-23
1
-4
/
+3
|
|
*
better formatting for recursive module dependency (#8735)
Timothee Cour
2018-08-23
1
-1
/
+1
|
*
|
make highlite.nim compile again
Araq
2018-08-23
1
-1
/
+1
|
*
|
make sequtils compile
Araq
2018-08-22
1
-1
/
+0
|
*
|
make nake test compile again
Araq
2018-08-22
1
-1
/
+1
|
*
|
make tdefault_nil test compile again
Araq
2018-08-22
1
-1
/
+1
|
*
|
make more tests green; system.repr does not produce 'nil' for strings and seq...
Araq
2018-08-22
4
-7
/
+10
|
*
|
make more things compile without isNil
Araq
2018-08-22
3
-4
/
+3
|
*
|
make tio test green again
Araq
2018-08-22
1
-3
/
+7
|
*
|
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
36
-245
/
+193
|
*
|
workaround the fact that top level statements currently don't produce destruc...
Araq
2018-08-21
1
-6
/
+9
|
*
|
make tests green again
Araq
2018-08-21
3
-5
/
+3
|
*
|
some progress on destructors for builtin seqs
Andreas Rumpf
2018-08-20
2
-2
/
+6
|
*
|
fixes merge conflict
Andreas Rumpf
2018-08-19
195
-1344
/
+2049
|
|
\
\
|
|
*
|
make tests green again
Andreas Rumpf
2018-08-18
3
-8
/
+7
|
|
*
|
exploit the fact that empty seqs don't have to allocate in the code generator
Andreas Rumpf
2018-08-18
2
-8
/
+15
|
|
*
|
changes $ for seqs to never produce 'nil'
Andreas Rumpf
2018-08-18
1
-4
/
+1
|
*
|
|
make at least bootstrapping work
Araq
2018-08-05
81
-425
/
+1314
|
|
\
\
\
|
|
*
|
|
make growobjcrash complete earlier
Araq
2018-08-05
1
-1
/
+1
|
|
*
|
|
make setLengthStr compile for the old version
Araq
2018-08-04
1
-3
/
+2
|
|
*
|
|
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
5
-3
/
+28
|
|
|
\
\
\
|
|
*
|
|
|
fixes yet another regression
Araq
2018-08-04
1
-3
/
+12
|
|
*
|
|
|
emit the write barrier also for addChar
Araq
2018-08-04
1
-1
/
+7
|
|
*
|
|
|
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
28
-173
/
+399
|
|
|
\
\
\
\
|
|
*
|
|
|
|
WIP: avoid using the old growObj in order to fix the newly introduced seq leaks
Araq
2018-08-03
1
-6
/
+59
|
|
*
|
|
|
|
change formating to avoid a compiler warning
Araq
2018-07-31
1
-1
/
+1
|
|
*
|
|
|
|
also fixes setLen and string concats; refs #7833
Araq
2018-07-31
1
-8
/
+19
|
|
*
|
|
|
|
make tests green again
Araq
2018-07-31
1
-1
/
+1
|
|
*
|
|
|
|
fixes #7833; still to-do: fix setLen
Araq
2018-07-30
4
-10
/
+17
|
*
|
|
|
|
|
file mode bullshit
Araq
2018-08-05
2
-0
/
+0
|
*
|
|
|
|
|
WIP: nothing works
Andreas Rumpf
2018-08-05
3
-12
/
+39
|
*
|
|
|
|
|
destroyer pass: adaptations for the new destructor based runtime
Andreas Rumpf
2018-07-27
2
-7
/
+27
|
*
|
|
|
|
|
allows a destructor to be attached to a tyString/tySequence
Andreas Rumpf
2018-07-27
4
-17
/
+28
|
*
|
|
|
|
|
allocators: add deallocAll proc pointer
Andreas Rumpf
2018-07-27
1
-0
/
+1
|
*
|
|
|
|
|
tySequence has a tfHasAsgn flag consistently
Andreas Rumpf
2018-07-22
1
-1
/
+4
|
*
|
|
|
|
|
ast.nim: remove space for unary operator
Andreas Rumpf
2018-07-22
1
-1
/
+1
|
*
|
|
|
|
|
--gc:destructors: next steps; WIP
Andreas Rumpf
2018-07-21
8
-64
/
+108
|
*
|
|
|
|
|
fix merge conflict
Andreas Rumpf
2018-07-18
65
-918
/
+2188
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
13
-149
/
+248
|
*
|
|
|
|
|
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
16
-253
/
+288
|
*
|
|
|
|
|
|
system.substr is not implemented with compilerProcs anymore
Andreas Rumpf
2018-07-11
8
-69
/
+159
[prev]
[next]