summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* remove isCmdLine; use passCmd1Timothee Cour2020-02-274-7/+3
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-276-3/+18
* Fix #9405 - cfg and nims run in syncGanesh Viswanathan2020-02-272-28/+31
* cleanup Ordinal (#13501)Timothee Cour2020-02-271-0/+1
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-269-22/+26
* fix #13479 (#13503)Arne Döring2020-02-261-2/+2
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-242-4/+7
* Remove genToArray in jsgen, a PHP remnant (#13466)hlaaftana2020-02-221-20/+0
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+2
* Fix #8648 - use parent streams to avoid hang (#13445)genotrance2020-02-201-6/+5
* fix incorrect lenTuple implementation (#13423)Timothee Cour2020-02-191-0/+4
* fix bug in int128 (#13403)Arne Döring2020-02-141-3/+86
* fixes #13368 (#13397)cooldome2020-02-142-9/+11
* fixes #13378 [backport] (#13392)Andreas Rumpf2020-02-111-0/+2
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-4/+8
* fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]Timothee Cour2020-02-112-6/+11
* fix #13255 (#13275) [backport]Arne Döring2020-02-091-2/+2
* fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)Timothee Cour2020-02-095-18/+43
* fixes #13314 (#13372)Andreas Rumpf2020-02-091-4/+9
* miscellaneous bug fixes (part 3) (#13304)Timothee Cour2020-02-072-3/+5
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...Timothee Cour2020-02-071-1/+2
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-0/+1
* fixes #13269 (#13344)Andreas Rumpf2020-02-071-3/+6
* fix #13349 regression: isNamedTuple now works with generic tuples (#13350)Timothee Cour2020-02-072-1/+2
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-069-22/+118
* nim secret: support linenoise when available (#13328)Timothee Cour2020-02-051-4/+4
* Fixed codegen for constant cstring with --gc:arc (#13326)Ico Doornekamp2020-02-041-1/+1
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-0/+8
* CT FFI: fix for windows; fix case transition; error msg shows more useful con...Timothee Cour2020-01-301-3/+8
* fix critical bug discovered by #11591 (#13290) [backport]Timothee Cour2020-01-291-1/+1
* removed unused importTimothee Cour2020-01-281-1/+1
* refactor htmldocs; gitignore itTimothee Cour2020-01-281-4/+5
* fixes #13281 (#13282)cooldome2020-01-281-4/+4
* Clearer final objects error; fixes #13256 (#13257)hlaaftana2020-01-261-1/+2
* ARC: optimize complete object constructors to use nimNewObjUninitAraq2020-01-264-12/+23
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-258-12/+19
* nim dump: add libpath (#13249)Timothee Cour2020-01-241-0/+1
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-233-9/+9
* Unexport even more symbols (#13214)alaviss2020-01-234-13/+17
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...Timothee Cour2020-01-232-3/+3
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-234-9/+11
* fix range[enum] type conversion (#13204) [backport]Jasper Jenkins2020-01-201-2/+3
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-201-1/+1
* fixes #13195 (#13198)cooldome2020-01-202-4/+5
* fixes #13110 (#13197)Andreas Rumpf2020-01-192-2/+11
* Revert "fixes #13195"Andrii Riabushenko2020-01-192-4/+4
* revert last commitAndrii Riabushenko2020-01-192-4/+4
* Fixes #13186 (#13188)slangmgh2020-01-191-2/+4
* more on arc codegen (#13178)cooldome2020-01-192-18/+51
* fixes #13144 (#13145)Timothee Cour2020-01-181-9/+4