summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵Araq2011-09-261-0/+4
| | | | optimized; tstringinterp.nim now works
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-0/+4
|
* renamed optional to discardableAraq2011-09-241-2/+2
|
* implemented optional pragma for implicit discardAraq2011-09-241-0/+2
|
* beginning of a taint mode; type system enhancementsAraq2011-09-241-0/+2
|
* Some improvements relating to the IRC module.dom962011-09-041-0/+1
|
* locks now in their own core moduleAraq2011-08-201-0/+2
|
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-0/+1
|
* documentation for --nimcache optionAraq2011-08-191-0/+2
|
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-1/+2
|
* added xmltree.innerText; fixes #49Araq2011-08-151-0/+1
|
* added system.running for threadsAraq2011-08-111-0/+1
|
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+1
|
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+8
|
* clean exit codes for all the toolsAraq2011-08-011-1/+1
|
* documentation for 'var T' as return typeAraq2011-08-011-0/+1
|
* void type for genericsAraq2011-07-311-0/+2
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-311-0/+5
| | | | generated C code)
* bugfix: forwarding of generic procs now worksAraq2011-07-301-0/+2
|
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+2
|
* old pointer deref operator completely removedAraq2011-07-231-0/+2
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-2/+20
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+3
|
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-1/+20
|
* preparations for 0.8.12Araq2011-07-101-21/+40
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-0/+1
|
* improvements to get code size down for programs that don't use GCAraq2011-06-261-1/+1
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-3/+7
|
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-1/+2
|
* case branches support constant sets for convenienceAraq2011-06-191-0/+2
|
* got rid of unsound co/contravariance in procvarsAraq2011-06-171-0/+1
|
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-1/+4
|
* added encodings stdlibAraq2011-06-161-0/+1
|
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-151-0/+1
|
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-141-0/+1
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-0/+1
|
* basic generic collections implemented and testedAraq2011-06-071-0/+3
|
* threads clean up their heapAraq2011-06-041-0/+2
|
* first steps to thread local heapsAraq2011-06-021-1/+3
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-0/+1
| | | | sources and ./build.sh
* deprecated system.copy: use system.substr insteadAraq2011-05-141-0/+1
|
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-1/+2
|
* C source regeneratedAraq2011-04-241-0/+2
|
* hashtables: 1st version; parseutils additionsAraq2011-04-181-0/+1
|
* p[] instead of p^Araq2011-04-111-0/+4
|
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-1/+2
|
* added 'reset' news entry; fixed #23Araq2011-03-251-0/+1
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-1/+1
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-1/+5
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+2
|