summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-056-6/+6
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-0416-79/+89
* Use strict types and folds in CoreStatsReid Barton2017-04-041-9/+11
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* Revert "Make raiseIO# produce topRes"David Feuer2017-04-031-4/+6
* Fix validate.Edward Z. Yang2017-04-031-1/+0
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-021-20/+34
* Extra docs on tcg_imports.Edward Z. Yang2017-04-021-1/+25
* Extra docs on exports_from_avail.Edward Z. Yang2017-04-021-0/+3
* Add more documentation on mergeSignatures.Edward Z. Yang2017-04-021-18/+80
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-028-20/+49
* Minor comment updates on CSE.Edward Z. Yang2017-04-021-3/+13
* Derive the definition of nullDavid Feuer2017-04-022-6/+131
* FastMutInt: fix Int and Ptr sizes when crosscompilingSergei Trofimovich2017-04-021-9/+5
* compiler/ghc.mk: fix GhcWithInterpreter=NO build failureSergei Trofimovich2017-04-021-5/+5
* Stamp out space leaks from demand analysisReid Barton2017-04-012-2/+22
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-014-34/+94
* Don't derive showListDavid Feuer2017-04-012-10/+3
* UNREG: ignore -fllvm (Trac #13495)Sergei Trofimovich2017-04-011-1/+1
* Remove Core Lint pass on occurrence analysis output (#13220)Reid Barton2017-03-311-1/+0
* askCc should be using the linker, not the compilerSimon Marlow2017-03-312-7/+8
* Fix space leaks in simplifier (#13426)Reid Barton2017-03-311-1/+4
* Clean up coreView/tcView.Ben Gamari2017-03-3116-105/+153
* Refactor simplExpr (Type ty)Simon Peyton Jones2017-03-311-16/+38
* Disable bogus lint checks about levity polimorphic coerionsJoachim Breitner2017-03-311-5/+1
* Deriving for phantom and empty typesDavid Feuer2017-03-303-93/+252
* Typos in comments [ci skip]Gabor Greif2017-03-305-5/+5
* unique: fix UNIQUE_BITS crosscompilation (Trac #13491)Sergei Trofimovich2017-03-294-7/+15
* Show valid substitutions for typed holesMatthías Páll Gissurarson2017-03-292-10/+167
* Various patches to support android cross compilationMoritz Angermann2017-03-291-1/+1
* Allow operators as record pattern synonym fieldsMatthew Pickering2017-03-291-2/+2
* Print module when dumping rulesMatthew Pickering2017-03-293-6/+18
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-294-5/+37
* Fix ASSERT failure in TcErrorsSimon Peyton Jones2017-03-291-13/+16
* Add a couple of HasDebugCallStack contextsSimon Peyton Jones2017-03-292-3/+3
* Allow unbound Refl binders in a RULESimon Peyton Jones2017-03-295-45/+107
* Zap Call Arity info in the simplifierJoachim Breitner2017-03-282-2/+10
* Spelling in comments only [ci skip]Gabor Greif2017-03-286-6/+6
* Complete the fix for #13441 (pattern synonyms)Simon Peyton Jones2017-03-281-21/+24
* Fix #13458Richard Eisenberg2017-03-272-12/+18
* Remove utterly bogus codeSimon Peyton Jones2017-03-271-6/+1
* Fix 'unsolved constraints' in GHCiSimon Peyton Jones2017-03-271-4/+7
* Fix error-message suppress on given equalitiesSimon Peyton Jones2017-03-273-48/+83
* Fix explicitly-bidirectional pattern synonymsSimon Peyton Jones2017-03-271-11/+21
* Typechecker comments and debug tracing onlySimon Peyton Jones2017-03-274-11/+19
* Simplify the logic for tc_hs_sig_typeSimon Peyton Jones2017-03-271-17/+45
* Only use locally bound variables in pattern synonym declarationsMatthew Pickering2017-03-272-12/+60
* Remove unused argument from importSuggestionsMatthew Pickering2017-03-271-3/+3
* Recompile if -fhpc is added or removed (#11798)Reid Barton2017-03-261-2/+8