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
*
document that Nim executable must be included (#15611)
n5m
2020-10-17
1
-1
/
+1
*
fix option formatting (#15591)
n5m
2020-10-15
1
-1
/
+1
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
1
-11
/
+11
*
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
2
-15
/
+15
*
added testament documentation link to tools.rst (#15481)
David Krause
2020-10-05
1
-1
/
+1
*
group procs of the same name in TOC (#15487)
Miran
2020-10-05
1
-4
/
+16
*
Fix typo
Clyybber
2020-10-01
1
-1
/
+1
*
Fix "arraq" typo :)
Clyybber
2020-10-01
1
-1
/
+1
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
1
-0
/
+1
*
views: yet another bugfix (#15447)
Andreas Rumpf
2020-10-01
1
-0
/
+16
*
spec for view types (#15424)
Andreas Rumpf
2020-09-29
2
-9
/
+189
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-0
/
+15
*
Fix proc generic params ident defs, missing empty (#15412)
hlaaftana
2020-09-27
1
-1
/
+3
*
fix #11537, correct parse inline code without surrounding spaces (#15399)
Miran
2020-09-25
1
-1
/
+1
*
fix the indentation in `--help` and `--fullhelp` (#15387)
Miran
2020-09-23
2
-7
/
+7
*
add `enumerate` macro (#15297)
Miran
2020-09-22
1
-5
/
+6
*
Documentation prelude (#15377)
Juan Carlos
2020-09-21
1
-0
/
+29
*
close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350)
Miran
2020-09-17
1
-5
/
+2
*
Add documentation for Testament (#15344)
Juan Carlos
2020-09-16
1
-0
/
+187
*
Methods docs improvement (#15338)
flywind
2020-09-16
1
-5
/
+31
*
Remove Deprecated {.this:self.} from Documentation so people dont use it anym...
Juan Carlos
2020-09-15
1
-36
/
+0
*
[ci skip] fix typo in the manual
narimiran
2020-09-09
1
-2
/
+2
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-0
/
+52
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
2
-46
/
+42
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-18
/
+7
*
doc/nimdoc.css: align field names to the right (#15217)
alaviss
2020-08-23
1
-0
/
+1
*
Added array type definition to manual (#15173)
Ico Doornekamp
2020-08-10
1
-0
/
+3
*
disable sink inference, only enable it for the stdlib. Reason: better source ...
Andreas Rumpf
2020-07-28
1
-4
/
+8
*
cleanup ARC documentation (#15100)
Andreas Rumpf
2020-07-28
2
-44
/
+0
*
strict func: much better error messages (#15068)
Andreas Rumpf
2020-07-25
1
-0
/
+38
*
Fix #2408 - add -d:globalSymbols (#14904)
genotrance
2020-07-21
1
-0
/
+3
*
fix #13621, the nim-livereload is mentioned as proposal in #8927 (#14998)
Bung
2020-07-16
1
-2
/
+1
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
2
-1
/
+29
*
https://github.com/nim-lang/Nim/pull/14948#issuecomment-656498426 (#14958)
Juan Carlos
2020-07-11
1
-1
/
+1
*
Update docs and changelog
Clyybber
2020-07-10
1
-3
/
+4
*
VM profiler (#14833)
Ico Doornekamp
2020-07-09
1
-0
/
+1
*
Minor improvements to typecast section of manual (#14896)
awr1
2020-07-07
1
-7
/
+18
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-2
/
+2
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-2
/
+2
*
Clean out oldast (#14837)
Juan Carlos
2020-06-30
1
-1
/
+0
*
Fix some typos (#14843)
Danil Yarantsev
2020-06-28
12
-42
/
+42
*
Fix typo
Clyybber
2020-06-28
1
-1
/
+1
*
Fix nimdoc invalid css on theme switch class (#14834)
Manuel Bojato
2020-06-27
1
-4
/
+5
*
Warn about calling wrappers at compile time until #14049 is fixed. (#14828)
Sizhe Zhao
2020-06-27
1
-1
/
+4
*
Fix missing comma (#14829)
Sizhe Zhao
2020-06-27
1
-1
/
+1
*
update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ot...
Timothee Cour
2020-06-26
2
-24
/
+51
*
Deprecated laxStrings for mutating the internal zero terminator on strings an...
Juan Carlos
2020-06-23
1
-2
/
+0
*
Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)
Juan Carlos
2020-06-23
1
-1
/
+0
*
Documentation GC (#14739)
Juan Carlos
2020-06-23
1
-11
/
+11
[next]