Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 2 old deprecated files (#13702) | Juan Carlos | 2020-03-20 | 1 | -3/+1 |
| | |||||
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ↵ | Timothee Cour | 2020-03-13 | 1 | -1/+3 |
| | | | | | | | | other fixes (#13550) * fix #13218: avoid some irrelevant warnings for nim doc,rst2html * suppress warnRedefinitionOfLabel for nim doc * lots of fixes for UnusedImport warnings | ||||
* | `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516) | Timothee Cour | 2020-03-11 | 1 | -7/+11 |
| | | | | | * `koch boot --hint:cc:off` now works * `koch --nim:pathto/nim boot` now works; code cleanup | ||||
* | fix nightlies builds on Windows (#13587) | Varriount | 2020-03-04 | 1 | -4/+4 |
| | | | | Before the files that should have been ignored weren't ignored because of different dir separator ('\' vs '/') on Windows. | ||||
* | fix #13528 nimgrep --word now works better with operators (#13537) | Timothee Cour | 2020-03-02 | 1 | -1/+2 |
| | |||||
* | docgen: don't create compiler's docs + cleanup (#13509) | Miran | 2020-02-26 | 1 | -95/+12 |
| | |||||
* | only enable linenoise for -d:nimUseLinenoise (#13478) | Timothee Cour | 2020-02-24 | 1 | -1/+2 |
| | | | | | | * only enable linenoise for -d:nimUseLinenoise * fixup | ||||
* | add more files to the ignore list, hopefully fixes nightlies on windows (#13474) | Miran | 2020-02-24 | 1 | -7/+13 |
| | |||||
* | fix linenoise regression (#13395) | Timothee Cour | 2020-02-12 | 1 | -11/+19 |
| | | | | | | * fix nightlies linenoise regression * fix other installers | ||||
* | Make vccexe parse response files (#13329) | Fredrik Høisæther Rasch | 2020-02-11 | 1 | -23/+43 |
| | |||||
* | miscellaneous bug fixes (part 3) (#13304) | Timothee Cour | 2020-02-07 | 1 | -1/+1 |
| | | | | | | | | | | * fix deprecation; fix indentation * git clone: use -q * fix Warning: pragma before generic parameter list is deprecated; fix typo * bugfix: sysTypeFromName("float64") was never cached | ||||
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -3/+5 |
| | | | | | | | | | | * fix #13150 `nim doc --project` works with duplicate names and with imports below main project file * add to help; fixup after #13212 isRelativeTo got merged * fix test tests/compilerapi/tcompilerapi.nim * remove nimblePkg field; compute on the fly instead * kochdocs: compiler docs now under compiler/ * --docRoot now has smart default: best among @pkg, @path | ||||
* | Quote nim executable before executing. (#13316) [backport] | Fredrik Høisæther Rasch | 2020-02-02 | 1 | -8/+8 |
| | | | | | In case nim executable is located in PATH containing spaces. fixes #13311 | ||||
* | kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ↵ | Timothee Cour | 2020-01-23 | 1 | -145/+138 |
| | | | | | | | bugfixes (#13221) * kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; bugfixes * fixup after #13212 isRelativeTo got merged | ||||
* | maybe: allows optional chaining of field access and indexing when LHS i snil ↵ | Timothee Cour | 2020-01-18 | 1 | -0/+1 |
| | | | | | | | | | (#13023) * maybe: allows optional chaining * fix tools/kochdocs.nim * improve semantics to distinguish valid from invalid values * for now, wrapnil, isValid, unwrap are not exported | ||||
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -6/+3 |
| | |||||
* | fixes #10665 (#13141) [backport] | Andreas Rumpf | 2020-01-14 | 1 | -0/+47 |
| | |||||
* | Fix single match output (#12920) | genotrance | 2019-12-17 | 1 | -0/+2 |
| | |||||
* | add $nimeq for gdb (#12909) | Arne Döring | 2019-12-17 | 1 | -0/+29 |
| | |||||
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -1/+9 |
| | | | | | | | | | | * Implement gorgeous Dracula themed Nim documentation * Add color for escape sequences * fixes the test cases * the big CSS cleanup | ||||
* | nimgrep improvements (#12779) | Andrey Makarov | 2019-12-05 | 1 | -97/+394 |
| | | | | | | | | | | | | | | | | | | * fix sticky colors in styledWrite * nimgrep: context printing, colorthemes and other * add context printing (lines after and before a match) * nimgrep: add exclude/include options * nimgrep: improve error printing & symlink handling * nimgrep: rename dangerous `-r` argument * add a `--newLine` style option for starting matching/context lines from a new line * add color themes: 3 new themes besides default `simple` * enable printing of multi-line matches with line numbers * proper display of replace when there was another match replaced at the same line / context block * improve cmdline arguments error reporting | ||||
* | [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. ↵ | 3n-k1 | 2019-11-28 | 1 | -4/+4 |
| | | | | (#12754) | ||||
* | fixes #12319 - change exception handling for finish.exe (#12413) | Gampol T | 2019-11-15 | 1 | -0/+2 |
| | | | | | | * documented behaviour of recv on bufferd socket * fixes #12319- check exception using errorCode | ||||
* | remove unused imports from tests | narimiran | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | remove unused imports | narimiran | 2019-11-06 | 2 | -6/+3 |
| | |||||
* | Switch mingw links (#12561) | genotrance | 2019-10-31 | 3 | -3/+3 |
| | |||||
* | Refactor json macro (#12391) | Arne Döring | 2019-10-17 | 1 | -4/+4 |
| | | | | | | | | * closes #12316 * make tjsonmacro work at js target * closes #12289 * closes #11988 * also fixed gdb related stuff | ||||
* | different fix for #12279 [backport] | Araq | 2019-09-30 | 1 | -1/+0 |
| | |||||
* | fixes #12279 [backport] | Araq | 2019-09-30 | 1 | -0/+1 |
| | |||||
* | fix nimgrep color on posix #7591 (#12288) | Andrey Makarov | 2019-09-28 | 1 | -4/+12 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 5 | -11/+11 |
| | |||||
* | Add build support for Linux/hppa (#12271) | John Paul Adrian Glaubitz | 2019-09-26 | 1 | -0/+2 |
| | | | | | | * build.sh: Enable CPU detection for hppa * compiler: Add hppa as target architecture on Linux * lib/system: Add platform support for hppa | ||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+1 |
| | |||||
* | rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207) | Arne Döring | 2019-09-18 | 1 | -4/+4 |
| | |||||
* | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -8/+8 |
| | | | | | * fix to(Biggest)Int * kill toFloat magics as well | ||||
* | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -0/+5 |
| | |||||
* | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -1/+8 |
| | |||||
* | fixes #11770 | Araq | 2019-08-16 | 1 | -8/+16 |
| | |||||
* | added destructors.rst spec to the build documentation | Araq | 2019-08-16 | 1 | -0/+1 |
| | |||||
* | Add build support for Linux/ia64 (#11880) [feature] | John Paul Adrian Glaubitz | 2019-08-04 | 1 | -0/+2 |
| | | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64 | ||||
* | nimgrep: introduce the --rex option | Andreas Rumpf | 2019-07-27 | 1 | -5/+12 |
| | |||||
* | nimgrep: fixes the -w option | Andreas Rumpf | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 1 | -0/+1 |
| | |||||
* | minor style changes | Araq | 2019-07-10 | 4 | -12/+12 |
| | |||||
* | dynlib: use posix module (#11623) | Jacek Sieka | 2019-07-08 | 1 | -1/+4 |
| | |||||
* | fixes a finish.exe regression | Andreas Rumpf | 2019-07-06 | 1 | -1/+2 |
| | |||||
* | VCC discovery using vswhere (#6540) (#11559) | Toshiyuki-Tega | 2019-06-26 | 2 | -2/+53 |
| | |||||
* | [bugfix] fix #11543, add std/sums to theindex.html | narimiran | 2019-06-20 | 1 | -0/+1 |
| | |||||
* | HCR: better documentation | Araq | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | Fixes #11431 (#11451) [bugfix] | Juan Carlos | 2019-06-10 | 1 | -1/+1 |
| |