summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Remove directories from include pathsBen Gamari2016-09-162-2/+4
* Remove -flocal-ghci-history from default flagsRyan Scott2016-09-101-1/+0
* Add hook for creating ghci external interpreterAlan Zimmerman2016-09-091-0/+4
* Typo in commentGabor Greif2016-09-031-1/+1
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-311-2/+1
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-311-0/+7
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-311-0/+3
* ErrUtils: Expose accessors of ErrDoc and ErrMsgBen Gamari2016-08-311-4/+7
* GHC: Expose installSignalHandlers, withCleanupSessionBen Gamari2016-08-311-2/+5
* Fix handling of package-db entries in .ghc.environment files, etc.Duncan Coutts2016-08-302-5/+6
* GhcMake: limit Capability count to CPU count in parallel modeSergei Trofimovich2016-08-301-1/+6
* Move import to avoid warningSimon Peyton Jones2016-08-261-1/+1
* Extra comments, as per SPJ in #12035.Edward Z. Yang2016-08-221-1/+4
* We also need to retypecheck before when we do parallel make.Edward Z. Yang2016-08-211-2/+11
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-212-8/+31
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-2/+3
* Axe initIfaceTc, tie the knot through HPT (or if_rec_types).Edward Z. Yang2016-08-212-8/+71
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-212-2/+2
* Cabal submodule update.Edward Z. Yang2016-08-081-1/+1
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-051-2/+11
* -fprof-auto-topSimon Marlow2016-07-221-0/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-213-1/+6
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-172-12/+23
* Log heap profiler samples to event logBen Gamari2016-07-162-2/+3
* Kill varEnvElts in zonkEnvIdsBartosz Nitka2016-07-051-1/+4
* Tidy up tidyingSimon Peyton Jones2016-07-051-8/+2
* Use DVarEnv for vectInfoVarBartosz Nitka2016-07-052-20/+15
* Extra ASSERTs for nameModuleSimon Peyton Jones2016-07-051-1/+2
* Document some benign nondeterminismBartosz Nitka2016-07-011-2/+8
* Stop the simplifier from removing StaticPtr binds.Facundo Domínguez2016-06-281-7/+3
* Allow building static libs.Moritz Angermann2016-06-251-0/+2
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-233-9/+9
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-2/+3
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-2/+1
* More typos in comments [skip ci]Gabor Greif2016-06-221-1/+1
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-181-1/+1
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-171-0/+23
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-151-1/+1
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-151-4/+4
* Simplify readProcessEnvWithExitCode + set LANGUAGE=CThomas Miedema2016-06-141-39/+13
* Use UniqFM for SigOfBartosz Nitka2016-06-131-4/+5
* Refine imports slightlySimon Peyton Jones2016-06-101-1/+1
* Fix #12099: Remove bogus flagsSean Gillespie2016-06-101-4/+4
* Fix #12076 by inlining trivial expressions in CorePrep.Edward Z. Yang2016-06-081-2/+2
* Make vectInfoParallelVars a DVarSetBartosz Nitka2016-06-072-8/+9
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-0/+3
* Make UnitIdMap a deterministic mapBartosz Nitka2016-06-061-26/+27
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-065-41/+75
* Better comment for orIfNotFound.Edward Z. Yang2016-06-051-1/+5
* HscMain: Minor simplificationÖmer Sinan Ağacan2016-06-031-3/+2