summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* it's the year 2014Araq2014-01-198-24/+22
|
* 'inject' for the new symbol binding rules in templatesAraq2014-01-191-7/+19
|
* make encodings.nim case consistentAraq2014-01-191-33/+31
|
* resolved conflicts with masterAraq2014-01-1822-611/+225
|\
| * Merge pull request #777 from fowlmouth/patch-4Andreas Rumpf2014-01-131-0/+8
| |\ | | | | | | Update os.nim
| | * Update os.nimBillingsly Wetherfordshire2013-12-231-0/+8
| | | | | | | | | added file/dirExists synonyms for existsFile/dir
| * | Merge pull request #779 from brihat/masterAndreas Rumpf2014-01-131-0/+4
| |\ \ | | | | | | | | Define $ operator for TRune
| | * | Define $ operator for TRuneSatish BD2013-12-261-1/+3
| | | |
| | * | Define $ operator for TRuneSatish BD2013-12-261-0/+2
| | | |
| * | | bugfix: doc generation for actors.nim works againAraq2014-01-131-4/+5
| | | |
| * | | added test cases from strange loop eventAraq2014-01-136-0/+152
| | | |
| * | | Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9
| | | |
| * | | Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-122-0/+8
| | | |
| * | | Merge pull request #788 from zielmicha/httpclient-fixDominik Picheta2013-12-301-2/+1
| |\ \ \ | | | | | | | | | | httpclient: strip trailing whitespace from headers.
| | * | | httpclient: strip trailing whitespace from headers.Michał Zieliński2013-12-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - we can do that according to the RFC. - fixes #783
| * | | | Merge pull request #791 from gradha/pr_removes_generated_fileGrzegorz Adam Hankiewicz2013-12-302-591/+1
| |\ \ \ \ | | | | | | | | | | | | Removes generated .dot file uploaded by mistake.
| | * | | | Removes generated .dot file uploaded by mistake.Grzegorz Adam Hankiewicz2013-12-302-591/+1
| |/ / / /
| * | | | Merge pull request #776 from gradha/pr_docsGrzegorz Adam Hankiewicz2013-12-302-2/+29
| |\ \ \ \ | | | | | | | | | | | | Docstrings
| | * | | | Adds docstring to rstgen.defaultConfig.Grzegorz Adam Hankiewicz2013-12-231-1/+12
| | | | | |
| | * | | | Adds example to locals() docstring.Grzegorz Adam Hankiewicz2013-12-231-1/+17
| | | |_|/ | | |/| |
| * | | | Fixes #594Dominik Picheta2013-12-281-1/+1
| | |/ / | |/| | | | | | | | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection.
| * | | Remove assert in asyncio which causes problems.Dominik Picheta2013-12-261-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes.
| * | | Added --noBabelPath override.Dominik Picheta2013-12-252-1/+5
| |/ /
* | | unittest module works againAraq2014-01-186-28/+20
| | |
* | | better testerAraq2014-01-1721-31/+39
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1713-517/+618
|\ \ \
| * \ \ Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35
| |\ \ \ | | | | | | | | | | Add docs for constraining and qualifying imports.
| | * | | Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35
| | | | |
| * | | | Merge pull request #817 from gradha/pr_improves_docs2Simon Hafner2014-01-168-127/+120
| |\ \ \ \ | | | | | | | | | | | | Improves docs2
| | * | | | References TRune, links unicode modules where mentioned.Grzegorz Adam Hankiewicz2014-01-151-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Amends 0f3941b0013ea5d390586719f930fcf02b929f4d.
| | * | | | Clarifies system.lines() docstring.Grzegorz Adam Hankiewicz2014-01-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Amends c087f905134b249cf20cbabc4066fbfa62dd668a.
| | * | | | Adds note about conflicts with using as a statement.Grzegorz Adam Hankiewicz2014-01-151-0/+18
| | | | | |
| | * | | | Duplicates string literal table for character literals.Grzegorz Adam Hankiewicz2014-01-151-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | Hopefully the index spamming will lead more people here.
| | * | | | Documents rstgen index related procs.Grzegorz Adam Hankiewicz2014-01-151-1/+12
| | | | | |
| | * | | | Removes links to modules recently removed from stdlib.Grzegorz Adam Hankiewicz2014-01-151-101/+1
| | | | | |
| | * | | | Moves mongodb module to lower level wrapper group.Grzegorz Adam Hankiewicz2014-01-151-3/+2
| | | | | |
| | * | | | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-153-4/+9
| | | | | |
| | * | | | Documents wrapping named arguments in curly braces.Grzegorz Adam Hankiewicz2014-01-151-1/+3
| | | | | |
| | * | | | Adds note about iterators having same signature as procs.Grzegorz Adam Hankiewicz2014-01-151-1/+5
| | | | | |
| | * | | | Adds note about procs and multiple variable assignment.Grzegorz Adam Hankiewicz2014-01-151-0/+6
| | | | | |
| | * | | | Adds docstrings to lines() iterators.Grzegorz Adam Hankiewicz2014-01-151-2/+24
| | | | | |
| | * | | | Adds using statement to the one and only true index.Grzegorz Adam Hankiewicz2014-01-151-6/+6
| |/ / / /
| * | | | Merge pull request #814 from discoloda/develAndreas Rumpf2014-01-145-390/+463
| |\ \ \ \ | | | | | | | | | | | | Many small improvements to c2nim
| | * | | | Applied Araq's suggestions for c2nimVincent Burns2014-01-142-9/+11
| | | | | |
| | * | | | removed hack for return statementVincent Burns2014-01-142-9/+14
| | | | | |
| | * | | | Slightly better type parsing for parameters and cast expressionsVincent Burns2014-01-142-7/+46
| | | | | |
| | * | | | Fix for expression parsing, 'new' is a valid C symbolVincent Burns2014-01-131-6/+9
| | | | | |
| | * | | | Fix for some comments during if statementsVincent Burns2014-01-133-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | added test files
| | * | | | Support more proper do..while statementsVincent Burns2014-01-131-9/+39
| | | | | |
| | * | | | for statements support comma expressionsVincent Burns2014-01-131-2/+4
| | | | | |
'n1339' href='#n1339'>1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719