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
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
1
-1
/
+1
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
2
-2
/
+2
*
cleaned up the internal documentation (#17524)
Andreas Rumpf
2021-03-26
1
-439
/
+112
*
ref https://github.com/nim-lang/Nim/pull/17333 (#17495)
flywind
2021-03-25
1
-1
/
+2
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-1
/
+5
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
2
-6
/
+51
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
1
-5
/
+38
*
update nimgrep documentation (#17415)
Andrey Makarov
2021-03-23
2
-24
/
+156
*
added more modules to docs lib (#17430)
AFaurholt
2021-03-21
1
-0
/
+29
*
Add documentation to the `macrocache` module (#17431)
Danil Yarantsev
2021-03-21
1
-0
/
+3
*
RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...
quantimnot
2021-03-18
29
-1350
/
+1400
*
RST backtick refactor manual.rst (#17259)
quantimnot
2021-03-18
1
-863
/
+863
*
docs contributing: mention https://man.sr.ht/builds.sr.ht/build-ssh.md for ss...
Timothee Cour
2021-03-18
1
-1
/
+5
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-0
/
+3
*
Make add work in the destructors example (#17354)
Clyybber
2021-03-15
1
-1
/
+3
*
Small fix to destructors example
Clyybber
2021-03-12
1
-1
/
+1
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
2
-2
/
+2
*
fix RST parsing when no indent after enum.item (fix #17249) (#17257)
Andrey Makarov
2021-03-12
2
-16
/
+19
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+44
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-40
/
+58
*
deprecate newruntime (#17245)
flywind
2021-03-04
2
-3
/
+2
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-4
/
+4
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
1
-0
/
+1
*
fix #16731: using deprecated flags triggers a warning (#17225)
Timothee Cour
2021-03-02
1
-1
/
+1
*
document copy on write behavior of string literals in arc/orc (#17224)
flywind
2021-03-02
1
-0
/
+70
*
Remove the note about old naming conventions (#17222)
Danil Yarantsev
2021-03-02
1
-9
/
+0
*
Follow NEP1 in NEP1 (#17221)
Danil Yarantsev
2021-03-02
1
-1
/
+1
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-2
/
+0
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
3
-6
/
+6
*
document `;` vs `,` for generic params (#17192)
Timothee Cour
2021-02-26
1
-1
/
+6
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-0
/
+3
*
document type bound operators (#17063)
Timothee Cour
2021-02-23
2
-2
/
+45
*
remove tests/deps/ (#17132)
Timothee Cour
2021-02-23
1
-1
/
+1
*
fix prelude regression refs #16238: `include prelude` doesn't interfere with ...
Timothee Cour
2021-02-22
1
-29
/
+0
*
followup #17077: also use assert instead of doAssert for `code-block` rst blo...
Timothee Cour
2021-02-21
1
-1
/
+2
*
promote std prefix in docs (#17128)
flywind
2021-02-20
9
-41
/
+41
*
move prelude so that `include std/prelude` also works (#17110)
Timothee Cour
2021-02-20
1
-3
/
+3
*
stricter checks for RST headlines (#17089)
Andrey Makarov
2021-02-20
3
-3
/
+3
*
[nep1] Use `std` prefix for standard library modules (#17105)
flywind
2021-02-19
1
-1
/
+4
*
workaround #17091: manual.rst now renders as RST in github (#17092)
Timothee Cour
2021-02-19
1
-7
/
+8
*
contributing: prefer assert to doAssert in runnableExamples (#17077)
Timothee Cour
2021-02-18
1
-7
/
+24
*
followup #17065 (#17090)
Timothee Cour
2021-02-18
1
-1
/
+1
*
nep1: triple quote literals should start with newline (#17065)
Timothee Cour
2021-02-18
1
-0
/
+21
*
Fixing unexistant word in PT (#17070)
KioriSun
2021-02-17
1
-1
/
+1
*
document `since` (#17048)
Timothee Cour
2021-02-16
1
-1
/
+1
*
RST: implement footnotes and citations (#16960)
Andrey Makarov
2021-02-15
1
-0
/
+13
*
rst: single backticks now render correctly in both rst2html and github (#17028)
Timothee Cour
2021-02-13
2
-60
/
+64
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+3
*
nep1: prefer `a..b` to `a .. b` except if `b` has an operator (eg: `a .. -1`)...
Timothee Cour
2021-02-10
1
-0
/
+3
*
fix ./koch pdf command (#16989)
Andrey Makarov
2021-02-09
1
-0
/
+7
[next]