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
/
compiler
/
vmops.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)
ringabout
2024-08-11
1
-2
/
+3
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
1
-0
/
+4
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+2
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-1
/
+7
*
fixes booting warnings (#21583)
ringabout
2023-04-10
1
-1
/
+0
*
Add `contains` to `std/macrocache` (#21304)
Jake Leahy
2023-02-01
1
-0
/
+6
*
fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)
ringabout
2023-01-26
1
-1
/
+1
*
fixes #18134; registers `formatBiggestFloat` in VM (#21299)
ringabout
2023-01-26
1
-1
/
+7
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-40
/
+38
*
disable "Warning: gc is deprecated" in compiler (#21137)
ringabout
2022-12-20
1
-0
/
+2
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
1
-2
/
+3
*
createDir is now callable at compile time (#20824)
Don-Duong Quach
2022-11-14
1
-3
/
+18
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+2
*
change vm imports after bootstrapping (#20602)
ringabout
2022-10-20
1
-1
/
+2
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
1
-3
/
+6
*
refactor envvars, oserrors; register vmops (#20592)
ringabout
2022-10-18
1
-7
/
+10
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-2
/
+2
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-1
/
+1
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
1
-0
/
+2
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-32
/
+32
*
[vm] refactor `stdlib.marshal.load` (#19905)
flywind
2022-06-19
1
-17
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
register callback for marshal in VM (#19578)
flywind
2022-03-08
1
-1
/
+35
*
move io out of system (#19442)
flywind
2022-02-02
1
-1
/
+1
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-0
/
+1
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-6
/
+0
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
1
-3
/
+11
*
followup #18759: make compiler build cleanly with 0 warnings/hints (#18764)
Timothee Cour
2021-08-28
1
-2
/
+4
*
more minor bootstrapping cleanups (#18759)
Miran
2021-08-28
1
-1
/
+0
*
fixes #18371 (#18617)
Andreas Rumpf
2021-07-30
1
-2
/
+5
*
delEnv now works at CT (#18568)
Timothee Cour
2021-07-27
1
-1
/
+2
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-0
/
+11
*
minor clenup in vmops (#18529)
Timothee Cour
2021-07-19
1
-4
/
+5
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+3
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-0
/
+1
*
bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...
Timothee Cour
2021-04-30
1
-8
/
+8
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-8
/
+8
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+4
*
Revert "make system random work in VM" (#17378)
flywind
2021-03-15
1
-33
/
+0
*
fix #17118 (#17119) [backport:1.2]
flywind
2021-02-22
1
-1
/
+10
*
make system random work in VM (#17059)
flywind
2021-02-17
1
-9
/
+45
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-0
/
+1
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
1
-1
/
+8
*
add math.signbit (#16592)
flywind
2021-01-07
1
-0
/
+6
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-0
/
+6
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-3
/
+17
*
Added std/effecttraits.nim (#15462)
Andreas Rumpf
2020-10-02
1
-0
/
+9
*
Remove little lies :)
Clyybber
2020-08-08
1
-5
/
+6
[next]