summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* next steps for 'compiler as a service'Araq2012-10-031-11/+18
* always print stack traces on errors in debug builds of nimrodZahary Karadjov2012-10-031-7/+10
* semExpr/semStmt mergedAraq2012-09-131-1/+1
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+3
* term rewriting macros fully implemented; still buggyAraq2012-09-031-4/+5
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-2/+4
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-4/+4
* idetools improvementsAraq2012-08-031-1/+1
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+1
* more improvements for idetoolsAraq2012-07-301-4/+6
* better error handling for better idetools supportAraq2012-07-291-1/+1
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+3
* implements #173Araq2012-07-281-3/+6
* added warning for confusing var declarationsAraq2012-07-261-3/+4
* added system.compilesAraq2012-07-201-3/+5
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-3/+3
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-1/+1
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-2/+2
* changed integer promotion rules; added math.fmodAraq2012-06-281-3/+5
* bugfixes for closuresAraq2012-06-211-4/+4
* Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-1/+2
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-1/+1
* completing the "types as first class values" reformZahary Karadjov2012-04-061-2/+1
* the foundations of a type traits module; better error messages for expr, type...Zahary Karadjov2012-04-061-0/+3
* typedesc and expr paramsZahary Karadjov2012-03-311-1/+1
* generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-0/+5
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-111-2/+2
* ERecoverableError exception contains the error messageAraq2012-02-251-14/+11
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+4
* added 'system.shallow'Araq2012-02-091-0/+3
* further steps for closure supportAraq2012-02-081-0/+2
* further steps to closure supportAraq2012-02-061-1/+2
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+6
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-1/+2
* removed '^ deprecated' messageAraq2012-01-101-4/+3
* fixes #33Araq2012-01-071-2/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* critbits added to stdlibAraq2011-12-301-2/+0
* bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-301-0/+2
* GC stack scanning cares about interior pointersAraq2011-12-301-1/+1
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-1/+3
* c2nim compiles againAraq2011-12-121-7/+11
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-8/+16
* path canonicalization and proper project relative pathsZahary Karadjov2011-12-091-25/+40
* 'assert' is now implemented without compiler magicAraq2011-12-041-4/+5
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-4/+6
* implemented 'let' statementAraq2011-11-291-1/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-2/+4
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-3/+3
* proper error message when attempting to eval C'imported procsAraq2011-11-201-1/+1