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
*
added `nimAllocPagesViaMalloc` switch (#18490)
Andreas Rumpf
2021-07-15
1
-1
/
+13
*
Improve description of how =trace is used (#18491)
GordonBGood
2021-07-15
1
-5
/
+22
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
2
-3
/
+39
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
1
-1
/
+1
*
Add commas to docs for clarity (#18398)
Elliot Waite
2021-06-29
1
-1
/
+1
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
1
-3
/
+7
*
Switch packaging.rst to use makefile
Federico Ceratto
2021-06-27
1
-3
/
+4
*
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
*
followup #17852, disallow all:on for now (#18311)
Timothee Cour
2021-06-20
1
-1
/
+2
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-7
/
+8
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
2
-11
/
+1
*
Make the existence of high(type) clearer, especially near subranges (#18286)
j-james
2021-06-18
1
-4
/
+7
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-1
/
+0
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
1
-17
/
+14
*
Update nims.rst to reflect that -d:release is now allowed in config.nims (#18...
Kaushal Modi
2021-06-10
1
-6
/
+6
*
update docgen documentation (#18192)
Andrey Makarov
2021-06-06
2
-48
/
+76
*
follow-up #18013 - inline syntax highlighting (#18166)
Andrey Makarov
2021-06-04
20
-164
/
+183
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-0
/
+2
*
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
3
-5
/
+5
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
3
-10
/
+10
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
1
-1
/
+1
*
follow-up #17930 - inline syntax highlighting (#18013)
Andrey Makarov
2021-05-16
1
-13
/
+22
*
[ci skip] correctly explain how to use `[backport]` tags
narimiran
2021-05-12
1
-3
/
+3
*
docs: fix syntax error in hotCodeReloading example (#17999)
gavr123456789
2021-05-12
1
-1
/
+1
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
1
-0
/
+2
*
tiny cleanup (#17957)
Andreas Rumpf
2021-05-07
1
-10
/
+10
*
follow-up #17837: add `Console` for interactive sessions (#17930)
Andrey Makarov
2021-05-06
9
-139
/
+194
*
small improvements for tut1.rst (#17935)
Miran
2021-05-05
2
-79
/
+101
*
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
[next]