summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Removed magics: mEqI64 mLtI64 mLeI64rku2015-06-108-26/+17
* Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64rku2015-06-106-35/+18
* Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64rku2015-06-107-44/+29
* Merge pull request #2780 from flaviut/cleanup-crcAndreas Rumpf2015-06-099-190/+249
|\
| * Add simple tests to secure_hashFlaviu Tamas2015-05-261-0/+5
| * Use sha1 instead of crcFlaviu Tamas2015-05-264-105/+206
| * Rename crc module to "secure_hash"Flaviu Tamas2015-05-238-13/+12
| * Clean up crc moduleFlaviu Tamas2015-05-235-76/+30
* | Merge pull request #2885 from apense/patch-4Andreas Rumpf2015-06-091-2/+4
|\ \
| * | Note about deprecation in generics.txtapense2015-06-081-2/+4
* | | Merge pull request #2887 from apense/patch-5Andreas Rumpf2015-06-091-2/+8
|\ \ \
| * | | Updated whitespace rangesapense2015-06-081-2/+8
|/ / /
* / / Fixes #2884Dominik Picheta2015-06-081-2/+4
|/ /
* | Merge pull request #2643 from grncdr/TAny-and-inheritanceAndreas Rumpf2015-06-071-0/+2
|\ \
| * | Resolve base type fields in `[](TAny, string)`Stephen Sugden2015-05-031-0/+2
* | | Merge pull request #2645 from def-/builtin_overflowAndreas Rumpf2015-06-071-54/+122
|\ \ \
| * | | Use -d:builtinOverflow for builtin overflow checksdef2015-05-081-141/+110
| * | | Use builtin overflow functions of Clang and GCC (WIP, RFC)def2015-05-031-0/+99
| |/ /
* | | Merge pull request #2682 from koalazen/refactor_lowerbound_algorithmAndreas Rumpf2015-06-071-7/+17
|\ \ \
| * | | refactored lowerBound in algorithm.nimKoala Zen2015-05-181-7/+17
* | | | Merge pull request #2867 from Araq/fix-2584Andreas Rumpf2015-06-077-10/+17
|\ \ \ \
| * | | | s/procedure/routine/ in tests.Dominik Picheta2015-06-054-4/+4
| * | | | Rename errUndeclaredProcedure to errUndeclaredRoutine.Dominik Picheta2015-06-052-3/+3
| * | | | Got rid of errUndeclaredProcedureField.Dominik Picheta2015-06-043-9/+4
| * | | | Fixes #2584Dominik Picheta2015-06-047-10/+22
* | | | | Merge pull request #2878 from Perelandric/rename_fixesAndreas Rumpf2015-06-075-54/+58
|\ \ \ \ \
| * | | | | Fixed malformed pragmapatrick dw2015-06-061-1/+1
| * | | | | Reverted TZipFileStream (is going to be reference type)patrick dw2015-06-061-3/+2
| * | | | | Updated deprecated namespatrick dw2015-06-061-4/+4
| * | | | | Updated usage of deprecated typespatrick dw2015-06-062-25/+25
| * | | | | Renaming fixes in sdl.nimpatrick dw2015-06-061-23/+27
| * | | | | Dropped from TZipFileStreampatrick dw2015-06-062-2/+3
| |/ / / /
* | | | | Merge pull request #2875 from nanoant/patch/bring-back-bootstrap-executable-bitAndreas Rumpf2015-06-071-0/+0
|\ \ \ \ \
| * | | | | Bring back (again) bootstrap.sh executable bitAdam Strzelecki2015-06-051-0/+0
* | | | | | fixes #2774Araq2015-06-062-1/+15
* | | | | | fixes #2687Araq2015-06-061-3/+7
* | | | | | use new type namesAraq2015-06-061-5/+5
* | | | | | fixes #2854Araq2015-06-062-1/+27
* | | | | | fixes 'noreturn' regression for Visual C++Araq2015-06-061-0/+2
* | | | | | Update version in compiler.nimbleDominik Picheta2015-06-051-2/+2
* | | | | | moved sexp.nim to nimsuggest repoSimon Hafner2015-06-051-698/+0
* | | | | | Merge branch 'boopcat-exportnewsocket' into develDominik Picheta2015-06-052-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat...Dominik Picheta2015-06-052-6/+6
|/| | | | |
| * | | | | Export newSocket(fd) from net.nim and standardize args in net/asyncnetboopcat2015-05-302-6/+6
* | | | | | Merge pull request #2824 from yglukhov/js-ct-lambda-liftingAndreas Rumpf2015-06-053-10/+10
|\ \ \ \ \ \
| * | | | | | Perform lambda lifting for compile-time stuff when targeting JS. Enable unitt...yglukhov2015-05-293-10/+10
* | | | | | | Merge pull request #2859 from nanoant/patch/norewrite-pragmaAndreas Rumpf2015-06-056-8/+21
|\ \ \ \ \ \ \
| * | | | | | | Parser: Inline expr pragmas with parenthesisAdam Strzelecki2015-06-021-0/+4
| * | | | | | | Parser: Properly represent parsePar in grammarAdam Strzelecki2015-06-021-4/+6
| * | | | | | | Introduce {.noRewrite.} expr pragma disabling TRAdam Strzelecki2015-06-025-4/+11