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
*
typo [backport] (#18948)
Andreas Rumpf
2021-10-04
1
-1
/
+1
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
1
-1
/
+1
*
documented overload disambiguation [backport] (#18865)
Andreas Rumpf
2021-09-19
1
-1
/
+19
*
doc improvements (#18843)
Andreas Rumpf
2021-09-13
1
-97
/
+21
*
remove channels (#18801)
flywind
2021-09-04
1
-1
/
+1
*
documented overloadable enums and changelog improvements (#18797)
Andreas Rumpf
2021-09-04
1
-0
/
+41
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+35
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
1
-0
/
+19
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-107
/
+145
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-0
/
+9
*
manual: minor improvements (#18687)
Andreas Rumpf
2021-08-13
1
-12
/
+9
*
Documentation only, add 1 example (#18621)
Juan Carlos
2021-08-08
1
-1
/
+21
*
Clarify use of import via pseudo dir... (#18569)
GordonBGood
2021-07-27
1
-0
/
+1
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
1
-4
/
+3
*
Docs(manual): add clarification for default params (#18522)
ynfle
2021-07-19
1
-1
/
+2
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-3
/
+2
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
1
-1
/
+1
*
add multi type exception catching to manual (#18258) (#18323)
xioren
2021-06-21
1
-4
/
+2
*
close #17403; improve docs for tuple (#18312)
Timothee Cour
2021-06-21
1
-7
/
+8
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-11
/
+0
*
Make the existence of high(type) clearer, especially near subranges (#18286)
j-james
2021-06-18
1
-4
/
+7
*
follow-up #18013 - inline syntax highlighting (#18166)
Andrey Makarov
2021-06-04
1
-23
/
+25
*
close #18092 document elif in case statements (#18105)
Timothee Cour
2021-05-31
1
-12
/
+18
*
Minor doc fixes; follow up to 17258 and 17259 (#18123)
quantimnot
2021-05-29
1
-3
/
+3
*
tiny cleanup (#17957)
Andreas Rumpf
2021-05-07
1
-10
/
+10
*
follow-up #17692: more inline syntax highlighting (#17837)
Andrey Makarov
2021-04-29
1
-23
/
+24
*
manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)
Timothee Cour
2021-04-23
1
-1
/
+2
*
close #13373 document `(ref Foo)(a: 1)` (#17804)
Timothee Cour
2021-04-21
1
-1
/
+11
*
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
[next]