Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Clarify documentation about "except clauses" | def | 2015-01-17 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #1954 from ziotom78/devel | Varriount | 2015-01-16 | 1 | -0/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | New section "Except clauses" in the manual | Maurizio Tomasi | 2015-01-14 | 1 | -0/+35 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1967 from def-/more-renames | Varriount | 2015-01-16 | 25 | -237/+237 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 3 | -16/+16 | |
| * | | | | | | Documentation renames | def | 2015-01-16 | 8 | -80/+80 | |
| * | | | | | | Manual renames | def | 2015-01-16 | 14 | -141/+141 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #1975 from flaviut/fix-unittest | Andreas Rumpf | 2015-01-17 | 1 | -2/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix named argument handling | Flaviu Tamas | 2015-01-16 | 1 | -2/+11 | |
|/ / / / / / | ||||||
* / / / / / | Add compiler.nimble file. | Dominik Picheta | 2015-01-16 | 1 | -0/+11 | |
|/ / / / / | ||||||
* | | | | | fixes #1947 | Araq | 2015-01-15 | 1 | -1/+16 | |
* | | | | | Merge pull request #1961 from def-/github-link-fixes | Andreas Rumpf | 2015-01-15 | 5 | -11/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 5 | -11/+11 | |
|/ / / / | ||||||
* | | | | patterns for 'importcpp' (still undocumented) | Araq | 2015-01-14 | 2 | -28/+92 | |
* | | | | handle 'T&' properly for better C++ support | Araq | 2015-01-13 | 1 | -3/+11 | |
* | | | | koch doesn't use compiler/nversion (makes no sense); updated twitter link | Araq | 2015-01-13 | 2 | -2/+2 | |
|/ / / | ||||||
* | | | fixes the integer conversion regressions | Araq | 2015-01-13 | 7 | -25/+28 | |
* | | | Merge pull request #1948 from def-/httpclient-again | Dominik Picheta | 2015-01-13 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix body in httpclient | def | 2015-01-13 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-13 | 7 | -10/+20 | |
|\ \ \ | ||||||
| * | | | TSlice -> Slice in the tut1 | Simon Hafner | 2015-01-13 | 1 | -2/+2 | |
| * | | | Merge pull request #1942 from def-/nimeval | Andreas Rumpf | 2015-01-13 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Make nimeval compile | def | 2015-01-12 | 1 | -1/+1 | |
| * | | | | Merge pull request #1943 from def-/async-fix | Andreas Rumpf | 2015-01-13 | 1 | -2/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix: Only handle EPOLLERR as an error event | def | 2015-01-13 | 1 | -2/+0 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1945 from ReneSac/devel | Andreas Rumpf | 2015-01-13 | 1 | -0/+4 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Added missing windows wrappers to the lib.html doc | ReneSac | 2015-01-12 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #1941 from dustinlacewell/anchor_doc_names | Andreas Rumpf | 2015-01-12 | 1 | -3/+5 | |
| |\ \ \ | ||||||
| | * | | | Replace other common expressions with defined variable | Dustin Lacewell | 2015-01-12 | 1 | -2/+2 | |
| | * | | | Add named anchor links to procs in the documentation index | Dustin Lacewell | 2015-01-12 | 1 | -2/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #1936 from sa2ajj/freebsd-compiler | Andreas Rumpf | 2015-01-12 | 2 | -2/+8 | |
| |\ \ \ | ||||||
| | * | | | make FreeBSD's compiler clang | Mikhail Sobolev | 2015-01-12 | 2 | -2/+8 | |
* | | | | | make net.nim compile again (quick workaround for a regression) | Araq | 2015-01-13 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | fixes #1915 | Araq | 2015-01-12 | 8 | -9/+46 | |
* | | | | 'discard' can be used instead of 'nil' for empty case object branches | Araq | 2015-01-12 | 3 | -4/+24 | |
* | | | | Merge pull request #1931 from def-/doc-css | Andreas Rumpf | 2015-01-12 | 1 | -8/+9 | |
|\ \ \ \ | ||||||
| * | | | | Improve documentation CSS for smaller resolutions | def | 2015-01-11 | 1 | -8/+9 | |
* | | | | | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 5 | -30/+233 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Added safe implicit conversion of uint8 to int16..int64, uint16 to int32..int... | Audun Wilhelmsen | 2015-01-03 | 3 | -13/+199 | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 57 | -452/+668 | |
| |\ \ \ \ | ||||||
| * | | | | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 2 | -17/+34 | |
* | | | | | | fixes #1838 | Araq | 2015-01-11 | 4 | -7/+30 | |
* | | | | | | fixes #1928 | Araq | 2015-01-11 | 1 | -1/+1 | |
* | | | | | | fixes #1901 | Araq | 2015-01-11 | 1 | -7/+8 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | fixes #1919 | Araq | 2015-01-11 | 2 | -6/+26 | |
* | | | | | don't advice people to use debug options for the GC and core | Araq | 2015-01-11 | 1 | -2/+2 | |
* | | | | | fixes #1903 | Araq | 2015-01-11 | 1 | -1/+2 | |
* | | | | | fixes #1907 | Araq | 2015-01-11 | 1 | -2/+2 | |
* | | | | | Merge pull request #1921 from def-/lc-improve | Andreas Rumpf | 2015-01-11 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unnecessary check in list comprehensions | def | 2015-01-10 | 1 | -1/+0 |