summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated config (#17269)flywind2021-03-051-2/+0
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-022-2/+2
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+12
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-172-13/+8
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-1/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-2/+6
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-3/+5
* fix config/nim.cfg: `@if not bsd or haiku:` was buggy (#16748)Timothee Cour2021-01-191-10/+8
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-1/+2
* RST: implement admonitions (#16438)Andrey Makarov2020-12-271-0/+9
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-141-0/+1
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-061-1/+3
* followup #15642: make source + edit also work with stdlib (which uses -d:boot...Timothee Cour2020-10-221-1/+2
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-221-2/+2
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-1/+2
* change case in nimdoc [ci skip]narimiran2020-10-141-2/+2
* reference fusion docs (#15562)Timothee Cour2020-10-141-1/+4
* group procs of the same name in TOC (#15487)Miran2020-10-051-0/+14
* close #6071, remove the mentions of deprecated `docSeeSrcUrl` (#15350)Miran2020-09-171-2/+2
* Change clibdir and cincludes for NetBSD (#15102)Euan2020-07-281-1/+9
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-101-14/+5
* Limit number of error messages from gcc/clang backend (#14852)Tomohiro2020-07-071-7/+9
* Clean out oldast (#14837)Juan Carlos2020-06-301-1/+0
* Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)Euan2020-06-161-0/+3
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-42/+13
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-3/+6
* vcc fix (#14222)cooldome2020-05-041-4/+4
* Add LTO support for most compilers and do some VCC fixes (#14013)Keithcat12020-04-221-3/+33
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-1/+1
* use nimEmulateOverflowChecks for ARM/ARM64Araq2020-03-241-0/+4
* [backport] -d:danger should imply -d:release (#13336)Miran2020-02-051-0/+1
* Fix #10717, fix #13284 (#13307)genotrance2020-02-041-4/+17
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-1/+1
* Fix docs (#13176)Clyybber2020-01-161-1/+1
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-1/+1
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-101-767/+54
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-081-0/+1
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-1/+1
* Add /nologo option when nim call cl.exe (#12524)Tomohiro2019-10-271-2/+3
* Fix vcc linker option name (#12422)Tomohiro2019-10-181-1/+2
* Add no-ident for GCC when -d:release (#12454)Juan Carlos2019-10-181-4/+4
* fixes #12040Araq2019-08-271-0/+1
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-031-0/+17
* nim.cfg: disable excessiveStackTrace on release (#11575)alaviss2019-06-251-0/+1
* [bugfix] rename Nimrod to Nim, fix #11460 (#11462)Miran2019-06-101-1/+1
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-7/+16
* Genode compiler configuration for arm64 and riscv64 (#11389)ehmry2019-06-031-1/+8
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-0/+10
* switch should be nimOldShiftRight with the nim prefixAraq2019-05-291-1/+1
* added a -d:nimv019 define for compiling 0.19 code with 0.20Araq2019-05-291-0/+7