summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #2159Andreas Rumpf2016-05-281-1/+3
* Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-1/+1
* nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-011-11/+20
* msgs: One msgWriteln with optional flagsAdam Strzelecki2015-10-221-18/+12
* compiler/vm: Use stdout too in VM time echoAdam Strzelecki2015-10-161-0/+9
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-17/+21
* fixes #635Araq2015-10-071-8/+20
* Improved "Execution of an external program failed" message.Dominik Picheta2015-09-271-1/+1
* make the compiler less verboseAraq2015-09-141-0/+1
* Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
* fixes #2590; methods now require a .base annotationAraq2015-09-061-2/+2
* Merge branch 'devel' into coroutinesrku2015-08-201-1/+2
|\
| * Give a nice error when no command is givenRyan Gonzalez2015-08-151-1/+2
* | cValidAssemblers -> const setrku2015-08-101-0/+2
* | Added fasm (external assembler) support.rku2015-07-311-0/+2
|/
* don't reset the terminal when --stdout is activeAraq2015-07-161-1/+1
* Reset terminal colors before running compiled programdef2015-07-101-0/+5
* Turn GC_getStatistics into hintGCStatsAdam Strzelecki2015-07-031-5/+8
* Turn stack trace printing into hintStackTraceAdam Strzelecki2015-07-031-7/+8
* Turn optPrintSurroundingSrc into hintSourceAdam Strzelecki2015-07-031-4/+9
* Turn loadDynamicLib msg into hintDependencyAdam Strzelecki2015-07-031-3/+6
* Turn execExternalProgram msgs into hintExecutingAdam Strzelecki2015-07-031-2/+7
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-1/+19
* Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-3/+16
* fixes 'instantiation from here' highlightingAraq2015-07-011-1/+1
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-6/+6
* msgs: Append/color warning/hint kind in msgWritelnAdam Strzelecki2015-06-151-50/+66
* msgs: styledMsgWriteln compatible with styledEchoAdam Strzelecki2015-06-151-53/+90
* colors: Use colors by default on terminalsAdam Strzelecki2015-06-151-0/+3
* Merge pull request #2852 from kirbyfan64/develAndreas Rumpf2015-06-101-29/+50
|\
| * Colors!Ryan Gonzalez2015-06-021-29/+50
* | Rename errUndeclaredProcedure to errUndeclaredRoutine.Dominik Picheta2015-06-051-2/+2
* | Got rid of errUndeclaredProcedureField.Dominik Picheta2015-06-041-2/+1
* | Fixes #2584Dominik Picheta2015-06-041-1/+6
* | Clean up to compiler style. Refine error-msg for illegal octal 'O'Oscar Campbell2015-05-311-4/+4
|/
* finishes #2566Araq2015-04-241-2/+2
* msg: Output column numbers starting from 1Adam Strzelecki2015-04-211-1/+4
* importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-131-0/+3
* Get rid of deprecation warningsdef2015-04-071-9/+9
* Merge pull request #2428 from arnetheduck/comp-lib-ropesAndreas Rumpf2015-04-061-10/+4
|\
| * compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component lengthJacek Sieka2015-04-011-9/+3
| * compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-1/+1
* | GC-safety error messages are useful nowAraq2015-04-041-1/+1
|/
* concept example from the manual now works againAraq2015-03-231-9/+0
* fixes #1868Araq2015-03-121-334/+334
* Merge pull request #2274 from reactormonk/warning-for-resultAndreas Rumpf2015-03-081-3/+5
|\
| * fixed array sizeSimon Hafner2015-03-071-1/+1
| * update WarningsToStrSimon Hafner2015-03-061-1/+1
| * Merge branch 'devel' into warning-for-resultSimon Hafner2015-03-051-17/+27
| |\
| * | added a warning for when result is shadowed #868Simon Hafner2015-02-011-1/+3