Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes nimsuggest issue #44 | Andreas Rumpf | 2017-01-26 | 1 | -3/+5 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -2/+3 |
|\ | |||||
| * | fixes nimsuggest bug #43 | Andreas Rumpf | 2016-12-18 | 1 | -2/+3 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -2/+2 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | new dependency tracking for nimsuggest | Araq | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | nimsuggest is now part of Nim | Araq | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | C++ backend: use .noInit pragma for non-public default constructors; refs #4687 | Andreas Rumpf | 2016-09-04 | 1 | -6/+5 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | fixes #4510 | Andreas Rumpf | 2016-07-29 | 1 | -0/+2 |
| | |||||
* | nimsuggest: added 'chk', 'outline' and 'highlight' features | Araq | 2015-11-01 | 1 | -50/+129 |
| | |||||
* | nimsuggest: added 'dus' command that combines 'def' and 'use' | Araq | 2015-10-12 | 1 | -1/+5 |
| | |||||
* | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 1 | -3/+3 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -37/+37 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | changed from parseEnum to direct copy | Simon Hafner | 2015-05-13 | 1 | -5/+1 |
| | | | | Let's hope this doesn't break anything | ||||
* | removed unnecessary deps | Simon Hafner | 2015-05-08 | 1 | -2/+1 |
| | |||||
* | removed a few consts and rewired to IdeCmd | Simon Hafner | 2015-04-26 | 1 | -16/+11 |
| | |||||
* | barebones in nimsuggest for EPC | Simon Hafner | 2015-04-22 | 1 | -11/+12 |
| | |||||
* | parseEnum ftw | Simon Hafner | 2015-04-22 | 1 | -40/+4 |
| | |||||
* | rewrite suggest.nim for suggestionResultHook | Simon Hafner | 2015-04-22 | 1 | -39/+106 |
| | |||||
* | removed dead code | Araq | 2015-01-30 | 1 | -9/+2 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -13/+17 |
| | |||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 1 | -5/+1 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -111/+86 |
| | |||||
* | fixes #1774 | Araq | 2014-12-31 | 1 | -3/+0 |
| | |||||
* | improvements for nimfix | Araq | 2014-09-10 | 1 | -2/+1 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -19/+19 |
| | |||||
* | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -2/+5 |
| | |||||
* | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| * | make the current PContext accessible through TCandidate | Zahary Karadjov | 2013-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | the goal here is to remove all the hacks from ParamTypeMatch and to handle all type matching in typeRel (the context there is required to evaluate any static params and to run the compilation tests of user-defined type classes) | ||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -4/+4 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -1/+2 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -17/+17 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
|/ | |||||
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -2/+8 |
| | |||||
* | fixes token's column information | Araq | 2013-07-30 | 1 | -3/+1 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -1/+2 |
| | |||||
* | Order suggestion output by scope and then by item name. | Thomas Kinnen | 2013-07-01 | 1 | -2/+5 |
| | |||||
* | another attempt to implement #448 | Araq | 2013-05-31 | 1 | -10/+7 |
| | |||||
* | implements #448 | Araq | 2013-05-26 | 1 | -3/+10 |
| | |||||
* | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -7/+12 |
| | |||||
* | handle invalid data in --def | Zahary Karadjov | 2013-05-05 | 1 | -2/+5 |
| | |||||
* | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 1 | -1/+57 |
| | | | | an in-memory index built during compilation in caas mode |