summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes #1964Araq2015-01-181-2/+3
* fixes #1944Araq2015-01-184-13/+36
* Merge pull request #1981 from Varriount/zielmicha-develVarriount2015-01-172-2/+4
|\
| * Add filename space testVarriount2015-01-171-0/+3
| * Fixes #1955Varriount2015-01-171-2/+2
| * Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-develVarriount2015-01-161-2/+1
| |\
| | * quote filenames in when invoking compiler from C backendMichał Zieliński2015-01-141-2/+1
* | | Merge pull request #1972 from skyfex/vm_opcLdConstAndreas Rumpf2015-01-182-0/+15
|\ \ \
| * | | Proposed fix for issue #1946Audun Wilhelmsen2015-01-161-0/+1
| * | | Add test for issue #1946Audun Wilhelmsen2015-01-161-0/+14
* | | | typo; last commit fixes #1910Araq2015-01-181-1/+1
* | | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-189-17/+40
* | | | better C++ support wrt 'this'Araq2015-01-182-20/+166
* | | | Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fixVarriount2015-01-176-39/+17
|\ \ \ \
| * | | | Revert "Documented faster way to bootstrap-build Nim"Varriount2015-01-176-39/+17
|/ / / /
* | | | Merge pull request #1842 from def-/unicode-reversedVarriount2015-01-171-0/+50
|\ \ \ \
| * | | | Optimize unicode.reverseddef2015-01-151-19/+31
| * | | | Add reversed proc to unicode moduledef2015-01-021-0/+38
* | | | | Merge pull request #1951 from noway421/bootstrap-install-docs-fixVarriount2015-01-176-17/+39
|\ \ \ \ \
| * | | | | changed architecture detectionWay, No2015-01-151-1/+3
| * | | | | updated readmeWay, No2015-01-151-3/+5
| * | | | | added quick bootstrap script for windowsWay, No2015-01-152-0/+26
| * | | | | updated web/download.txtWay, No2015-01-141-6/+2
| * | | | | updated install.txtWay, No2015-01-141-1/+1
| * | | | | faster way to bootstrap-build NimWay, No2015-01-141-7/+3
| * | | | | added execution rights to build.shWay, No2015-01-141-0/+0
* | | | | | Merge pull request #1978 from def-/manual-exceptionsDominik Picheta2015-01-171-1/+1
|\ \ \ \ \ \
| * | | | | | Clarify documentation about "except clauses"def2015-01-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #1954 from ziotom78/develVarriount2015-01-161-0/+35
|\ \ \ \ \ \
| * | | | | | New section "Except clauses" in the manualMaurizio Tomasi2015-01-141-0/+35
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1967 from def-/more-renamesVarriount2015-01-1625-237/+237
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Get rid of deprecation warnings in pegsdef2015-01-163-16/+16
| * | | | | Documentation renamesdef2015-01-168-80/+80
| * | | | | Manual renamesdef2015-01-1614-141/+141
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1975 from flaviut/fix-unittestAndreas Rumpf2015-01-171-2/+11
|\ \ \ \ \
| * | | | | Fix named argument handlingFlaviu Tamas2015-01-161-2/+11
|/ / / / /
* / / / / Add compiler.nimble file.Dominik Picheta2015-01-161-0/+11
|/ / / /
* | | | fixes #1947Araq2015-01-151-1/+16
* | | | Merge pull request #1961 from def-/github-link-fixesAndreas Rumpf2015-01-155-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | GitHub link fixes: nim-code -> nim-langdef2015-01-155-11/+11
|/ / /
* | | patterns for 'importcpp' (still undocumented)Araq2015-01-142-28/+92
* | | handle 'T&' properly for better C++ supportAraq2015-01-131-3/+11
* | | koch doesn't use compiler/nversion (makes no sense); updated twitter linkAraq2015-01-132-2/+2
|/ /
* | fixes the integer conversion regressionsAraq2015-01-137-25/+28
* | Merge pull request #1948 from def-/httpclient-againDominik Picheta2015-01-131-2/+2
|\ \
| * | Fix body in httpclientdef2015-01-131-2/+2
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-137-10/+20
|\ \
| * | TSlice -> Slice in the tut1Simon Hafner2015-01-131-2/+2
| * | Merge pull request #1942 from def-/nimevalAndreas Rumpf2015-01-131-1/+1
| |\ \
| | * | Make nimeval compiledef2015-01-121-1/+1