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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix grammar top rule (#22325)
Khaled Hammouda
2023-07-24
1
-1
/
+1
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
2
-11
/
+74
*
Document `cast` zeroing memory (#22313)
konsumlamm
2023-07-22
1
-14
/
+17
*
Adding info to manual (#22252)
Ryan McConnell
2023-07-19
1
-3
/
+57
*
clean up the documentation (#22196)
ringabout
2023-07-02
10
-20
/
+14
*
Tidy contributing.md: format cmd (#22204)
心夏❤v
2023-07-01
1
-2
/
+2
*
docs nimBasePattern (#22179)
Juan M Gómez
2023-06-28
1
-0
/
+2
*
destructors: update, =destroy does not require a 'var T' (#22168)
Andreas Rumpf
2023-06-27
1
-3
/
+3
*
allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...
ringabout
2023-06-21
1
-6
/
+6
*
better docs; undocument sinkInference as it doesn't work (#22089)
Andreas Rumpf
2023-06-13
2
-10
/
+8
*
make binary `not` not parse complex expressions on right side (#22078)
metagn
2023-06-12
1
-3
/
+3
*
Atlas: now in its own repository (#22066)
Andreas Rumpf
2023-06-10
1
-188
/
+0
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
2
-68
/
+3
*
fixes typos in the constructor docs (#22035)
Juan M Gómez
2023-06-09
1
-3
/
+3
*
Fix indentation in destructors.md (#22048)
Antonis Geralis
2023-06-08
1
-1
/
+1
*
fixes #19086: Document exception and defect hierarchy (#22030)
Raynei
2023-06-08
1
-0
/
+32
*
documents constructor (#22013)
Juan M Gómez
2023-06-06
1
-0
/
+58
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-11
/
+15
*
update the documentation of the dup hook (#21984)
ringabout
2023-06-03
1
-2
/
+12
*
Atlas: virtual environments (#21965)
Andreas Rumpf
2023-05-30
1
-0
/
+15
*
Atlas: URL rewrite rules; --autoinit flag (#21963)
Andreas Rumpf
2023-05-30
1
-0
/
+37
*
Atlas: some final cleanups (#21947)
Andreas Rumpf
2023-05-28
2
-14
/
+10
*
ship atlas and build documentation (#21945)
ringabout
2023-05-28
2
-0
/
+144
*
fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)
heterodoxic
2023-05-26
1
-1
/
+1
*
documents changes on byref and bycopy (#21882)
Juan M Gómez
2023-05-22
1
-6
/
+10
*
Moves virtual under its own section manual_experimental.md (#21870)
Juan M Gómez
2023-05-20
1
-2
/
+2
*
documents virtual (#21860)
Juan M Gómez
2023-05-19
1
-0
/
+76
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
2
-6
/
+127
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
2
-2
/
+37
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
2
-11
/
+10
*
fixes links of generic `define` pragma (#21828)
ringabout
2023-05-11
1
-1
/
+1
*
documents codegendecl for object types (#21811)
Juan M Gómez
2023-05-08
1
-2
/
+25
*
Document about size pragma (#21794)
Tomohiro
2023-05-06
1
-0
/
+31
*
Update the Nim Manual compile pragma with the second tuple form (#21773)
Daniel Belmes
2023-05-05
1
-0
/
+6
*
closes #21771; fixes the link (#21777)
ringabout
2023-05-03
1
-1
/
+1
*
fixes #21245; warn about destructors that can raise (#21726)
Andreas Rumpf
2023-04-26
1
-3
/
+11
*
documents #21628 (#21723)
Juan M Gómez
2023-04-24
1
-0
/
+29
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
1
-10
/
+7
*
Documented path substitution by compiler (#21662)
Raynei
2023-04-21
2
-0
/
+13
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-3
/
+6
*
Update nim 2.0 documentation for docgen & nimgrep (#21665)
Andrey Makarov
2023-04-17
2
-31
/
+59
*
make grammar a bit more honest (#21655)
metagn
2023-04-14
1
-9
/
+10
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-0
/
+2
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
2
-3
/
+46
*
remove useVersion (#21626)
metagn
2023-04-08
1
-1
/
+0
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
1
-9
/
+0
*
Remove the "This module" suffix and reword some entries from the stdlib overv...
Yardanico
2023-03-30
1
-107
/
+97
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
1
-0
/
+13
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
2
-3
/
+33
*
Docs: Mention Source Code Filters in `lib/String handling` (#21570)
Zoom
2023-03-28
1
-1
/
+3
[next]