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
/
std
/
private
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
2
-7
/
+16
*
Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)
Alexander Kernozhitsky
2024-05-27
1
-8
/
+10
*
doc(format): ospaths2,strutils: followup #23560 (#23629)
lit
2024-05-20
1
-3
/
+3
*
fixes deprecation messages and adds missing commas (#23609)
ringabout
2024-05-14
1
-3
/
+3
*
allow Nix builds by not calling git in isGitRepo for Nimble (#23515)
Jakub
2024-04-18
1
-10
/
+3
*
fix `isAbsolute` broken when `nodejs` on Windows (#23365)
litlighilit
2024-03-04
1
-3
/
+3
*
follow up #22380; fixes incorrect usages of `newWideCString` (#23278)
ringabout
2024-02-05
1
-2
/
+2
*
allow non var deinit for locks and conds: alternative way (#23099)
ringabout
2023-12-19
1
-14
/
+14
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
7
-15
/
+15
*
copyFile with POSIX_FADV_SEQUENTIAL (#22776)
Juan Carlos
2023-10-01
1
-0
/
+8
*
copyFile with bufferSize instead of hardcoded value (#22769)
Juan Carlos
2023-09-30
1
-9
/
+10
*
Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)
litlighilit
2023-09-18
1
-1
/
+1
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
2
-5
/
+6
*
fixes CI (#22471)
ringabout
2023-08-14
2
-3
/
+3
*
fixes bareExcept warnings; catch specific exceptions (#21119)
ringabout
2023-08-13
2
-3
/
+3
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
3
-4
/
+4
*
Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...
konsumlamm
2023-08-06
3
-11
/
+11
*
Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)
Tomohiro
2023-08-04
1
-4
/
+17
*
Nested `with` blocks (#22042)
awr1
2023-06-08
1
-6
/
+14
*
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...
ringabout
2023-06-01
1
-3
/
+3
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
2
-4
/
+4
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-4
/
+8
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-2
/
+15
*
remove useVersion (#21626)
metagn
2023-04-08
1
-1
/
+1
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
5
-123
/
+51
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
1
-1
/
+1
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
2
-4
/
+2
*
Add `getDataDir` proc (#21408)
Ecorous
2023-02-21
1
-0
/
+27
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
7
-1
/
+13
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-15
/
+1
*
fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)
ringabout
2022-12-20
1
-13
/
+13
*
fix #12122 (#21096)
Bung
2022-12-16
1
-2
/
+2
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-15
/
+0
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
3
-30
/
+30
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
1
-2
/
+0
*
correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)
metagn
2022-11-22
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
4
-5
/
+5
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-1
/
+1
*
move threads out of system (#20674)
ringabout
2022-10-29
2
-0
/
+410
*
Fix #20628 for Windows (#20667)
Andrey Makarov
2022-10-28
2
-14
/
+14
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
3
-27
/
+95
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
2
-23
/
+36
*
move procs in os to `appdirs` (#20605)
ringabout
2022-10-20
1
-0
/
+147
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
5
-0
/
+2228
*
[`std/os` clean up] import and export `osseps` (#20580)
ringabout
2022-10-17
1
-0
/
+111
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+3
*
make koch and tools work with `nimPreviewSlimSystem` (#20459)
ringabout
2022-09-30
1
-0
/
+3
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
1
-0
/
+37
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
1
-0
/
+4
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
1
-1
/
+1
[next]