summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Collect instead of print warnings in 'warnUnnecessarySourceImports'.Thomas Schilling2008-11-271-4/+4
* Force recompilation of BCOs when they were compiled in HscNothing mode.Thomas Schilling2008-11-262-3/+24
* Documentation only: Add module description for HscMain.Thomas Schilling2008-11-261-3/+6
* Include GHCi files in ctags/etags.Thomas Schilling2008-11-261-1/+1
* drop some debugging traces and use only one flag for new codegendias@eecs.harvard.edu2008-11-269-20/+14
* one more missing patch from new codegen pathdias@eecs.harvard.edu2008-11-262-1/+3
* Fix Trac #2817 (TH syntax -> HsSyn conversion)simonpj@microsoft.com2008-11-261-0/+2
* Fix Trac #2756: CorePrep strictness bugsimonpj@microsoft.com2008-11-261-4/+21
* Format output for :t more nicelysimonpj@microsoft.com2008-11-261-2/+1
* Fix Trac #2766: printing operator type variablessimonpj@microsoft.com2008-11-261-1/+24
* Fix build following codegen patchsimonpj@microsoft.com2008-11-262-15/+2
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-1720-95/+186
* Fixed linear regalloc bug, dropped some tracing codedias@eecs.harvard.edu2008-10-168-47/+59
* Keep update frames live even in functions that never returndias@eecs.harvard.edu2008-10-142-3/+12
* Removed space and time inefficiency in procpoint splittingdias@eecs.harvard.edu2008-10-142-5/+21
* Clarify the SRT building processdias@eecs.harvard.edu2008-10-142-23/+55
* Don't adjust hp up when the case scrutinee won't allocatedias@eecs.harvard.edu2008-10-143-24/+26
* Floating infotables were reversed in C back enddias@eecs.harvard.edu2008-10-132-4/+6
* forgot a few filesdias@eecs.harvard.edu2008-10-132-0/+990
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-1356-1768/+1814
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-1490-4023/+12747
* Major clean-up of HscMain.Thomas Schilling2008-11-255-421/+377
* Fix Trac #2799: TcType.isOverloadedTysimonpj@microsoft.com2008-11-251-3/+6
* Fix #2740: we were missing the free variables on some expressionsSimon Marlow2008-11-251-14/+13
* Return errors instead of dying in myParseModule.Thomas Schilling2008-11-221-40/+37
* Comments/Haddockification only.Thomas Schilling2008-11-221-14/+25
* Report source span instead of just source location for unused names.Thomas Schilling2008-11-221-1/+1
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-225-29/+29
* Document exported functions in main/HeaderInfo.Thomas Schilling2008-11-211-5/+16
* Remove warning supression klugde in main/HeaderInfoThomas Schilling2008-11-211-8/+4
* Throw SourceErrors instead of ProgramErrors in main/HeaderInfo.Thomas Schilling2008-11-213-28/+41
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-189-28/+27
* Don't put stdin into non-blocking mode (#2778, #2777)Simon Marlow2008-11-141-9/+2
* Fix a bug in the recompilation checking logic.Thomas Schilling2008-11-132-54/+77
* Fix to i386_insert_ffrees (#2724, #1944)Simon Marlow2008-11-112-16/+13
* Perform case-insensitive matching of path components in getBaseDir on Windows...Neil Mitchell2008-11-051-3/+4
* Documentation only. Clarify that 'load*' may indeed throw SourceErrors.Thomas Schilling2008-11-101-1/+9
* Fix documentation (to say the opposite).Thomas Schilling2008-11-101-1/+1
* Documentation only.Thomas Schilling2008-11-101-13/+4
* Add 'packageDbModules' function to GHC API.Thomas Schilling2008-11-101-0/+21
* We now require GHC 6.6, so we always have ApplicativeIan Lynagh2008-11-081-29/+0
* Remove a CPP test that's always true (__GLASGOW_HASKELL__ >= 605)Ian Lynagh2008-11-081-2/+0
* Remove some dead code now that __GLASGOW_HASKELL__ >= 606Ian Lynagh2008-11-081-4/+0
* ghc_ge_605 is now always YESIan Lynagh2008-11-081-5/+0
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.CharIan Lynagh2008-11-084-80/+1
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-074-10/+8
* Bugfix for patch "Do not filter the rts from linked libraries..." (#2745)Simon Marlow2008-11-071-1/+1
* disable instance MonadPlus CoreM for GHC <= 6.6Simon Marlow2008-11-071-0/+3
* Remove dead code.Thomas Schilling2008-10-311-1/+0
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+6