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.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix code-block (#16799)
Timothee Cour
2021-01-23
1
-1
/
+1
*
fix manual to reflect reality for .nosideeffect (#16781)
Timothee Cour
2021-01-22
1
-6
/
+25
*
fix noDecl => nodecl (#16760)
Timothee Cour
2021-01-20
1
-4
/
+4
*
conservative approach to fix #15184 (#16723)
Andrey Makarov
2021-01-15
1
-1
/
+1
*
improve examples in manual (#16497)
flywind
2020-12-29
1
-1
/
+3
*
removing `out T` from docs since it no longer working (#16378) [backport]
Code Hz
2020-12-18
1
-21
/
+10
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-2
/
+2
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
1
-1
/
+1
*
defer: improve manual, clarify difference wrt try/finally (#16010)
Timothee Cour
2020-11-17
1
-2
/
+31
*
https://github.com/nim-lang/Nim/pull/15968/files#r523468677
Juan Carlos
2020-11-14
1
-7
/
+1
*
Fix #15806
Juan Carlos
2020-11-14
1
-1
/
+2
*
Fix #15806
Juan Carlos
2020-11-14
1
-2
/
+3
*
Fix #15806
Juan Carlos
2020-11-14
1
-1
/
+2
*
Fix #15806
Juan Carlos
2020-11-14
1
-1
/
+30
*
follow #8463 #14157 and document cstring literals modification is not allowed...
flywind
2020-11-12
1
-0
/
+14
*
uint and uint64 is Ordinal type since nim 1.0.0 (#15873)
flywind
2020-11-07
1
-3
/
+1
*
Make `{.requiresInit.}` to work for distinct types (#15869)
Ivan Bobev
2020-11-06
1
-0
/
+30
*
Clarify the sense in which Nim supports recursive iterators in the (#15834)
c-blake
2020-11-04
1
-3
/
+40
*
Massive documentation fixes + copy editing (#15747)
Yanis Zafirópulos
2020-10-29
1
-182
/
+175
*
Fix #13609 (#15567)
Gampol T
2020-10-21
1
-0
/
+11
*
more "eg" fixes
narimiran
2020-10-20
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/260 (#15505)
Andreas Rumpf
2020-10-07
1
-0
/
+8
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-4
/
+4
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
1
-4
/
+4
*
add `enumerate` macro (#15297)
Miran
2020-09-22
1
-5
/
+6
*
Methods docs improvement (#15338)
flywind
2020-09-16
1
-5
/
+31
*
[ci skip] fix typo in the manual
narimiran
2020-09-09
1
-2
/
+2
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
1
-0
/
+42
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-18
/
+7
*
Added array type definition to manual (#15173)
Ico Doornekamp
2020-08-10
1
-0
/
+3
*
Minor improvements to typecast section of manual (#14896)
awr1
2020-07-07
1
-7
/
+18
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-2
/
+2
*
Fix some typos (#14843)
Danil Yarantsev
2020-06-28
1
-1
/
+1
*
Warn about calling wrappers at compile time until #14049 is fixed. (#14828)
Sizhe Zhao
2020-06-27
1
-1
/
+4
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-11
/
+21
*
Deprecate unroll pragma, remove from documentation (#14705)
Juan Carlos
2020-06-19
1
-19
/
+0
*
Change 'Future Directions' to link memory management documentation (#14664)
Juan Carlos
2020-06-15
1
-2
/
+2
*
Clarify imported exceptions note in manual
Dominik Picheta
2020-06-13
1
-1
/
+1
*
manual: removed subjective phrase from 'macros' section (#14536)
Ico Doornekamp
2020-06-01
1
-2
/
+1
*
spec: be explicit that NRVO will evolve further
Araq
2020-05-30
1
-0
/
+4
*
document NVRO and exception handling
Araq
2020-05-30
1
-0
/
+65
*
Add thiscall calling convention, mostly for hooking purpose (#14466)
Huy Doan
2020-05-27
1
-0
/
+4
*
manual.rst: updates [backport] (#14445)
Andreas Rumpf
2020-05-25
1
-23
/
+24
*
Fix some typos in the manual [backport] (#14399)
Danil Yarantsev
2020-05-20
1
-10
/
+10
*
refs #14369 improve docs for importcpp exceptions (#14391)
Timothee Cour
2020-05-18
1
-8
/
+30
*
docs:getCurrentException() and getCurrentExceptionMsg() are not available for...
cooldome
2020-05-18
1
-1
/
+3
*
docfix: fix wrong link in doc/manual.rst (#14367)
Bung
2020-05-16
1
-1
/
+1
*
Allow let to not have value when using importc (#14258)
PMunch
2020-05-12
1
-0
/
+15
*
Added a reference to ternary operators. (#14309)
Avahe Kellenberger
2020-05-12
1
-0
/
+1
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
1
-0
/
+22
[prev]
[next]