summary refs log tree commit diff stats
path: root/compiler/main.nim
Commit message (Expand)AuthorAgeFilesLines
* new gensym handling (#11985)Andreas Rumpf2019-08-231-1/+1
* fixes 'e' command handling; now only does what advopt.txt claims it does (#11...Andreas Rumpf2019-08-161-10/+5
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-2/+0
* IC: some progressAndreas Rumpf2019-07-271-3/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-5/+5
* times: use posix constant instead of import (#11692)Jacek Sieka2019-07-131-3/+0
* koch/nim: completion of the 'better run' featureAraq2019-07-121-1/+1
* better run [feature] (#11709)Andreas Rumpf2019-07-111-0/+9
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+2
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-3/+1
* compiler/[main,docgen]: don't put generated doc in subfolder (#10754)alaviss2019-02-281-1/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-8/+34
* FFI at CT (#10150)Timothee Cour2019-02-231-0/+1
* Added support for --genDeps on JS backend (#10320)nepeckman2019-01-151-0/+3
* nim dump: add nimcache entry (#10122)Timothee Cour2018-12-301-0/+1
* `nim c` now allows: when defined(c) (#10130)Timothee Cour2018-12-301-0/+1
* fix #9933 (#10067)Timothee Cour2018-12-211-0/+2
* cleanup main.nim's code styleAndreas Rumpf2018-12-111-14/+10
* enhance `dump --dump.format:json`Timothee Cour2018-12-091-1/+17
* make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...Andreas Rumpf2018-11-071-54/+86
* Nimscript: fixes #9246 [backport]Andreas Rumpf2018-11-061-0/+1
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-10/+11
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-37/+38
* baby steps for incremental compilationAndreas Rumpf2018-05-301-10/+1
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-1/+1
* compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-291-0/+3
* more compiler API cleanupsAndreas Rumpf2018-05-281-22/+20
* rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-2/+0
* make dependency analyser free of global variablesAndreas Rumpf2018-05-281-1/+1
* refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-271-1/+1
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-6/+6
* more refactoringAndreas Rumpf2018-05-271-1/+1
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-1/+1
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-2/+2
* documentation generator works againAndreas Rumpf2018-05-151-8/+8
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-37/+37
* compiler compiles again; simple programs do workAndreas Rumpf2018-05-131-78/+70
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-6/+7
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-2/+2
* Remove PHP backend. (#7606)treeform2018-04-181-4/+0
* Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)PMunch2018-03-081-2/+2
* new .rod file implementation; part 1: writing of the fileAraq2018-02-171-1/+2
* symbol files: introduce more switches for debuggingAndreas Rumpf2018-01-071-1/+1
* make the new --genDeps feature optional since it makes compilations slowerAndreas Rumpf2017-12-211-1/+2
* Merge branch 'compile-deps' of https://github.com/pyokagan/Nim into pyokagan-...Andreas Rumpf2017-12-211-1/+5
|\
| * writeDepsFile: write included files as wellPaul Tan2017-08-251-1/+4
| * Generate deps file during C compilationPaul Tan2017-08-251-0/+1
* | 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-2/+2
* | WIP: Add a advanced compiler command 'ctags' (#6654)Dmitry Atamanov2017-11-151-0/+7