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
*
update the documentation about the new strings/seqs behaviours
Andreas Rumpf
2018-04-29
3
-1790
/
+10
*
times.nim: don't rely on zero terminator
Andreas Rumpf
2018-04-29
1
-47
/
+50
*
make memoization test compile again
Andreas Rumpf
2018-04-29
1
-1
/
+1
*
make httpclient work without zero terminators
Andreas Rumpf
2018-04-29
1
-7
/
+3
*
make nre compile again
Andreas Rumpf
2018-04-29
1
-4
/
+4
*
disable hanging test
Andreas Rumpf
2018-04-29
1
-0
/
+1
*
pegs: don't rely on terminating zero
Andreas Rumpf
2018-04-29
1
-17
/
+25
*
critbits: don't rely on terminating zero
Andreas Rumpf
2018-04-29
1
-3
/
+4
*
make more tests green
Andreas Rumpf
2018-04-29
2
-3
/
+3
*
uri.nim: don't rely on zero termination
Andreas Rumpf
2018-04-29
1
-21
/
+18
*
parseopt stdlib module: dont rely on the zero terminator
Andreas Rumpf
2018-04-29
1
-23
/
+25
*
cgi module: don't depent on the terminating zero
Andreas Rumpf
2018-04-29
1
-10
/
+10
*
the compiler does not rely on the zero terminator anymore
Andreas Rumpf
2018-04-29
3
-14
/
+13
*
RST package: don't use obsolete toLower proc
Andreas Rumpf
2018-04-29
1
-1
/
+1
*
parseutils does not depend on the zero terminator anymore
Andreas Rumpf
2018-04-29
1
-53
/
+54
*
strscans module does not rely on the zero terminator anymore
Andreas Rumpf
2018-04-29
1
-15
/
+19
*
renderer.nim: bugfix
Andreas Rumpf
2018-04-29
1
-0
/
+1
*
strutils: code cleanups and do not rely on the terminating binary zero anymore
Andreas Rumpf
2018-04-28
2
-297
/
+101
*
sigmatch: speed it up
Andreas Rumpf
2018-04-28
2
-20
/
+19
*
minor speedup: concept tests still green
Andreas Rumpf
2018-04-28
3
-14
/
+15
*
stuff that is green
Andreas Rumpf
2018-04-28
3
-23
/
+37
*
correct comparisons for nil strings/seqs
Andreas Rumpf
2018-04-28
7
-23
/
+91
*
make tests green
Andreas Rumpf
2018-04-28
2
-2
/
+2
*
string to cstring conversions produce the empty C string for nil; this will b...
Andreas Rumpf
2018-04-28
3
-6
/
+9
*
make tests green again
Andreas Rumpf
2018-04-28
2
-8
/
+8
*
codegen: support nil strings/seqs in more places
Andreas Rumpf
2018-04-28
1
-5
/
+5
*
system.nim documentation: setLen can handle nil now
Andreas Rumpf
2018-04-28
1
-4
/
+2
*
fixes #7663
Andreas Rumpf
2018-04-28
1
-7
/
+8
*
system.nim: minor code cleanup
Andreas Rumpf
2018-04-28
1
-4
/
+1
*
semcheck: code cleanups
Andreas Rumpf
2018-04-28
3
-55
/
+5
*
remove standalone 'except' and 'finally' statements that have been deprecated...
Andreas Rumpf
2018-04-28
1
-72
/
+38
*
fixes #7601, array construction of ptr generics (#7671)
andri lim
2018-04-27
3
-2
/
+71
*
Fix the return value of GetType and friends when given a `var T` type. (#7701)
Varriount
2018-04-27
1
-1
/
+6
*
nil in string concats does not produce crashes anymore
Andreas Rumpf
2018-04-27
3
-12
/
+42
*
make nimfix compile again (#7708)
alaviss
2018-04-27
1
-7
/
+7
*
setLen doesn't crash on nil strings/seqs anymore
Andreas Rumpf
2018-04-27
2
-5
/
+12
*
'add' on a nil sequence doesn't produce a crash anymore
Andreas Rumpf
2018-04-27
2
-4
/
+16
*
enforce dot and call operators are used with an explicit .experimental pragma
Andreas Rumpf
2018-04-27
1
-2
/
+4
*
nimgrep: count the number of matches
Andreas Rumpf
2018-04-27
1
-8
/
+11
*
fixes #7600, generic object with generic ref object parent typerel bug (#7678)
andri lim
2018-04-27
3
-2
/
+42
*
fix #7680 (#7683)
hlaaf
2018-04-26
1
-3
/
+6
*
Merge pull request #7692 from teroz/patch-1
Dominik Picheta
2018-04-25
1
-4
/
+4
|
\
|
*
Improve deprecation messages in json docs.
Dominik Picheta
2018-04-25
1
-4
/
+4
|
*
tiny typo
Terence Namusonge
2018-04-25
1
-1
/
+1
*
|
Improve progress reporting example. Refs #7693
Dominik Picheta
2018-04-25
1
-3
/
+8
*
|
Merge pull request #7693 from enthus1ast/patch-1
Dominik Picheta
2018-04-25
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
copy pastable progress reporting example
David Krause
2018-04-25
1
-1
/
+2
|
/
*
Fixes #802, #803 and #3775 - genscript issues (#7677)
genotrance
2018-04-25
8
-12
/
+57
*
Rename `Time.nanoseconds` to `nanosecond` (#7673)
Oscar NihlgÄrd
2018-04-25
3
-33
/
+37
*
Consts in fenv (#7688)
cooldome
2018-04-25
1
-23
/
+32
[next]