summary refs log tree commit diff stats
path: root/compiler/suggest.nim
Commit message (Expand)AuthorAgeFilesLines
* Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
* another attempt to implement #448Araq2013-05-311-10/+7
* implements #448Araq2013-05-261-3/+10
* final fixes giving us a working compilerZahary Karadjov2013-05-121-2/+2
* get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-7/+12
* handle invalid data in --defZahary Karadjov2013-05-051-2/+5
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-1/+57
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* implements #295Araq2013-01-081-1/+3
* cas improvementsAraq2012-10-241-0/+2
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-2/+1
* next steps for 'compiler as a service'Araq2012-10-031-7/+2
* first steps for compiler as a serviceAraq2012-10-031-8/+13
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+1
* first steps to make templates hygienicAraq2012-08-201-3/+7
* make idetools output full pathsAraq2012-08-051-1/+1
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-23/+46
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-031-14/+19
* idetools improvements (2)Araq2012-08-031-0/+1
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+0
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-7/+26
* made compiler more robust for idetools supportAraq2012-07-301-2/+3
* improvements for idetools; system.compiles improvedAraq2012-07-291-30/+43
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-9/+7
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: suggest featureAraq2011-12-221-14/+13
* attempt to improve 'suggest' featureAraq2011-07-301-4/+7
* got rid of some arcane module namesAraq2011-04-211-2/+3
* big repo cleanupAraq2011-04-121-0/+236
ref='#n330'>330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476