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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
2
-7
/
+16
*
fixes symbolName for range enums (#24052)
ringabout
2024-09-03
1
-1
/
+7
*
fixes JS semicolon omissions (#23896)
ringabout
2024-07-26
1
-3
/
+3
*
fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)
Ward
2024-07-22
1
-1
/
+1
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
1
-6
/
+6
*
fix noreturn/implicit discard check logic (#23681)
metagn
2024-06-05
1
-1
/
+1
*
fixes #23663; Add hash() for Path (#23664)
ringabout
2024-05-31
1
-1
/
+8
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
1
-4
/
+20
*
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
*
provides a `$` function for `Path` (#23617)
ringabout
2024-05-17
1
-0
/
+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
*
Better documentation for typedthreads module (#23483)
Antoine Delègue
2024-04-11
1
-27
/
+67
*
Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)
lit
2024-04-03
1
-1
/
+4
*
fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)
ringabout
2024-03-09
1
-2
/
+2
*
fix `isAbsolute` broken when `nodejs` on Windows (#23365)
litlighilit
2024-03-04
1
-3
/
+3
*
fixes #23304; uses `snprintf` instead of `sprintf` (#23322)
ringabout
2024-02-20
1
-3
/
+3
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
2
-2
/
+4
*
follow up #22380; fixes incorrect usages of `newWideCString` (#23278)
ringabout
2024-02-05
3
-3
/
+4
*
Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23...
litlighilit
2024-01-28
1
-4
/
+4
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
2
-10
/
+10
*
allow non var deinit for locks and conds: alternative way (#23099)
ringabout
2023-12-19
1
-14
/
+14
*
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
ringabout
2023-12-13
1
-1
/
+1
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
1
-1
/
+1
*
reserve `sysFatal` for `Defect` (#22158)
Jacek Sieka
2023-11-06
1
-9
/
+6
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
35
-52
/
+52
*
explicitly import using `std/` in `tempfiles.nim` (#22851)
Vindaar
2023-10-20
1
-1
/
+1
*
fixes #22844; uses arrays to store holeyenums for iterations; much more effic...
ringabout
2023-10-20
1
-1
/
+1
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-15
/
+16
*
document `atomicInc` and `atomicDec` (#22789)
ringabout
2023-10-04
1
-0
/
+2
*
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
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-1
/
+2
*
Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)
litlighilit
2023-09-18
1
-1
/
+1
*
fixes incorrect cint overflow in system (#22718)
ringabout
2023-09-18
1
-1
/
+1
*
allow tuples and procs in 'toTask' + minor things (#22530)
Andreas Rumpf
2023-08-22
1
-1
/
+1
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
1
-0
/
+13
*
fixes syncio document (#22498)
Nan Xiao
2023-08-17
1
-2
/
+2
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
5
-52
/
+57
*
fixes CI (#22471)
ringabout
2023-08-14
2
-3
/
+3
*
fixes syncio document (#22467)
Nan Xiao
2023-08-14
1
-2
/
+2
*
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
8
-14
/
+14
*
clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)
ringabout
2023-08-08
1
-2
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+1
*
Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...
norrath-hero-cn
2023-08-05
1
-1
/
+1
*
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
*
Remove declared and not used variable in packedsets.bitincl (#22334)
Eric N. Vander Weele
2023-07-27
1
-1
/
+0
[next]