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
*
sort modules and added std/setutils (#24168)
Alfred Morgan
2024-09-26
1
-16
/
+17
*
make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...
metagn
2024-09-18
1
-5
/
+30
*
Adds an example of using ident to name procedures to the macros tutorial (#22...
CharlesEnding
2024-09-09
1
-0
/
+30
*
open new scope for const values (#24084)
metagn
2024-09-09
1
-0
/
+9
*
Fix CSS for `number-lines` code blocks (#24081)
Jake Leahy
2024-09-09
1
-3
/
+6
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-1
/
+36
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
1
-18
/
+39
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-1
/
+10
*
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
*
Add support for nvcc & hipcc (cuda/rocm) (#23805)
Andrew Brower
2024-07-08
1
-0
/
+22
*
Revert "Document move limitations" (#23778)
Andreas Rumpf
2024-07-01
1
-1
/
+0
*
Document move limitations (#23763)
Juan Carlos
2024-06-29
1
-0
/
+1
*
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
*
fix typo: "As can been seen" to "As can be seen" (#23544)
yojiyama7
2024-04-28
1
-1
/
+1
*
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
*
remove mention of `GC_ref` and `GC_unref` for strings (#23373)
ringabout
2024-03-06
1
-5
/
+1
*
fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...
ringabout
2024-03-04
1
-0
/
+2
*
remove obselete doc with nimrtl (#23358)
ringabout
2024-03-04
1
-3
/
+0
*
Fixes #23085: update grammars for 'concept' (#23256)
Silly Carbon
2024-01-26
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
*
Nim Compiler User Guide: Add explanations about lto and strip (#23227)
Tomohiro
2024-01-18
1
-3
/
+10
*
fix link to `jsfetch` stdlib (#23203)
Ethosa
2024-01-12
1
-1
/
+1
*
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
*
Recommend hanging indent in NEP1 (#23105)
Jacek Sieka
2024-01-03
1
-15
/
+25
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
1
-0
/
+17
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
1
-0
/
+40
*
document `--experimental:vtables` (#23111)
ringabout
2023-12-21
1
-0
/
+35
*
fixes nimdoc warnings (#23110)
ringabout
2023-12-21
1
-1
/
+1
*
fixes #18073; fixes #14730; document notnil is only applied to local … (#23...
ringabout
2023-12-19
1
-3
/
+7
*
fixes not nil examples (#23080)
ringabout
2023-12-15
1
-0
/
+1
*
Minor documentation change (#22951)
Marko Schütz-Schmuck
2023-11-17
1
-3
/
+2
*
doc: update manual_experimental.md (#22949)
Ikko Eltociear Ashimine
2023-11-16
1
-1
/
+1
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
5
-12
/
+12
*
fixes #22867; fixes cstring modification example on Nim Manual (#22871)
ringabout
2023-10-26
1
-1
/
+2
*
doc: fix typos (#22869)
shuoer86
2023-10-25
4
-5
/
+5
*
adds support for noDecl in constructor (#22811)
Juan M Gómez
2023-10-11
1
-1
/
+1
*
marking a field with noInit allows to skip constructor initialiser (#22802)
Juan M Gómez
2023-10-08
1
-0
/
+50
*
Fix typo/grammar in exception tracking section (#22801)
Levi Notik
2023-10-07
1
-1
/
+1
*
docs: add another switch example for nimscript (#22772)
daylin
2023-09-30
1
-0
/
+2
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-0
/
+1
*
Documentation only (#22760)
Juan Carlos
2023-09-27
1
-12
/
+12
*
Documentation only (#22761)
Juan Carlos
2023-09-27
1
-0
/
+4
*
Documentation only (#22735)
Juan Carlos
2023-09-21
1
-12
/
+13
*
removes references to `this` in the `constructor` section (#22730)
Juan M Gómez
2023-09-20
1
-4
/
+3
[next]