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
*
destructors: spec reflects reality, =sink is here to stay
Andreas Rumpf
2019-08-11
1
-131
/
+135
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
1
-0
/
+3
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
1
-2
/
+2
*
Typeclass/Variant clarification in Manual (#11901)
awr1
2019-08-07
1
-3
/
+19
*
destructors spec: be more precise about temporaries
Andreas Rumpf
2019-07-27
1
-1
/
+3
*
Fix Typos in Internal Docs (#11735) [ci skip]
Tristano Ajmone
2019-07-15
3
-7
/
+7
*
fix broken link (#11736) [ci skip]
Kartik Saranathan
2019-07-15
1
-1
/
+1
*
Add std/monotimes which implements monotonic timestamps (#11712)
Andreas Rumpf
2019-07-15
1
-1
/
+4
|
\
|
*
[feature] Added std/monotimes
Oscar Nihlgård
2019-07-12
1
-1
/
+4
*
|
documented --newruntime switch
Araq
2019-07-12
1
-1
/
+4
*
|
Moved 'Case statement macros' documentation out of manual into manual_experim...
Ico Doornekamp
2019-07-12
2
-51
/
+51
*
|
document 'nim' defines prefix
Araq
2019-07-12
1
-0
/
+3
|
/
*
manual: document block expression (#11638)
Tomohiro
2019-07-05
1
-0
/
+15
*
added destructors.rst document
Andreas Rumpf
2019-07-01
1
-0
/
+563
*
[other] additions to the manual
Andreas Rumpf
2019-06-29
1
-1
/
+76
*
contributing.rst guide: Make the rules reflect the reality.
Andreas Rumpf
2019-06-27
1
-2
/
+7
*
manual: typo
Andreas Rumpf
2019-06-27
1
-1
/
+1
*
manual: document how accessors are resolved; fixes #11514
Andreas Rumpf
2019-06-27
1
-0
/
+19
*
Spelling fixes in nimc.rst (#11569)
Simon Krauter
2019-06-23
1
-3
/
+3
*
[other] Documentation NimScript (#11548)
Juan Carlos
2019-06-23
1
-8
/
+172
*
add HCR document to the tools.rst list
Araq
2019-06-18
1
-0
/
+4
*
HCR: better documentation
Araq
2019-06-18
2
-88
/
+216
*
[other] introduce a separate changelog for backports, update
narimiran
2019-06-17
1
-24
/
+33
*
[bugfix] Fixes #11434 , Update Tools Documentation (#11449)
Juan Carlos
2019-06-17
1
-0
/
+7
*
[bugfix] Fixes #11495 , Remove TinyC from help (#11508)
Juan Carlos
2019-06-17
1
-1
/
+0
*
[bugfix] Minor formatting fix in tut2 [ci skip] (#11501)
Kaushal Modi
2019-06-14
1
-1
/
+1
*
[bugfix] document the norewrite pragma (#11453)
Juan Carlos
2019-06-13
2
-1
/
+20
*
Update tut1: -d:release does not turn off *allruntime checks off anymore (#11...
Simon Krauter
2019-06-13
1
-1
/
+1
*
[bugfix] rename Nimrod to Nim, fix #11460 (#11462)
Miran
2019-06-10
1
-1
/
+1
*
Fixes #11431 (#11451) [bugfix]
Juan Carlos
2019-06-10
1
-1
/
+1
*
update the nimc.rst document about the release/danger split [bugfix]
Andreas Rumpf
2019-06-08
1
-4
/
+8
*
updates the contributing guidelines [other]
Andreas Rumpf
2019-06-07
1
-6
/
+4
*
pass typedesc as NimNode to macros (#11400)
Arne Döring
2019-06-05
1
-29
/
+42
*
use proper mathematical expressions for subsets [ci skip]
narimiran
2019-06-04
1
-1
/
+1
*
fix `c2nim` link
narimiran
2019-06-04
1
-1
/
+1
*
Added 'except X as Y' to section 'except clauses' of manual (#11371)
Ico Doornekamp
2019-06-01
1
-5
/
+14
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-0
/
+1
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-4
/
+17
*
Smarter variant object construction (#11273)
Jasper Jenkins
2019-05-26
1
-0
/
+23
*
fixes #10038; deprecate generic methods, they are unreliable
Andreas Rumpf
2019-05-25
1
-0
/
+2
*
fixes #10912 (#11317)
Andreas Rumpf
2019-05-24
1
-3
/
+3
*
Nim is not a header file generator anymore; closes #4723
Araq
2019-05-22
1
-2
/
+0
*
fixes #7167 (#11300)
Andreas Rumpf
2019-05-22
1
-1
/
+6
*
manual_experiments: clarifications
Araq
2019-05-15
1
-1
/
+4
*
fixes #11237
Araq
2019-05-13
1
-0
/
+3
*
manual: fix typo in inImplicitlyConvertible [ci skip] (#11211)
Jjp137
2019-05-09
1
-1
/
+1
*
manual: add a section about aliasing restrictions for parameter passing; Spar...
Araq
2019-05-06
1
-0
/
+25
*
docs: minor subjective improvement
Araq
2019-05-05
1
-2
/
+2
*
docs: minor subjective improvement
Araq
2019-05-05
1
-2
/
+3
*
Run nimscript without "nim e" (#11121)
Federico Ceratto
2019-05-04
1
-1
/
+5
[next]