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
*
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
*
tests and docs for call operator (#16980)
hlaaftana
2021-02-09
1
-1
/
+33
*
Deprecate any (#16920)
Juan Carlos
2021-02-08
1
-1
/
+0
*
rename case statement macro from match to `case` (#16923)
hlaaftana
2021-02-08
1
-13
/
+11
*
nep1: prefer `self` to `this` (#16927)
Timothee Cour
2021-02-04
1
-4
/
+7
*
fix #16885: nimdoc css warning (#16893)
zetashift
2021-02-01
1
-0
/
+2
*
Updated nimsuggest doc to explain connection to nim compiler and use of confi...
Don-Duong Quach
2021-02-01
1
-0
/
+5
*
small fix in grammar.txt [ci skip]
narimiran
2021-01-28
1
-1
/
+1
*
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
3
-117
/
+120
*
Small changes to std/sums (#16797)
konsumlamm
2021-01-25
1
-1
/
+1
*
fix code-block (#16799)
Timothee Cour
2021-01-23
1
-1
/
+1
*
fix manual to reflect reality for .nosideeffect (#16781)
Timothee Cour
2021-01-22
1
-6
/
+25
*
Add std/setutils to lib.rst (#16791)
konsumlamm
2021-01-22
1
-9
/
+9
*
fix noDecl => nodecl (#16760)
Timothee Cour
2021-01-20
1
-4
/
+4
*
Reboot of #16195 (#16746)
Clyybber
2021-01-20
1
-2
/
+8
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-2
/
+2
*
add link to Nim Basics in tut1.rst [ci skip]
narimiran
2021-01-20
1
-2
/
+7
*
intsets are not deprecated
Andreas Rumpf
2021-01-19
1
-1
/
+0
[next]