summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-092-3/+4
* Update Note [Documenting optimisation flags]Simon Jakobi2018-03-291-7/+2
* Add new debugging flag -dinline-checkBen Gamari2018-03-251-0/+4
* llvmGen: Pass -optlo flags last to optOleg Grenrus2018-03-251-1/+3
* Support adding objects from THAlec Theriault2018-03-253-20/+6
* Add -flate-specialise which runs a later specialisation passMatthew Pickering2018-03-191-0/+3
* Implement -dword-hex-literalsAndrew Martin2018-03-192-9/+19
* Drop GHC 8.0 compatibilityRyan Scott2018-03-131-4/+0
* Remove splitEithers, use partitionEithers from baseÖmer Sinan Ağacan2018-03-121-2/+3
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-081-4/+18
* Revert "GHCi: Don't remove shadowed bindings from typechecker scope."Ömer Sinan Ağacan2018-03-081-2/+11
* Add -fexternal-dynamic-refsSimon Marlow2018-03-081-1/+3
* Improve missing-home-modules warning formattingMatthew Pickering2018-03-021-4/+9
* DynFlags: Support British spelling of GeneralisedNewtypeDerivingBen Gamari2018-03-021-0/+2
* Only load plugins onceMatthew Pickering2018-03-025-13/+87
* Cache the fingerprint of sOpt_PBartosz Nitka2018-03-022-1/+20
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-252-5/+12
* Add references to #6087Ömer Sinan Ağacan2018-02-211-1/+3
* Change how includes for input file directory worksTamar Christina2018-02-192-13/+55
* Add valid refinement substitution suggestions for typed holesMatthías Páll Gissurarson2018-02-181-0/+20
* Collect CCs in CorePrep, including CCs in unfoldingsÖmer Sinan Ağacan2018-02-131-9/+11
* Restore 'It is a member of hidden package' message.Edward Z. Yang2018-02-061-1/+28
* DriverPhases: Fix flipped input extensions for cmm and cmmcppBen Gamari2018-02-021-2/+2
* Add -ddump-ds-preoptSimon Peyton Jones2018-02-011-0/+3
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+1
* Sort valid substitutions for typed holes by "relevance"Matthías Páll Gissurarson2018-01-261-2/+6
* Haddock needs to pass visible modules for instance filteringAlec Theriault2018-01-261-4/+7
* SysTools: Add detection support for LLD linkerBen Gamari2018-01-212-0/+5
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+1
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-212-0/+29
* Typos in commentsGabor Greif2018-01-171-1/+1
* Remove executable filename check on windowsklebinger.andreas@gmx.at2018-01-151-13/+4
* Add flag -fno-itMatthew Pickering2018-01-151-0/+2
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-151-1/+1
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-031-11/+19
* Compute InScopeSet in substInteractiveContextBartosz Nitka2017-12-261-2/+7
* Get rid of some stuttering in comments and docsGabor Greif2017-12-193-3/+3
* Allow users to ignore optimization changesDavid Feuer2017-12-112-5/+83
* Handle CPP properly in BackpackEdward Z. Yang2017-11-301-2/+8
* DynFlags: Expand $topdir in --info outputBen Gamari2017-11-231-1/+2
* SysTools: Split up TopDir logic into new moduleBen Gamari2017-11-232-184/+211
* SysTools: Expand occurrences of $topdir anywhere in a Settings pathBen Gamari2017-11-231-18/+19
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-27/+0
* ErrUtils: Ensure timing dumps are always output on one lineBen Gamari2017-11-211-0/+1
* ErrUtils: Refactor dump file logicBen Gamari2017-11-211-37/+45
* Add warn-missing-export-listsEvan Rutledge Borden2017-11-211-0/+2
* Revert "trees that grow" workBen Gamari2017-11-212-4/+3
* Rename ghc-version -> ghcversion-fileMoritz Angermann2017-11-192-7/+6
* Fix #elfi -> #elif; unbreak -Werror.Moritz Angermann2017-11-191-0/+3
* Relocatable GHCMoritz Angermann2017-11-181-0/+21