summary refs log tree commit diff stats
path: root/web/website.ini
Commit message (Expand)AuthorAgeFilesLines
* add distros to docs properlyAraq2017-01-091-1/+1
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-311-1/+1
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-1/+1
* further cleanups; refs #4934Araq2016-10-241-1/+1
* fixes #3755Andreas Rumpf2016-10-201-1/+1
* fixes #4895Andreas Rumpf2016-10-201-1/+1
* Move partition and rpartition to new strmisc moduleJoey Payne2016-06-131-1/+1
* Fixes #4287.Dominik Picheta2016-06-071-1/+1
* renamed most remaining .txt documentation files to .rstAraq2016-06-071-4/+4
* News articles are now placed in separate pages.Dominik Picheta2016-06-041-1/+1
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-1/+1
|\
| * Generate nre docs with websiteFlaviu Tamas2016-05-131-1/+1
* | added pure Nim random stdlib moduleAndreas Rumpf2016-05-301-1/+1
|/
* added strscans stdlib moduleAraq2016-05-101-1/+1
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-1/+1
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-181-2/+2
|\
| * Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-181-2/+2
* | fixes #3677Araq2016-01-181-1/+1
|/
* documentation updatesAndreas Rumpf2016-01-181-0/+1
* fix path to nativesocketsSergey Avseyev2015-11-271-3/+1
* Fixes #3582.Dominik Picheta2015-11-241-1/+1
* Add options module to standard library documentationdef2015-11-231-1/+1
* Update website linkSeo Sanghyeon2015-10-281-1/+1
* Prep for v0.12.0Dominik Picheta2015-10-271-1/+1
* docs now build againAraq2015-10-121-5/+6
* s/Github/GitHub/gAman Gupta2015-09-221-1/+1
* documented NimScriptAraq2015-09-071-2/+2
* Add NEP1 to documentation.Varriount2015-07-101-1/+1
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-10/+5
* more cleanups for 0.11.0Araq2015-04-301-3/+3
* Export AsyncFile. Add asyncfile module to docgen.Dominik Picheta2015-03-061-0/+1
* Add support tab to websitePhilipWitte2015-02-151-1/+2
* Update website.iniBillingsly Wetherfordshire2015-02-141-0/+1
* cleanup index generationAraq2015-02-101-0/+81
id='n401' href='#n401'>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 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615