Commit Graph

5556 Commits

Author SHA1 Message Date
Araq
c87f1eb581 'discard' can be used instead of 'nil' for empty case object branches 2015-01-12 02:00:36 +01:00
Andreas Rumpf
95fe697afe Merge pull request #1931 from def-/doc-css
Improve documentation CSS for smaller resolutions
2015-01-12 01:45:52 +01:00
Andreas Rumpf
e2faa40a4e Merge pull request #1841 from skyfex/devel
Add support for big 'u64 literals and remove SomeUInt from unsigned.nim
2015-01-12 01:44:57 +01:00
Araq
9d0ae03918 fixes #1838 2015-01-11 13:51:30 +01:00
def
b866d9e5e6 Improve documentation CSS for smaller resolutions 2015-01-11 04:37:04 +01:00
Araq
b5a8e34ae7 fixes #1928 2015-01-11 03:37:45 +01:00
Araq
9dfd8fea12 fixes #1901 2015-01-11 02:57:36 +01:00
Araq
fd10866ae3 fixes #1919 2015-01-11 02:23:39 +01:00
Araq
d37ff0ab42 don't advice people to use debug options for the GC and core 2015-01-11 02:13:24 +01:00
Araq
ba7ef4e30f fixes #1903 2015-01-11 02:05:22 +01:00
Araq
350fbc6aca fixes #1907 2015-01-11 01:33:25 +01:00
Andreas Rumpf
fffaae06ce Merge pull request #1921 from def-/lc-improve
Remove unnecessary check in list comprehensions
2015-01-11 01:13:10 +01:00
Andreas Rumpf
8c8c48e36a Merge pull request #1924 from daniel-kullmann/doc-fix1
doc/tut2.txt: clarified usage of static/dynamic binding
2015-01-11 01:12:52 +01:00
Andreas Rumpf
98b2c77996 Merge pull request #1925 from daniel-kullmann/doc-fix2
doc/tut2.txt: Tiny grammar fix
2015-01-11 01:11:31 +01:00
Andreas Rumpf
4c29493628 Merge pull request #1926 from ekarlso/mysql-osx
Support MySQL on OSX
2015-01-11 01:07:56 +01:00
Endre Karlson
7b9650ed1b Support MySQL on OSX 2015-01-11 01:04:20 +01:00
Daniel Kullmann
8fbe671b04 doc/tut2.txt: Tiny grammar fix
A "the" was missing in "Macros have to be implemented in pure Nim
code if foreign function interface (FFI is not enabled in the compiler"
2015-01-11 00:19:16 +01:00
Daniel Kullmann
451b943a01 doc/tut2.txt: clarified usage of static/dynamic binding
The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods; 
this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a
method is that its first argument (x: int) has a non-object type.
2015-01-11 00:15:49 +01:00
Araq
a41b62da97 fixes #1866 2015-01-10 23:52:29 +01:00
Araq
27141f6016 fixes #1803 2015-01-10 23:52:29 +01:00
Araq
8cb31d86b6 fixes tconfusing_arrow bug 2015-01-10 23:52:29 +01:00
def
711ff185bd Remove unnecessary check in list comprehensions 2015-01-10 22:54:39 +01:00
reactormonk
3273d32acc Merge pull request #1912 from flaviut/rename-stuff
s/nimrod/nim/g; s/babel/nimble/g
2015-01-10 10:27:51 +05:00
Flaviu Tamas
8b807adc08 s/nimrod/nim/g; s/babel/nimble/g 2015-01-09 22:59:16 -05:00
reactormonk
eafbafb0e7 Merge pull request #1905 from JinShil/patch-1
Fixed grammar in 'let statment'
2015-01-08 14:24:34 +05:00
Mike
58ea5a4e98 Fixed grammar in 'let statment' 2015-01-08 17:48:28 +09:00
Andreas Rumpf
0fc052b094 Merge pull request #1900 from dustinlacewell/devel
Revert 5e4ae8d
2015-01-08 01:34:53 +01:00
Dustin Lacewell
0619383f46 Revert 5e4ae8d 2015-01-07 14:07:06 -08:00
Andreas Rumpf
f2e717da2d Merge pull request #1884 from def-/tcc-usevfork
Add workaround for TCC to make POSIX_SPAWN_USEVFORK available
2015-01-07 14:15:44 +01:00
Andreas Rumpf
e386b7460b Merge pull request #1876 from flaviut/unittest-stacktrace
Add stack trace to unitest.nim exceptions
2015-01-07 14:15:11 +01:00
Andreas Rumpf
5bd2889267 Merge pull request #1889 from ramnes/devel
Happy new year!
2015-01-07 14:14:43 +01:00
Andreas Rumpf
1c106a499c Merge pull request #1897 from mrordinaire/fix-tsequtils
fixed tests/seq/tsequtils.nim
2015-01-07 14:10:45 +01:00
Do Nhat Minh
de4a3f8835 fixed tests/seq/tsequtils.nim 2015-01-07 19:05:37 +08:00
Araq
65310266d8 Merge branch 'devel' of https://github.com/Araq/Nim into devel
Conflicts:
	compiler/semexprs.nim
2015-01-07 02:44:22 +01:00
Araq
b907fac5f9 minor cleanups 2015-01-07 02:41:50 +01:00
Araq
417eb3e026 patch required for c2nim 2015-01-07 02:41:08 +01:00
Guillaume Gelin
3119fe087d Happy new year! 2015-01-06 15:26:33 +01:00
Guillaume Gelin
2f9fd32770 Make website.tmpl line endings consistant (using Unix style) 2015-01-06 15:09:12 +01:00
reactormonk
08669cc2bd Merge pull request #1882 from flaviut/add-gitignore-csources
Add csources to gitignore
2015-01-06 09:19:27 +05:00
Varriount
2a7b9c64a3 Merge pull request #1883 from flaviut/add-unittest-docs
Add an example and remove future claims from unittest.nim
2015-01-05 23:01:56 -05:00
Varriount
7f6de4495e Merge pull request #1835 from def-/mysql-lib-version
Allow higher versions of libmysqlclient
2015-01-05 22:50:54 -05:00
Varriount
b7f72985ed Merge pull request #1879 from def-/nim-renames
Some GC renames to get rid of deprecation warnings
2015-01-05 22:45:31 -05:00
Varriount
20568c35db Merge pull request #1885 from flaviut/unittest-reset-term
Properly use the terminal module
2015-01-05 22:39:56 -05:00
Flaviu Tamas
8f446eb541 Properly use the terminal module
The documentation for terminal says

> Changing the style is permanent even after program termination! Use the code
> `system.addQuitProc(resetAttributes)` to restore the defaults.
2015-01-05 21:54:06 -05:00
def
9a36c17c05 Add workaround for TCC to make POSIX_SPAWN_USEVFORK available 2015-01-06 03:53:21 +01:00
Flaviu Tamas
6a8d38f358 Add an example and remove future claims
The future claims haven't been addressed for 3 years, they are unlikely to be
fixed soon.
2015-01-05 21:44:35 -05:00
Varriount
20da8c9400 Merge pull request #1779 from flaviut/ga-docs
Add google analytics to docs
2015-01-05 21:28:43 -05:00
Varriount
a6194fb2bd Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename
fix NSIS uninstaller filename
2015-01-05 21:18:44 -05:00
def
2399f3b03d Some GC renames to get rid of deprecation warnings 2015-01-06 01:28:43 +01:00
Flaviu Tamas
d99454314c Make unittest.nim print stack trace 2015-01-05 18:59:59 -05:00