| Commit message (Expand) | Author | Age | Files | Lines |
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 8 | -24/+24 |
* | Fix/improve handling of forward declarations in nimsuggest (#20493) | Ivan Yonchovski | 2022-10-06 | 3 | -9/+114 |
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 2 | -4/+4 |
* | defaults to ORC (#19972) | ringabout | 2022-09-23 | 1 | -12/+2 |
* | Partially Revert "Change nim's nimble files to make it installable" (#20296) | ringabout | 2022-09-02 | 1 | -0/+8 |
* | Change nim's nimble files to make it installable (#20179) | Ivan Yonchovski | 2022-08-31 | 1 | -8/+0 |
* | [nimsuggest] fix def call on identifier 2 times on the line (#20228) | Ivan Yonchovski | 2022-08-30 | 3 | -38/+49 |
* | Use module actual file instead of PSym.info (#19956) | Ivan Yonchovski | 2022-07-15 | 1 | -0/+7 |
* | Implement type command (#19944) | Ivan Yonchovski | 2022-07-15 | 3 | -2/+44 |
* | Initial implementation of nimsuggest v3 (#19826) | Ivan Yonchovski | 2022-06-13 | 3 | -15/+257 |
* | Make sure that field usage preserves the original line info (#19751) | Ivan Yonchovski | 2022-04-29 | 1 | -0/+15 |
* | [nimsuggest] return the type when on symbol in let/var (#19639) | Ivan Yonchovski | 2022-04-07 | 1 | -0/+7 |
* | fix stricteffects (nimsuggest/sexp) (#19405) | flywind | 2022-01-18 | 1 | -1/+1 |
* | [backport] use old style hints in .cfg files (#18917) | Miran | 2021-09-29 | 1 | -1/+1 |
* | improvements to `addInt` and `$` for integer types (#18592) | Timothee Cour | 2021-08-19 | 1 | -1/+1 |
* | fix #18385 followup, by building nimsuggest with -d:release during testing (#... | Timothee Cour | 2021-07-29 | 1 | -4/+11 |
* | improvements to hint:processing: show import stack, distinguish nims, show in... | Timothee Cour | 2021-06-30 | 3 | -3/+3 |
* | change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18... | Timothee Cour | 2021-05-26 | 1 | -1/+1 |
* | disable tmacro_highlight on i386, refs #17945 (#17949) | Timothee Cour | 2021-05-06 | 1 | -0/+4 |
* | improve nimsuggest/tester, minor improvements to koch.nim (#17879) | Timothee Cour | 2021-04-29 | 1 | -10/+12 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 5 | -6/+11 |
* | fixed dot operator recursive loop & macro suggest (#16922) | Saem Ghani | 2021-02-15 | 2 | -12/+1 |
* | tables module uses runnableExamples (#16994) | flywind | 2021-02-13 | 1 | -0/+2 |
* | compilesettings: add libpath (#16997) | Timothee Cour | 2021-02-12 | 1 | -2/+4 |
* | nimsuggest prioritize non-deprecated suggestions (#16816) | Saem Ghani | 2021-01-29 | 2 | -10/+12 |
* | regression test for nim-lang/nimsuggest#58 (#16817) | Saem Ghani | 2021-01-25 | 1 | -0/+22 |
* | fixed nim-lang/nimsuggest#48 type aware sug (#16814) | Saem Ghani | 2021-01-25 | 2 | -3/+29 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 1 | -1/+1 |
* | fixes nim-lang/nimsuggest#103 con dot exprs (#16657) | Saem Ghani | 2021-01-12 | 1 | -2/+32 |
* | fixed nim-lang/nimsuggest#82 pure enum field sug (#16676) | Saem Ghani | 2021-01-11 | 1 | -0/+18 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -1/+1 |
* | fixes nim-lang/nimsuggest#119 outline includes (#16608) | Saem Ghani | 2021-01-06 | 1 | -2/+8 |
* | nimsuggest: fix and re-enable old tests (#16401) | Saem Ghani | 2020-12-27 | 19 | -376/+292 |
* | use hexchar in stdlib (#16290) | flywind | 2020-12-17 | 1 | -8/+2 |
* | cmdline: improve command processing (#16056) | Timothee Cour | 2020-11-26 | 1 | -2/+2 |
* | rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ... | Timothee Cour | 2020-11-20 | 1 | -2/+2 |
* | suggest: try to find the implementation of a symbol when def is used (#15555) | alaviss | 2020-10-14 | 1 | -0/+13 |
* | refactoring: removed cmdlinehelper.mainCommand callback | Andreas Rumpf | 2020-10-11 | 1 | -6/+8 |
* | * honor --errorMax even for tools (eg drnim, nim doc) (#14546) | Timothee Cour | 2020-06-02 | 1 | -4/+2 |
* | Change severity of template instantiation message [backport] (#14526) | Danil Yarantsev | 2020-06-01 | 1 | -0/+13 |
* | Fix `compiles` for nimsuggest [backport] (#14527) | Danil Yarantsev | 2020-06-01 | 1 | -0/+8 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -7/+7 |
* | compiler/suggest: highlight squashed operators (#11796) | alaviss | 2020-04-20 | 1 | -0/+11 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 1 | -3/+3 |
* | fix nimsuggest warning (#13699) | Jasper Jenkins | 2020-03-20 | 3 | -7/+4 |
* | fix .deprecated. object typedef crash (#13643) | Andy Davidoff | 2020-03-16 | 2 | -8/+7 |
* | Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597) | alaviss | 2020-03-06 | 1 | -4/+4 |
* | nimsuggest: don't add CRLF to replies (#13545) | alaviss | 2020-03-04 | 1 | -4/+4 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -1/+0 |
* | fix nimsuggest deprecation warnings (#12772) | Jasper Jenkins | 2019-11-30 | 1 | -2/+2 |