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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Zshell completion (#19354)
Andrey Makarov
2022-01-18
1
-144
/
+114
*
update deprecated example (#19415)
Hamid Bluri
2022-01-18
1
-1
/
+1
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
3
-0
/
+129
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
3
-23
/
+81
*
fix no net compilation on zephyr (#19399)
Jaremy Creechley
2022-01-17
1
-6
/
+10
*
mangle names in nimbase.h using cppDefine (#19395) [backport]
flywind
2022-01-17
2
-0
/
+21
*
improve changelog a bit (#19400)
flywind
2022-01-17
1
-3
/
+1
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
3
-2
/
+5
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
30
-67
/
+70
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
9
-51
/
+413
*
move type operation section and remove deepcopy document (#19389)
flywind
2022-01-15
2
-40
/
+26
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
2
-25
/
+71
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
2
-2
/
+54
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
3
-1
/
+31
*
docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]
Leon
2022-01-13
1
-3
/
+3
*
update copyright year (#19381)
flywind
2022-01-13
3
-3
/
+3
*
docs: Mention `import foo {.all.}` syntax (#19377)
Leon
2022-01-13
1
-0
/
+11
*
make rst thread safe (#19369)
flywind
2022-01-13
1
-3
/
+3
*
nimscript ignore the threads option (#19370)
flywind
2022-01-13
1
-1
/
+1
*
bitsets.nim: cleanup (#19361)
Andreas Rumpf
2022-01-11
1
-24
/
+11
*
remove spaces between an identifier and a star (#19355)
flywind
2022-01-10
1
-19
/
+19
*
fix stylecheck error with asyncdispatch (#19350)
flywind
2022-01-10
3
-1
/
+36
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
3
-0
/
+16
*
added filemode docs (#19346)
Smarcy
2022-01-09
1
-1
/
+4
*
stylecheck usages part two: stdlib cleanup (#19338)
flywind
2022-01-08
3
-3
/
+3
*
fix nim-lang#19343 (#19344) [backport]
Zachary Marquez
2022-01-08
1
-1
/
+1
*
disable fragments (#19341)
flywind
2022-01-08
1
-1
/
+1
*
Fix #19038 - making the Nim compiler work again on Windows XP (#19331)
rockcavera
2022-01-07
2
-22
/
+24
*
Update net.nim (#19327) [backport]
rockcavera
2022-01-06
1
-1
/
+1
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
49
-76
/
+76
*
add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...
flywind
2022-01-04
3
-35
/
+23
*
correct the comments (#19322)
flywind
2022-01-04
1
-2
/
+2
*
docs: Fix typo in tut1.rst (#19324)
Nan Xiao
2022-01-04
1
-1
/
+1
*
devel: style fix (#19318)
Ștefan Talpalaru
2022-01-04
2
-2
/
+2
*
fixed typos (#19316)
Smarcy
2022-01-03
1
-2
/
+2
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
2
-6
/
+18
*
enable multiple packages (arraymancer, fidget ...) (#19311)
flywind
2022-01-03
1
-3
/
+3
*
docs: Fix typo in tut1.rst (#19309)
Nan Xiao
2022-01-03
1
-1
/
+1
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
3
-0
/
+183
*
[docs] clarify the raised exception (#19308)
flywind
2022-01-03
1
-4
/
+4
*
add compile time option for POSIX sigwait on Illumos/Solaris (#19296)
BarrOff
2022-01-02
1
-0
/
+7
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
8
-11
/
+393
*
Update manual.rst (#19301)
rockcavera
2022-01-01
1
-1
/
+1
*
Update JS and nimscript import tests (#19306)
hlaaftana
2022-01-01
2
-40
/
+53
*
fixes #16617 [backport] (#19300)
Andreas Rumpf
2021-12-31
1
-0
/
+2
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
2
-5
/
+18
*
enable `maxDescriptors` on Illumos/Solaris (#19295)
BarrOff
2021-12-30
2
-4
/
+4
*
nep1: make header reflect reality (#19294)
Andreas Rumpf
2021-12-29
1
-3
/
+3
*
fix 19292 (#19293)
rockcavera
2021-12-29
1
-6
/
+9
*
fixes grammar typos [backport] (#19289)
Andreas Rumpf
2021-12-27
2
-6
/
+6
[next]