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
/
manual.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
implements 'case statement macros' in order to encourage the development of p...
Andreas Rumpf
2018-08-16
1
-0
/
+52
*
put the new for loop macros under an experimental switch named 'forLoopMacros'
Andreas Rumpf
2018-08-15
1
-0
/
+5
*
renames threadpool.await to blockUntil; refs #7853
Araq
2018-08-14
1
-3
/
+3
*
Merge branch 'araq-misc' of github.com:nim-lang/Nim into araq-misc
Andreas Rumpf
2018-08-10
1
-1
/
+2
|
\
|
*
rename SystemError to CatchableError in order to avoid breaking Nimble and pr...
Araq
2018-08-10
1
-1
/
+2
*
|
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-10
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531)
Timothee Cour
2018-08-10
1
-1
/
+2
*
|
rework the exception hierarchy; refs #8363
Andreas Rumpf
2018-08-10
1
-3
/
+6
*
|
update the 'float' spec; refs #8589
Andreas Rumpf
2018-08-10
1
-2
/
+2
*
|
deprecated regionized pointers
Araq
2018-08-10
1
-62
/
+0
*
|
deprecate the .this pragma
Araq
2018-08-09
1
-0
/
+2
|
/
*
Deprecate the dot style for import paths (#8474)
Oscar Nihlgård
2018-07-30
1
-11
/
+12
*
manual.rst: fixes a typo
Andreas Rumpf
2018-07-17
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-07-06
1
-1
/
+1
*
Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)
Vindaar
2018-07-03
1
-2
/
+2
*
Clarify use of special `:` for passing a block of stmts to template (#8133)
Kaushal Modi
2018-06-27
1
-5
/
+5
*
Merge pull request #7736 from cooldome/range_float_type
Andreas Rumpf
2018-06-27
1
-3
/
+7
|
\
|
*
style fixes, typos
cooldome
2018-06-12
1
-1
/
+1
|
*
merge devel
cooldome
2018-06-10
1
-5
/
+9
|
|
\
|
*
\
Merge branch 'devel' into range_float_type
cooldome
2018-04-30
1
-6
/
+6
|
|
\
\
|
*
|
|
update the doc
cooldome
2018-04-29
1
-3
/
+7
*
|
|
|
requested pull-request changes
Zahary Karadjov
2018-06-16
1
-4
/
+4
*
|
|
|
document the new `type[T]` and `static[T]` features
Zahary Karadjov
2018-06-16
1
-65
/
+91
*
|
|
|
document the 'pkg' and 'std' pseudo directories; closes #7250
Araq
2018-06-14
1
-10
/
+29
|
|
_
|
/
|
/
|
|
*
|
|
Fixed operator precedence in example (#7912)
Chris McIntyre
2018-06-01
1
-1
/
+1
*
|
|
Removed space between "array" and a square bracket in the docs
data-man
2018-05-19
1
-2
/
+2
*
|
|
implement the export/except statement
Zahary Karadjov
2018-05-07
1
-0
/
+3
*
|
|
Support thread-local variables declared inside procs; fixes #7565
Zahary Karadjov
2018-05-07
1
-2
/
+3
|
|
/
|
/
|
*
|
update the documentation about the new strings/seqs behaviours
Andreas Rumpf
2018-04-29
1
-6
/
+6
|
/
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-13
/
+8
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-16
/
+0
*
improve documentation for 'var T return values'; refs #7373
Andreas Rumpf
2018-04-21
1
-3
/
+21
*
macro manual improvements (#7666)
Arne Döring
2018-04-21
1
-13
/
+19
*
manual: remove the bind-once typedesc weirdness; replaced by how things shoul...
Andreas Rumpf
2018-04-15
1
-4
/
+4
*
manual: cleanup the documentation; document for-loop macros; ensure the examp...
Andreas Rumpf
2018-04-15
1
-22
/
+114
*
manual: many additions and improvements
Andreas Rumpf
2018-04-14
1
-41
/
+68
*
merge the different manual/*.rst include files. Was too hard to find the corr...
Andreas Rumpf
2018-04-14
1
-24
/
+8057
*
renamed most remaining .txt documentation files to .rst
Araq
2016-06-07
1
-0
/
+39
[prev]