summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* compilation cache: tests now part of test suiteAraq2011-10-271-6/+0
* new compiler option tlsEmulationAraq2011-10-271-0/+2
* compilation cache: methods have a chance to workAraq2011-10-231-0/+2
* thread local vs. global system.raiseHookAraq2011-10-231-0/+3
* documentation for the compilation cacheAraq2011-10-231-0/+3
* libuv working on windows tooZahary Karadjov2011-10-121-0/+1
* 'bind' as a declarative statementAraq2011-10-102-0/+10
* new syntactic construct: a{i}Araq2011-10-081-1/+4
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-0/+3
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+1
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-0/+4
* 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
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-241-1/+1
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-1/+1
* | beginning of a taint mode; type system enhancementsAraq2011-09-241-0/+2
|/
* Some improvements relating to the IRC module.dom962011-09-042-1/+2
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-1/+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
* modifyable results for generics; teventemitter worksAraq2011-08-091-2/+5
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+8
* fixes #42Araq2011-08-041-1/+1
* 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 gen...Araq2011-07-311-0/+5
* bugfix: forwarding of generic procs now worksAraq2011-07-301-0/+2
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+3
* old pointer deref operator completely removedAraq2011-07-231-0/+2
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-212-3/+21
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-0/+2
* 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-112-4/+20
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-104-26/+49
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-082-1/+2
* bugfix: pegs.nim compiles againAraq2011-06-261-1/+2
* improvements to get code size down for programs that don't use GCAraq2011-06-261-1/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-262-4/+8
* 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