Commit Graph

9782 Commits

Author SHA1 Message Date
Araq
f6bdda2c5e fixes #1964 2015-01-18 15:20:38 +01:00
Araq
5f6131cbdc fixes #1944 2015-01-18 14:44:16 +01:00
Flaviu Tamas
2e80d64aae Update documentation 2015-01-17 22:49:34 -05:00
Flaviu Tamas
447d0e0e8b Add more typical string replace 2015-01-17 22:45:23 -05:00
Varriount
d3a8d5b173 Merge pull request #1981 from Varriount/zielmicha-devel
Custom merge of Zielmicha devel
2015-01-17 21:20:41 -05:00
Varriount
66a9be4e02 Add filename space test 2015-01-17 21:20:25 -05:00
Andreas Rumpf
4b30c6d9ce Merge pull request #1972 from skyfex/vm_opcLdConst
Test and fix for VM issue
2015-01-18 03:09:36 +01:00
Araq
8373357955 typo; last commit fixes #1910 2015-01-18 02:39:00 +01:00
Araq
abb738146a revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 2015-01-18 02:33:44 +01:00
Araq
a2b7e6c392 better C++ support wrt 'this' 2015-01-18 02:33:43 +01:00
Varriount
d630f72b81 Fixes #1955 2015-01-17 20:17:36 -05:00
Varriount
4a9647d4db Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fix
Revert "Documented faster way to bootstrap-build Nim"
2015-01-17 19:24:32 -05:00
Varriount
bc97493102 Revert "Documented faster way to bootstrap-build Nim" 2015-01-17 19:16:04 -05:00
Varriount
eb929bd61c Merge pull request #1842 from def-/unicode-reversed
Add reversed proc to unicode module
2015-01-17 18:53:46 -05:00
Flaviu Tamas
4d25a89ba9 Add replace
Also came a cross a find bug with 0-length subject strings
2015-01-17 16:21:25 -05:00
Varriount
9847f762e4 Merge pull request #1951 from noway421/bootstrap-install-docs-fix
Documented faster way to bootstrap-build Nim
2015-01-17 13:48:05 -05:00
Dominik Picheta
5d013cd626 Merge pull request #1978 from def-/manual-exceptions
Clarify documentation about "except clauses"
2015-01-17 16:47:21 +00:00
def
c45367fc55 Clarify documentation about "except clauses"
They're called type conversions. Type casts are done with cast[T](...)
and are not type safe.
2015-01-17 03:57:38 +01:00
Varriount
1a76d26360 Merge pull request #1954 from ziotom78/devel
New section "Except clauses" in the manual
2015-01-16 21:47:32 -05:00
Varriount
78b5779d93 Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel 2015-01-16 21:28:36 -05:00
Varriount
b828bae80d Merge pull request #1967 from def-/more-renames
More renames
2015-01-16 21:27:07 -05:00
Flaviu Tamas
a7ce05b42f Add tests for claims in documentation 2015-01-16 20:04:38 -05:00
Flaviu Tamas
abccac2f06 Add split(...) 2015-01-16 20:04:20 -05:00
Flaviu Tamas
085903cd10 Update readme formatting 2015-01-16 19:56:05 -05:00
Flaviu Tamas
3fd5140554 Update anchor values 2015-01-16 19:54:39 -05:00
Flaviu Tamas
39e13ba5d0 Document find___(...) 2015-01-16 19:53:29 -05:00
Flaviu Tamas
6a2ebb804f Make it easier to run tests
Now it's just `$ ./runtests.sh`!
2015-01-16 19:22:36 -05:00
Flaviu Tamas
01e22abb19 Fix upper bound handling 2015-01-16 19:22:21 -05:00
Flaviu Tamas
4a67b723a0 Update readme formatting 2015-01-16 19:14:16 -05:00
Flaviu Tamas
d4450aa1ee Add additional tests for match 2015-01-16 19:12:05 -05:00
Flaviu Tamas
1a5401ebcf s/match/find/g
The implementation needs to match the API after all ;)
2015-01-16 19:11:28 -05:00
Flaviu Tamas
ca3e72ee27 Add match(...) to documentation 2015-01-16 19:10:48 -05:00
Andreas Rumpf
623429888b Merge pull request #1975 from flaviut/fix-unittest
Fix named argument handling
2015-01-17 01:08:33 +01:00
Flaviu Tamas
d24fb3d0b9 Fix named argument handling
Instead of trying to use the whole parameter, it uses just the RHS, as expected
2015-01-16 19:01:33 -05:00
Dominik Picheta
03eb11d2c8 Add compiler.nimble file. 2015-01-16 21:47:26 +00:00
Audun Wilhelmsen
ca257efc84 Proposed fix for issue #1946 2015-01-16 22:32:00 +01:00
Audun Wilhelmsen
f25c47db1a Add test for issue #1946 2015-01-16 22:31:43 +01:00
Flaviu Tamas
f88f4912c2 Add captures in split 2015-01-15 19:53:43 -05:00
Flaviu Tamas
a03d178a56 Implement capture iterator 2015-01-15 19:53:31 -05:00
def
aae3c6c8b7 Get rid of deprecation warnings in pegs 2015-01-16 00:23:33 +01:00
def
110c4aca7f Documentation renames 2015-01-16 00:22:49 +01:00
def
9a6fb37c22 Manual renames 2015-01-16 00:13:22 +01:00
Flaviu Tamas
c0c0920d19 Add another split testcase
Thanks Oleh Prypin for the suggestion!
2015-01-15 17:39:20 -05:00
Flaviu Tamas
d649cec033 s/asSeq/toSeq
`toSeq` is a better name for it
2015-01-15 17:39:14 -05:00
def
ae7ca46a09 Optimize unicode.reversed
Runs about 18 times faster:
- combining characters with boolean logic instead of binary search
- No more temporary sequence
- Optimize for ASCII characters
2015-01-15 23:11:02 +01:00
Flaviu Tamas
a198c10d6c Add study to docs 2015-01-15 16:19:56 -05:00
Araq
c7934be7e8 fixes #1947 2015-01-15 12:24:54 +01:00
Andreas Rumpf
afc72bdb8a Merge pull request #1961 from def-/github-link-fixes
GitHub link fixes: nim-code -> nim-lang
2015-01-15 03:51:38 +01:00
def
2a7a5a69d0 GitHub link fixes: nim-code -> nim-lang 2015-01-15 03:26:59 +01:00
Flaviu Tamas
aee43d976b Remove unnecessary options 2015-01-14 20:12:53 -05:00