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
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-18
/
+25
*
turn on syntax highlighting in Manual & Tutorial (#17692)
Andrey Makarov
2021-04-11
1
-94
/
+98
*
manual: minor improvements (#17677)
Andreas Rumpf
2021-04-08
1
-47
/
+47
*
docs: note regarding emit with backticks (#17608)
flywind
2021-04-01
1
-3
/
+3
*
[ci skip] correct indentation this time
narimiran
2021-03-31
1
-5
/
+5
*
[ci skip] minor: fix indentation in manual.rst
narimiran
2021-03-31
1
-5
/
+5
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
1
-1
/
+1
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-1
/
+5
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-5
/
+49
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
1
-5
/
+38
*
RST backtick refactor manual.rst (#17259)
quantimnot
2021-03-18
1
-863
/
+863
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
1
-1
/
+1
*
fix RST parsing when no indent after enum.item (fix #17249) (#17257)
Andrey Makarov
2021-03-12
1
-7
/
+8
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+44
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-3
/
+3
*
document `;` vs `,` for generic params (#17192)
Timothee Cour
2021-02-26
1
-1
/
+6
*
document type bound operators (#17063)
Timothee Cour
2021-02-23
1
-0
/
+42
*
promote std prefix in docs (#17128)
flywind
2021-02-20
1
-17
/
+17
*
workaround #17091: manual.rst now renders as RST in github (#17092)
Timothee Cour
2021-02-19
1
-7
/
+8
*
Deprecate any (#16920)
Juan Carlos
2021-02-08
1
-1
/
+0
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
1
-0
/
+13
*
Make small text changes in the docs (#16634)
Elliot Waite
2021-01-25
1
-113
/
+116
*
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
[next]