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
*
follow-up #17692: more inline syntax highlighting (#17837)
Andrey Makarov
2021-04-29
5
-181
/
+287
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-0
/
+1
*
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
Timothee Cour
2021-04-24
1
-2
/
+2
*
manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)
Timothee Cour
2021-04-23
1
-1
/
+2
*
typos (#17824)
Andreas Rumpf
2021-04-23
1
-5
/
+5
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-0
/
+2
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
3
-98
/
+126
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-1
/
+3
*
close #13373 document `(ref Foo)(a: 1)` (#17804)
Timothee Cour
2021-04-21
1
-1
/
+11
*
updated the documentation (#17796)
Andreas Rumpf
2021-04-20
1
-4
/
+4
*
support skip ci in azure pipelines, and support it properly in github action...
Timothee Cour
2021-04-20
1
-3
/
+4
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+3
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-18
/
+25
*
turn on syntax highlighting in Manual & Tutorial (#17692)
Andrey Makarov
2021-04-11
7
-137
/
+149
*
restyle RST option lists (#17637)
Andrey Makarov
2021-04-10
1
-0
/
+27
*
nep1: guidelines for getters and setters (#17645)
Timothee Cour
2021-04-09
1
-0
/
+9
*
Fix small typos (#17680)
konsumlamm
2021-04-09
1
-1
/
+1
*
undocument unsupported advanced options (#17678)
Andreas Rumpf
2021-04-09
1
-13
/
+6
*
Update `sysrand` documentation (#17676)
konsumlamm
2021-04-08
1
-4
/
+4
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
manual: minor improvements (#17677)
Andreas Rumpf
2021-04-08
1
-47
/
+47
*
use strstr for a faster find implementation (#17672)
Andreas Rumpf
2021-04-08
1
-1
/
+6
*
fixes #17647 (#17667)
Andreas Rumpf
2021-04-07
1
-1
/
+1
*
close #4451 (#17627)
flywind
2021-04-06
1
-0
/
+8
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
1
-0
/
+38
*
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
*
Fix entries in nimc advopt (#17576)
Danil Yarantsev
2021-03-30
1
-3
/
+5
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-4
/
+41
*
RST: enable parsing of prefix roles (ref #17340) (#17514)
Andrey Makarov
2021-03-29
1
-0
/
+9
*
remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...
Timothee Cour
2021-03-29
1
-13
/
+13
*
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
[next]