| Commit message (Expand) | Author | Age | Files | Lines |
* | group procs of the same name in TOC (#15487) | Miran | 2020-10-05 | 1 | -0/+14 |
* | close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350) | Miran | 2020-09-17 | 1 | -2/+2 |
* | Change clibdir and cincludes for NetBSD (#15102) | Euan | 2020-07-28 | 1 | -1/+9 |
* | Fix theme switch load from local storage (#14897) | Manuel Bojato | 2020-07-10 | 1 | -14/+5 |
* | Limit number of error messages from gcc/clang backend (#14852) | Tomohiro | 2020-07-07 | 1 | -7/+9 |
* | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 1 | -1/+0 |
* | Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680) | Euan | 2020-06-16 | 1 | -0/+3 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 1 | -42/+13 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -3/+6 |
* | vcc fix (#14222) | cooldome | 2020-05-04 | 1 | -4/+4 |
* | Add LTO support for most compilers and do some VCC fixes (#14013) | Keithcat1 | 2020-04-22 | 1 | -3/+33 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 1 | -1/+1 |
* | use nimEmulateOverflowChecks for ARM/ARM64 | Araq | 2020-03-24 | 1 | -0/+4 |
* | [backport] -d:danger should imply -d:release (#13336) | Miran | 2020-02-05 | 1 | -0/+1 |
* | Fix #10717, fix #13284 (#13307) | genotrance | 2020-02-04 | 1 | -4/+17 |
* | Fix docs for subdirs too (#13180) | Clyybber | 2020-01-17 | 1 | -1/+1 |
* | Fix docs (#13176) | Clyybber | 2020-01-16 | 1 | -1/+1 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -1/+1 |
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -767/+54 |
* | Removing the mention of using `discard` for block comments (#12837) [backport] | Elliot Waite | 2019-12-08 | 1 | -0/+1 |
* | Substitute $nimbleDir in --path flags (#12750) | genotrance | 2019-11-28 | 1 | -1/+1 |
* | Add /nologo option when nim call cl.exe (#12524) | Tomohiro | 2019-10-27 | 1 | -2/+3 |
* | Fix vcc linker option name (#12422) | Tomohiro | 2019-10-18 | 1 | -1/+2 |
* | Add no-ident for GCC when -d:release (#12454) | Juan Carlos | 2019-10-18 | 1 | -4/+4 |
* | fixes #12040 | Araq | 2019-08-27 | 1 | -0/+1 |
* | Implement some custom formatting for input fields in the documentation (#11632) | Hugo Locurcio | 2019-07-03 | 1 | -0/+17 |
* | nim.cfg: disable excessiveStackTrace on release (#11575) | alaviss | 2019-06-25 | 1 | -0/+1 |
* | [bugfix] rename Nimrod to Nim, fix #11460 (#11462) | Miran | 2019-06-10 | 1 | -1/+1 |
* | make fullpaths the default in error messages and stack traces for mor… (#11... | Andreas Rumpf | 2019-06-05 | 1 | -7/+16 |
* | Genode compiler configuration for arm64 and riscv64 (#11389) | ehmry | 2019-06-03 | 1 | -1/+8 |
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -0/+10 |
* | switch should be nimOldShiftRight with the nim prefix | Araq | 2019-05-29 | 1 | -1/+1 |
* | added a -d:nimv019 define for compiling 0.19 code with 0.20 | Araq | 2019-05-29 | 1 | -0/+7 |
* | fixes #11306 | Araq | 2019-05-24 | 1 | -15/+1 |
* | fixes #11153 | Araq | 2019-05-10 | 1 | -1/+4 |
* | Review of vcc command line arguments (#11003) | cooldome | 2019-04-16 | 1 | -36/+7 |
* | fixes #10857 invisible span had width (#10860) | Anthon van der Neut | 2019-03-19 | 1 | -1/+5 |
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 1 | -3/+3 |
* | Fixes #10387 (#10743) | Tomohiro | 2019-03-04 | 1 | -8/+21 |
* | add links to every document, fixes #5515 | narimiran | 2019-02-16 | 1 | -1/+14 |
* | fix documentation CSS | narimiran | 2019-02-05 | 1 | -16/+28 |
* | update documentation CSS (#10543) | Miran | 2019-02-04 | 1 | -677/+232 |
* | Genode fixes (#10491) | Emery Hemingway | 2019-01-29 | 1 | -1/+4 |
* | fix documentation css | narimiran | 2019-01-28 | 1 | -5/+2 |
* | config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport] | alaviss | 2018-12-27 | 1 | -3/+0 |
* | Add support for clang-cl (#9977) | Neelesh Chandola | 2018-12-19 | 1 | -0/+5 |
* | see what breaks with a global config.nims | Araq | 2018-12-16 | 1 | -0/+1 |
* | Fix clang not producing debug info in cpp mode (#9976) | Neelesh Chandola | 2018-12-16 | 1 | -0/+10 |
* | resolve merge conflicts | Araq | 2018-12-12 | 1 | -20/+29 |
|\ |
|
| * | vcvarsallpath explaination no longer needed with vccdiscover | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -29/+0 |