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
path:
root
/
lib
/
system.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Automatic deref for everything but pointers in asm/emit (#8891)
LemonBoy
2018-09-07
1
-3
/
+3
*
fix items for cstring for the JS target; makes tests green again
Araq
2018-09-03
1
-4
/
+11
*
deprecate system.onRaise; fixes #1652
Araq
2018-09-03
1
-1
/
+4
*
fixes #8847
Araq
2018-09-03
1
-1
/
+1
*
introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)
Andreas Rumpf
2018-08-30
1
-0
/
+9
*
Deprecate xlen() for strings and seqs (#8782)
awr1
2018-08-26
1
-2
/
+7
*
doAssert, assert now print full path of failing line on error (#8555)
Timothee Cour
2018-08-25
1
-15
/
+13
*
fixes merge conflict
Araq
2018-08-23
1
-8
/
+8
|
\
|
*
Fixes #8719 (onFailedAssert now works for doAssert) (#8731)
awr1
2018-08-23
1
-8
/
+8
|
*
exploit nil seqs for performance (#8688)
Andreas Rumpf
2018-08-20
1
-4
/
+1
*
|
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-2
/
+11
*
|
make tests green again
Araq
2018-08-21
1
-0
/
+1
*
|
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-93
/
+92
|
\
\
|
*
|
changes $ for seqs to never produce 'nil'
Andreas Rumpf
2018-08-18
1
-4
/
+1
|
|
/
|
*
Genode fixes (#8501)
Emery Hemingway
2018-08-16
1
-2
/
+7
|
*
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
1
-1
/
+1
|
|
\
|
|
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-1
/
+1
|
*
|
implement the --nilseqs switch properly
Andreas Rumpf
2018-08-15
1
-2
/
+3
|
*
|
changes how the now illegal 'string == nil' comparison is detected
Andreas Rumpf
2018-08-15
1
-0
/
+4
|
*
|
make tests green again
Araq
2018-08-13
1
-2
/
+6
|
*
|
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-6
/
+15
|
*
|
rename SystemError to CatchableError in order to avoid breaking Nimble and pr...
Araq
2018-08-10
1
-4
/
+4
|
*
|
rework the exception hierarchy; refs #8363
Andreas Rumpf
2018-08-10
1
-71
/
+33
|
*
|
deprecate isNil for strings and seqs
Araq
2018-08-08
1
-4
/
+4
|
|
/
|
*
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-0
/
+17
|
*
Stricter signature for countdown/countup (#8549)
Oscar NihlgÄrd
2018-08-07
1
-3
/
+3
*
|
make at least bootstrapping work
Araq
2018-08-05
1
-4
/
+6
|
\
|
|
*
fixes #7492 excessiveStackTrace:on shows non-absolute file in stacktrace (#8469)
Timothee Cour
2018-07-30
1
-1
/
+3
|
*
Fix links to manual.html in the system module documentation (#8467)
Hugo Locurcio
2018-07-28
1
-3
/
+3
*
|
--gc:destructors: next steps; WIP
Andreas Rumpf
2018-07-21
1
-3
/
+11
*
|
fix merge conflict
Andreas Rumpf
2018-07-18
1
-23
/
+22
|
\
|
|
*
fixes #8223
Andreas Rumpf
2018-07-17
1
-3
/
+2
|
*
Don't depend on string.h in codegen (#8299)
Yuriy Glukhov
2018-07-13
1
-17
/
+17
|
*
Do not consider enums with holes as ordinals (#8264)
LemonBoy
2018-07-12
1
-3
/
+3
*
|
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
1
-0
/
+12
*
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-79
/
+84
*
|
system.substr is not implemented with compilerProcs anymore
Andreas Rumpf
2018-07-11
1
-13
/
+21
*
|
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
1
-0
/
+1
|
/
*
workaround issue #8223 nim doc fails with doAssertRaises (#8245)
Timothee Cour
2018-07-08
1
-4
/
+7
*
Add proc toOpenArray[byte] for strings (#7820)
Dmitry Atamanov
2018-07-07
1
-1
/
+2
*
Put back deprecation path for SomeReal
Mamy Ratsimbazafy
2018-07-07
1
-0
/
+2
*
system.nim: minor code style change
Araq
2018-07-06
1
-1
/
+1
*
Merge branch 'devel' of github.com:nim-lang/Nim into araq-devel
Araq
2018-07-06
1
-1
/
+1
|
\
|
*
Use '\L' instead of '\n' in system for backwards compatibility.
Dominik Picheta
2018-07-06
1
-1
/
+1
*
|
restore deprecated PNimrodNode in order to make the CIs happy
Andreas Rumpf
2018-07-05
1
-0
/
+2
*
|
system.nim: cleanup the formatting
Andreas Rumpf
2018-06-29
1
-194
/
+194
*
|
system.nim: remove deprecated symbols
Andreas Rumpf
2018-06-28
1
-74
/
+0
|
/
*
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-4
/
+18
*
Native access to Genode environment
Emery Hemingway
2018-06-07
1
-4
/
+33
*
Fix GC_getStatistics calling itself GC_disableMarkAndSweep in JS (again)
hlaaf
2018-06-06
1
-1
/
+1
[next]