summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updated the contributing.rst guidelinesAndreas Rumpf2019-09-251-12/+4
|
* documentation updatesAndreas Rumpf2019-09-212-76/+30
|
* updated lib.rst and added some useful missing modulesAraq2019-09-211-2/+14
|
* lib.rst cleanups and reorderingsAraq2019-09-211-203/+212
|
* importjs symbol (#12218)Arne Döring2019-09-201-6/+15
| | | | | * importjs symbol * importjs warning message, minor warning fixes
* Update Android and iOS cross compile docs. (#12215)treeform2019-09-191-10/+51
| | | | | | * Update Cross compilation, add noMain section. * Small world update, note about XCode clean.
* Add --os:ios switch and docs. (#12204)treeform2019-09-181-0/+7
|
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-0/+14
| | | | | | | | * Add -d:echoToAndroidLog to fix echo. * Change to androidNDK and add docs. * Some word changes to docs.
* make --useVersion's documentation reflect realityAndreas Rumpf2019-09-161-1/+1
|
* allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-051-0/+25
|
* Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-5/+6
| | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog
* Remove ENDB (#12095)Clyybber2019-08-311-203/+0
|
* fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-0/+11
|
* manual: more precise rules about evaluation orderAraq2019-08-271-0/+38
|
* manual: better documentation for implicit genericsAndreas Rumpf2019-08-261-18/+82
|
* new gensym handling (#11985)Andreas Rumpf2019-08-232-1/+40
| | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package
* Fix typos. Apply title case. (#11987)Arne Döring2019-08-211-11/+11
|
* Consider range type of runtime discrim [feature] (#11432)Oscar Nihlgård2019-08-201-1/+7
|
* added destructors.rst spec to the build documentationAraq2019-08-162-75/+10
|
* destructors: spec reflects reality, =sink is here to stayAndreas Rumpf2019-08-111-131/+135
|
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-081-0/+3
| | | | | | * reject to modify type checked AST * add flag to back out * Introduce legacy feature set.
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-2/+2
| | | | | | | | | | | | | | | | | | | * IC: C codegen is aware of IC * manual: minor change to make VSCode's RST plugin render it properly * IC: minor refactoring * testament: code refactorings * rodutils: removed dead code * IC: always build the compiler with the IC feature * IC: C codegen improvements * IC: implement the undocumented -d:nimMustCache option for testing purposes * IC: added first basic tests * IC: extensive testing of the deserialization feature * testament: refactoring; better IC tests * IC: removes 'nimMustCache' flag; readonly does the same * testament: minor refactoring * update Nimble version * testament: removed dead code and imports; IC: added simple test * IC: progress
* Typeclass/Variant clarification in Manual (#11901)awr12019-08-071-3/+19
| | | | | | * [Docs] clarified what type classes do in manual * [Docs] fixed 'dynamism', added to object variant section
* destructors spec: be more precise about temporariesAndreas Rumpf2019-07-271-1/+3
|
* Fix Typos in Internal Docs (#11735) [ci skip]Tristano Ajmone2019-07-153-7/+7
|
* fix broken link (#11736) [ci skip]Kartik Saranathan2019-07-151-1/+1
|
* Add std/monotimes which implements monotonic timestamps (#11712)Andreas Rumpf2019-07-151-1/+4
|\ | | | | | | | | | | * [feature] Added std/monotimes * [other] Minor optimization in times
| * [feature] Added std/monotimesOscar Nihlgård2019-07-121-1/+4
| |
* | documented --newruntime switchAraq2019-07-121-1/+4
| |
* | Moved 'Case statement macros' documentation out of manual into ↵Ico Doornekamp2019-07-122-51/+51
| | | | | | | | manual_experimental (#11716)
* | document 'nim' defines prefixAraq2019-07-121-0/+3
|/
* manual: document block expression (#11638)Tomohiro2019-07-051-0/+15
|
* added destructors.rst documentAndreas Rumpf2019-07-011-0/+563
|
* [other] additions to the manualAndreas Rumpf2019-06-291-1/+76
|
* contributing.rst guide: Make the rules reflect the reality.Andreas Rumpf2019-06-271-2/+7
|
* manual: typoAndreas Rumpf2019-06-271-1/+1
|
* manual: document how accessors are resolved; fixes #11514Andreas Rumpf2019-06-271-0/+19
|
* Spelling fixes in nimc.rst (#11569)Simon Krauter2019-06-231-3/+3
|
* [other] Documentation NimScript (#11548)Juan Carlos2019-06-231-8/+172
| | | | | * Documentation of NimScript, update and expand, mention the benefits aside of its limitations, add examples, update the list of usable std lib modules
* add HCR document to the tools.rst listAraq2019-06-181-0/+4
|
* HCR: better documentationAraq2019-06-182-88/+216
|
* [other] introduce a separate changelog for backports, updatenarimiran2019-06-171-24/+33
| | | | contributing guidelines
* [bugfix] Fixes #11434 , Update Tools Documentation (#11449)Juan Carlos2019-06-171-0/+7
|
* [bugfix] Fixes #11495 , Remove TinyC from help (#11508)Juan Carlos2019-06-171-1/+0
|
* [bugfix] Minor formatting fix in tut2 [ci skip] (#11501)Kaushal Modi2019-06-141-1/+1
| | | Monospace `untyped` like elsewhere in the tutorial.
* [bugfix] document the norewrite pragma (#11453)Juan Carlos2019-06-132-1/+20
| | | | | * fixes #9454 * Peer review feedback, wording, move to experimental manual
* Update tut1: -d:release does not turn off *allruntime checks off anymore ↵Simon Krauter2019-06-131-1/+1
| | | | | | (#11492) According to https://nim-lang.org/blog/2019/06/06/version-0200-released.html "The -d:release switch now does not disable runtime checks anymore. "
* [bugfix] rename Nimrod to Nim, fix #11460 (#11462)Miran2019-06-101-1/+1
|
* Fixes #11431 (#11451) [bugfix]Juan Carlos2019-06-101-1/+1
|
* update the nimc.rst document about the release/danger split [bugfix]Andreas Rumpf2019-06-081-4/+8
|