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
*
finish #11292: fix `addQuoted` and add changelog entry (#11301)
Miran
2019-05-22
1
-0
/
+4
*
low/high for float ranges (#11177)
Oscar Nihlgård
2019-05-06
1
-4
/
+4
*
Fix ..< iterator (#11103)
Arne Döring
2019-05-03
1
-0
/
+14
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-0
/
+6
*
added system.unown to make 'owned' sane to use in practice; later on we might...
Araq
2019-04-29
1
-1
/
+6
*
make seq.add more effective for --newruntime
Araq
2019-04-25
1
-12
/
+1
*
deprecate programResult, avoid exposing in standalone mode (#11075)
Jacek Sieka
2019-04-23
1
-6
/
+4
*
system.nim: copyMem and friends do not raise any exception
Araq
2019-04-22
1
-4
/
+6
*
added system.disarm (experimental)
Araq
2019-04-12
1
-0
/
+7
*
respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules
Araq
2019-04-08
1
-3
/
+2
*
destructors: we are cooking now
Araq
2019-04-06
1
-9
/
+24
*
refactoring: move threadlocalstorage into its own file
Araq
2019-04-04
1
-3
/
+5
*
newruntime: progress
Araq
2019-04-02
1
-4
/
+4
*
newruntime: progress
Araq
2019-04-01
1
-0
/
+2
*
make Boehm GC work on Windows
Araq
2019-03-30
1
-1
/
+4
*
system.nim: documentation improvements
Andreas Rumpf
2019-03-23
1
-4
/
+7
*
add short overview of the system module (#10883)
Miran
2019-03-23
1
-24
/
+55
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
Add OpenMP overload with stepping (#10891)
Mamy Ratsimbazafy
2019-03-22
1
-0
/
+18
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-33
/
+35
*
Revert "put extracted modules behind the switch, to enable doc generation"
narimiran
2019-03-14
1
-11
/
+10
*
put extracted modules behind the switch, to enable doc generation
narimiran
2019-03-14
1
-10
/
+11
*
move system.dollars in a separate file (#10829)
Miran
2019-03-13
1
-181
/
+32
*
system: some documentation improvements (#10809)
Miran
2019-03-11
1
-777
/
+1349
*
Don't include the nimhcr dev docs in the system module documentation (#10759)
zah
2019-03-08
1
-2
/
+0
*
move assertions and iterators out of system.nim (#10597)
Miran
2019-03-07
1
-423
/
+65
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-0
/
+4
*
make exception handling use owned refs
Andreas Rumpf
2019-03-05
1
-5
/
+13
*
attempt to make the CIs happy by using the older syntax
Andreas Rumpf
2019-03-04
1
-1
/
+1
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
1
-15
/
+35
*
code cleanup: there is no MoveError and sinks are always available
Andreas Rumpf
2019-03-04
1
-27
/
+16
*
make 'doc io.nim' work
Andreas Rumpf
2019-03-04
1
-2
/
+3
*
alloc et al don't have any effect; fixes #9746
Araq
2019-03-01
1
-16
/
+16
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+19
*
system.nim: spacing
Andreas Rumpf
2019-02-21
1
-1
/
+1
*
gc:destructors: make system/repr compile
Andreas Rumpf
2019-02-21
1
-1
/
+1
*
gc:destructors: slightly more stuff compiles
Araq
2019-02-20
1
-1
/
+4
*
system.nim: avoid 'cannot prove init' warnings for the '..' constructors
Araq
2019-02-20
1
-3
/
+2
*
fixed merge conflict
Andreas Rumpf
2019-02-18
1
-10
/
+24
|
\
|
*
allow string insert in nimscript, fixes #10561
narimiran
2019-02-15
1
-1
/
+1
|
*
deprecated leftovers from era of no unsigned integer types (#10605)
Arne Döring
2019-02-14
1
-9
/
+23
|
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-08
1
-20
/
+0
*
|
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-13
1
-20
/
+0
*
|
make it work with latest system.nim
Andreas Rumpf
2019-02-08
1
-12
/
+8
*
|
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-355
/
+155
|
\
|
|
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-285
/
+43
|
*
Remove unused variable
LemonBoy
2019-01-30
1
-1
/
+1
|
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-18
/
+18
|
*
fixes #9149 [backport]
Araq
2019-01-29
1
-4
/
+6
|
*
make --define:noSignalHandler compile again
Araq
2019-01-22
1
-1
/
+1
[next]