summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of instances in hs-boot filesSimon Peyton Jones2016-04-201-2/+4
* Remove unused import of emptyNameEnvSimon Peyton Jones2016-04-191-1/+0
* Resolve symlinks when attempting to find GHC's lib folder on WindowsTamar Christina2016-04-171-1/+51
* Add flag to control number of missing patterns in warningsDavid Luposchainsky2016-04-171-0/+5
* Kill some unnecessary varSetElemsBartosz Nitka2016-04-152-5/+4
* Fix typos: tyars -> tyvarsBartosz Nitka2016-04-141-1/+1
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-2/+17
* Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6Herbert Valerio Riedel2016-04-101-1/+1
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-302-2/+5
* Don't require -hide-all-packages for MIN_VERSION_* macrosThomas Miedema2016-03-301-7/+8
* Rename isNopSig to isTopSigJoachim Breitner2016-03-291-2/+2
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-3/+2
* DynFlags: Initialize unsafeGlobalDynFlags enough to be usefulBen Gamari2016-03-261-1/+9
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-242-0/+26
* Default RuntimeRep variables unless -fprint-explicit-runtime-repsBen Gamari2016-03-241-0/+2
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-241-2/+0
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-245-51/+119
* TypeApplications does not imply AllowAmbiguousTypesRichard Eisenberg2016-03-211-1/+0
* DriverPipeline: Fix 'unused arguments' warnings from ClangErik de Castro Lopo2016-03-171-8/+24
* Add -foptimal-applicative-doSimon Marlow2016-03-111-0/+2
* Handle unset HOME environment variable more gracefullyBen Gamari2016-03-112-7/+8
* GhcMake: Clang/ASSERT fixErik de Castro Lopo2016-03-071-2/+4
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-053-13/+22
* DynFlags: Add -Wredundant-constraints to -WallBen Gamari2016-02-291-1/+2
* Default to -fno-show-warning-groups (re #10752)Herbert Valerio Riedel2016-02-271-2/+1
* Print which flag controls emitted SafeHaskell warningsHerbert Valerio Riedel2016-02-271-5/+9
* Unconditionally handle TH known key names.Edward Z. Yang2016-02-261-3/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-258-34/+139
* Make warning names more consistentManav Rathi2016-02-251-13/+18
* HscMain: Delete some unused codeÖmer Sinan Ağacan2016-02-251-68/+0
* Follow-up to 32a9a7f514bdd33ff72a673adeHerbert Valerio Riedel2016-02-231-2/+2
* Extend `-Wunrecognised-warning-flag` to cover `-f(no-)warn-*`Herbert Valerio Riedel2016-02-231-5/+7
* Delete support for deprecated "-- # ..."-style haddock optionsThomas Miedema2016-02-191-4/+0
* (Another) minor refactoring of substitutionsSimon Peyton Jones2016-02-181-1/+1
* DynFlags: Don't panic on incompatible Safe Haskell flagsBen Gamari2016-02-161-1/+1
* Rename missing-pat-syn-sigs to missing-pat-syn-signaturesMatthew Pickering2016-02-151-1/+1
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-111-545/+772
* Comments about ru_autoSimon Peyton Jones2016-02-111-7/+9
* Always do eta-reductionSimon Peyton Jones2016-02-111-1/+16
* DynFlags: drop tracking of '-#include' flagsSergei Trofimovich2016-02-091-7/+1
* Print * has Unicode star with -fprint-unicode-syntaxBen Gamari2016-02-091-1/+4
* Remove unused LiveVars and SRT fields of StgCaseÖmer Sinan Ağacan2016-02-081-2/+2
* White space and comments onlySimon Peyton Jones2016-02-081-5/+8
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-061-2/+2
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-041-2/+2
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-7/+5
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-011-1/+4
* Add some Outputable instancesOleg Grenrus2016-02-011-1/+9
* Implement basic uniform warning set towerHerbert Valerio Riedel2016-02-011-4/+24