Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler/[msgs, suggest]: improve highlighter accuracy (#10496) | alaviss | 2019-02-07 | 1 | -2/+37 |
| | | | | | | | | | | Previously the compiler would generate suggestions based on the symbol identifier length, but that might not reflect the actual representation of it within the actual source code. This commit implements a simple source scanner for the suggest module to address the problem outlined above. Fixes nim-lang/nimsuggest#24 | ||||
* | suggest: quote operators and keywords on suggestion (#10460) | alaviss | 2019-01-28 | 1 | -2/+6 |
| | |||||
* | {.deprecated: msg.} now works for vars and lets (#10234) | Neelesh Chandola | 2019-01-08 | 1 | -2/+6 |
| | |||||
* | Deprecate gc v2 (#10151) | Neelesh Chandola | 2019-01-01 | 1 | -2/+2 |
| | | | | | | * Deprecate gc v2 * warnDeprecated now has custom messages | ||||
* | Before showing deprecated warning, check whether enum field was marked ↵ | Neelesh Chandola | 2018-12-30 | 1 | -2/+2 |
| | | | | deprecated or the whole enum type (#10135) | ||||
* | Show deprecation warning for fields of a deprecated enum (#10112) | Neelesh Chandola | 2018-12-30 | 1 | -3/+8 |
| | | | | | | * Show deprecation warning for fields of a deprecated enum * Add test | ||||
* | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler ↵ | Andreas Rumpf | 2018-11-07 | 1 | -2/+2 |
| | | | | switch -d:leanCompiler; useful for the Raberry PI | ||||
* | .error for routines now can also have a custom error message; improve error ↵ | Araq | 2018-09-25 | 1 | -11/+20 |
| | | | | message for 'nil' strings | ||||
* | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -2/+2 |
| | | | | between modules | ||||
* | make nimsuggest compile again | Andreas Rumpf | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | fixes merge conflict | Araq | 2018-08-23 | 1 | -7/+16 |
|\ | |||||
| * | More robust handling of deprecated pragmas (#8696) | LemonBoy | 2018-08-21 | 1 | -7/+16 |
| | | | | | | | | | | | | Prevent `deprecated` annotations to "slip" up to the parent module and warn about unsupported annotations. Accidentally fixes #7867 | ||||
* | | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -1/+1 |
|/ | |||||
* | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | ensure compiler API doesn't import the RST engine | Andreas Rumpf | 2018-05-29 | 1 | -2/+2 |
| | |||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -77/+52 |
| | |||||
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -24/+24 |
| | |||||
* | make nimsuggest compile again | Andreas Rumpf | 2018-05-13 | 1 | -9/+9 |
| | |||||
* | sigmatch compiles again | Andreas Rumpf | 2018-05-11 | 1 | -18/+18 |
| | |||||
* | refactoring: make FileIndex a distinct type; make line information an ↵ | Andreas Rumpf | 2018-04-21 | 1 | -2/+2 |
| | | | | uint16; fixes #7654 | ||||
* | the .deprecated pragma for procs now supports a user-definable deprecation ↵ | Andreas Rumpf | 2018-02-02 | 1 | -1/+13 |
| | | | | message | ||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -4/+4 |
| | |||||
* | nimsuggest: suggest types in a type section | Andreas Rumpf | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | nimsuggest: special rule for 'of' completion in case statements | Andreas Rumpf | 2017-03-10 | 1 | -0/+6 |
| | |||||
* | nimsuggest: maxresults limit; fixed local symbol usages priorizations | Andreas Rumpf | 2017-03-10 | 1 | -47/+42 |
| | |||||
* | nimsuggest: more things work | Araq | 2017-03-09 | 1 | -8/+20 |
| | |||||
* | nimsuggest: more precise cursor tracking | Araq | 2017-03-09 | 1 | -47/+8 |
| | |||||
* | nimsuggest: revert cpFuzzy bailouts | Andreas Rumpf | 2017-03-09 | 1 | -21/+21 |
| | |||||
* | bugfix: consider type contexts properly | Araq | 2017-03-08 | 1 | -33/+41 |
| | |||||
* | nimsuggest: chk checks the full project lazily; much better suggestions ↵ | Andreas Rumpf | 2017-03-08 | 1 | -47/+94 |
| | | | | orderings | ||||
* | make some tests green | Andreas Rumpf | 2017-03-07 | 1 | -2/+3 |
| | |||||
* | nimsuggest: better ordering of symbols (part 1) | Andreas Rumpf | 2017-03-07 | 1 | -35/+59 |
| | |||||
* | nimsuggest: minor doc addition | Andreas Rumpf | 2017-03-03 | 1 | -0/+2 |
| | |||||
* | nimsuggest: structured error reporting; EPC mode still fails | Andreas Rumpf | 2017-03-03 | 1 | -4/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-03-02 | 1 | -1/+6 |
| | |||||
* | nimsuggest: track type contexts | Araq | 2017-03-01 | 1 | -2/+7 |
| | |||||
* | nimsuggest supports prefix matching (first version) | Araq | 2017-02-28 | 1 | -33/+76 |
| | |||||
* | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -9/+9 |
| | |||||
* | nimsuggest uses multithreading and full project recompiles | Andreas Rumpf | 2017-02-13 | 1 | -3/+3 |
| | |||||
* | disable transitive closure computations; only semcheck procs that have the ↵ | Andreas Rumpf | 2017-02-09 | 1 | -2/+2 |
| | | | | cursor | ||||
* | nimsuggest: bugfix: also output documentation comments | Andreas Rumpf | 2017-02-03 | 1 | -0/+14 |
| | |||||
* | 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 |
| |