Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase verbosity of logGC (#10449) | Matt Haggard | 2019-01-26 | 1 | -0/+1 |
| | | | | | | * Increase verbosity of logGC * Remove & c.repr to avoid re-entering the GC | ||||
* | fix #10305 nim cpp is now nan-correct at CT (#10310) | Timothee Cour | 2019-01-15 | 1 | -0/+3 |
| | | | | | * fix #10305 nim cpp is now nan-correct at CT * add example where simply `nim cpp -d:release` would exhibit nan bug | ||||
* | Fix Typo in Compiler Guide (#10189) | Tristano Ajmone | 2019-01-04 | 1 | -1/+1 |
| | | | Change 'ableit' to 'albeit'. | ||||
* | Make Windows cross-compilation simpler (#9485) | genotrance | 2018-10-24 | 1 | -0/+15 |
| | |||||
* | fixes #9244 | Andreas Rumpf | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | docs: remove most stale links; refs #9109 | Araq | 2018-09-29 | 1 | -20/+2 |
| | |||||
* | Nim Compiler User Guide: Fix how user config file is searched | demotomohiro | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | document the fact that --define symbols are completely case insensitive; ↵ | Araq | 2018-09-03 | 1 | -0/+3 |
| | | | | closes #7506 | ||||
* | document Nim's signal handling briefly; closes #8224 | Araq | 2018-09-03 | 1 | -34/+45 |
| | |||||
* | fixes #8653 | Andreas Rumpf | 2018-08-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into araq-misc | Andreas Rumpf | 2018-08-16 | 1 | -0/+40 |
|\ | |||||
| * | Fixes #7586: Adds documentation for hints | DrSlump | 2018-08-13 | 1 | -0/+40 |
| | | |||||
* | | fixes #8599 | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
|/ | |||||
* | Uses XDG_CACHE_HOME if available (#8585) | alaviss | 2018-08-09 | 1 | -1/+2 |
| | | | | | | * compiler/options: use XDG_CACHE_HOME if set * doc/nimc: update documentation | ||||
* | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentation | Andreas Rumpf | 2018-08-08 | 1 | -23/+12 |
| | |||||
* | Remove env vars from docs | Joey Yakimowich-Payne | 2018-07-15 | 1 | -8/+4 |
| | |||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs | ||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -2/+2 |
| | |||||
* | the new feature's name is hotCodeReloading | Andreas Rumpf | 2018-04-13 | 1 | -3/+3 |
| | |||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -3/+43 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave | ||||
* | doc: fix path to $HOME/.config/nim.cfg to work on POSIX (not just unix but ↵ | Timothee Cour | 2018-03-27 | 1 | -1/+1 |
| | | | | also osx) (#7421) | ||||
* | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 1 | -0/+9 |
| | |||||
* | Merge pull request #6064 from superfunc/devel | Dominik Picheta | 2017-07-23 | 1 | -1/+1 |
|\ | | | | | Make option usage more consistent in doc | ||||
| * | Make option usage more consistent in doc | superfunc | 2017-07-06 | 1 | -1/+1 |
| | | |||||
* | | Compiler selection doco (#6115) | jlp765 | 2017-07-17 | 1 | -0/+16 |
|/ | | | | | | | | | | * Slices indices explanation as per https://forum.nim-lang.org/t/2870 * Remove duplicate in note * Doco: Selecting a different compiler | ||||
* | abi check: prefer nim constant to enable, document | Jacek Sieka | 2016-11-03 | 1 | -0/+4 |
| | |||||
* | Update documentation and news | Jeff Ciesielski | 2016-07-05 | 1 | -1/+9 |
| | |||||
* | renamed most remaining .txt documentation files to .rst | Araq | 2016-06-07 | 1 | -0/+466 |