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
/
manual.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
open new scope for const values (#24084)
metagn
2024-09-09
1
-0
/
+9
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-1
/
+36
*
fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)
ringabout
2024-08-11
1
-3
/
+0
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
1
-3
/
+6
*
Fix example code in Nim manual that cannot be compiled without error (#23722)
Tomohiro
2024-06-15
1
-1
/
+1
*
Add a note about the sideeffect pragma (#23543)
Antonis Geralis
2024-05-08
1
-0
/
+2
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-1
/
+0
*
Update manual.md (#23393)
arkanoid87
2024-03-16
1
-1
/
+1
*
fixes broken doc links (#23255)
ringabout
2024-01-25
1
-1
/
+1
*
Fixing overload resolution documentation (#23171)
Ryan McConnell
2024-01-19
1
-22
/
+64
*
document the new ambiguous identifier resolution (#23166)
metagn
2024-01-11
1
-4
/
+26
*
Nim manual: better byref pragma explanation (#23192)
Tomohiro
2024-01-09
1
-2
/
+56
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
1
-9
/
+29
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-3
/
+3
*
fixes #22867; fixes cstring modification example on Nim Manual (#22871)
ringabout
2023-10-26
1
-1
/
+2
*
Fix typo/grammar in exception tracking section (#22801)
Levi Notik
2023-10-07
1
-1
/
+1
*
fixes a typo in the manual (#22383)
ringabout
2023-08-04
1
-1
/
+1
*
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
1
-5
/
+3
*
fixes #19086: Document exception and defect hierarchy (#22030)
Raynei
2023-06-08
1
-0
/
+32
*
documents changes on byref and bycopy (#21882)
Juan M Gómez
2023-05-22
1
-6
/
+10
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-6
/
+4
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+1
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
1
-10
/
+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
*
documents #21628 (#21723)
Juan M Gómez
2023-04-24
1
-0
/
+29
*
Documented path substitution by compiler (#21662)
Raynei
2023-04-21
1
-0
/
+2
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
1
-1
/
+12
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
1
-9
/
+0
*
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
1
-2
/
+31
*
closes #21536; fixes manual (#21552)
ringabout
2023-03-20
1
-2
/
+2
*
fixes #19291; implements `wasMoved` hook (#21303)
ringabout
2023-03-02
1
-1
/
+1
*
Fix a couple of small keyword issues. (#21416)
Benji York
2023-02-22
1
-2
/
+2
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-11
/
+9
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-0
/
+18
*
clean up the documentation of threads (#21067)
ringabout
2022-12-10
1
-12
/
+1
*
better procvar ambiguity errors, clean up after #20457 (#20932)
metagn
2022-12-01
1
-0
/
+17
*
add documentation and changelog for default object fields (#20845)
ringabout
2022-11-15
1
-0
/
+51
*
add back discard as a way to do multiline comments, see #12352 (#20688)
Pietro Peterlongo
2022-10-28
1
-0
/
+12
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-3
/
+1
*
Automatic dereferencing is removed (#20531)
ringabout
2022-10-10
1
-4
/
+0
*
Markdown indented code blocks (#20473)
Andrey Makarov
2022-10-05
1
-70
/
+76
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
1
-0
/
+15
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-11
/
+0
*
Update manual.md (#20394)
Judd
2022-09-21
1
-17
/
+18
[next]