summary refs log tree commit diff stats
path: root/compiler/suggest.nim
Commit message (Expand)AuthorAgeFilesLines
* {.deprecated: msg.} now works for vars and lets (#10234)Neelesh Chandola2019-01-081-2/+6
* Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-2/+2
* Before showing deprecated warning, check whether enum field was marked deprec...Neelesh Chandola2018-12-301-2/+2
* Show deprecation warning for fields of a deprecated enum (#10112)Neelesh Chandola2018-12-301-3/+8
* make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...Andreas Rumpf2018-11-071-2/+2
* .error for routines now can also have a custom error message; improve error m...Araq2018-09-251-11/+20
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-2/+2
* make nimsuggest compile againAndreas Rumpf2018-08-231-1/+1
* fixes merge conflictAraq2018-08-231-7/+16
|\
| * More robust handling of deprecated pragmas (#8696)LemonBoy2018-08-211-7/+16
* | even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
|/
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-1/+1
* ensure compiler API doesn't import the RST engineAndreas Rumpf2018-05-291-2/+2
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-77/+52
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-2/+2
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-1/+1
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-24/+24
* make nimsuggest compile againAndreas Rumpf2018-05-131-9/+9
* sigmatch compiles againAndreas Rumpf2018-05-111-18/+18
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-2/+2
* the .deprecated pragma for procs now supports a user-definable deprecation me...Andreas Rumpf2018-02-021-1/+13
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-4/+4
* nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-141-2/+2
* nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-101-0/+6
* nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-101-47/+42
* nimsuggest: more things workAraq2017-03-091-8/+20
* nimsuggest: more precise cursor trackingAraq2017-03-091-47/+8
* nimsuggest: revert cpFuzzy bailoutsAndreas Rumpf2017-03-091-21/+21
* bugfix: consider type contexts properlyAraq2017-03-081-33/+41
* nimsuggest: chk checks the full project lazily; much better suggestions order...Andreas Rumpf2017-03-081-47/+94
* make some tests greenAndreas Rumpf2017-03-071-2/+3
* nimsuggest: better ordering of symbols (part 1)Andreas Rumpf2017-03-071-35/+59
* nimsuggest: minor doc additionAndreas Rumpf2017-03-031-0/+2
* nimsuggest: structured error reporting; EPC mode still failsAndreas Rumpf2017-03-031-4/+3
* make tests green againAndreas Rumpf2017-03-021-1/+6
* nimsuggest: track type contextsAraq2017-03-011-2/+7
* nimsuggest supports prefix matching (first version)Araq2017-02-281-33/+76
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-9/+9
* nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-131-3/+3
* disable transitive closure computations; only semcheck procs that have the cu...Andreas Rumpf2017-02-091-2/+2
* nimsuggest: bugfix: also output documentation commentsAndreas Rumpf2017-02-031-0/+14
* fixes nimsuggest issue #44Andreas Rumpf2017-01-261-3/+5
* Merge branch 'devel' into sighashesAraq2016-12-191-2/+3
|\
| * fixes nimsuggest bug #43Andreas Rumpf2016-12-181-2/+3
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-2/+2
|/
* new dependency tracking for nimsuggestAraq2016-11-051-1/+1
* nimsuggest is now part of NimAraq2016-10-311-1/+1
* C++ backend: use .noInit pragma for non-public default constructors; refs #4687Andreas Rumpf2016-09-041-6/+5
* fixes #4673Andreas Rumpf2016-09-011-1/+1
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-1/+1