summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Deeply instantiate in :typeSimon Peyton Jones2016-04-041-4/+27
* Improve printing of pattern synonym typesRik Steenkamp2016-04-024-44/+62
* Revert "Demand Analyzer: Do not set OneShot information"Joachim Breitner2016-03-312-29/+59
* Revert accidental change to collectTyAndValBindersSimon Peyton Jones2016-03-311-17/+22
* Demand Analyzer: Do not set OneShot informationJoachim Breitner2016-03-312-59/+29
* Refactor error generation for pattern synonymsSimon Peyton Jones2016-03-315-147/+170
* Make SigSkol take TcType not ExpTypeSimon Peyton Jones2016-03-316-17/+11
* Small refactor of TcMType.tauifyExpTypeSimon Peyton Jones2016-03-311-4/+8
* Refactor in TcMatchesSimon Peyton Jones2016-03-3111-48/+39
* Comments onlySimon Peyton Jones2016-03-311-2/+4
* Minor refactoring in mkExportSimon Peyton Jones2016-03-311-13/+15
* Comments onlySimon Peyton Jones2016-03-312-10/+8
* Kill the magic of AnyBen Gamari2016-03-305-136/+98
* 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
* Comments only in Unify.hsSimon Peyton Jones2016-03-301-69/+81
* Don't recompute some free vars in lintCoercionBartosz Nitka2016-03-303-12/+12
* Typos in non-codeGabor Greif2016-03-3011-12/+12
* rename: Disallow type signatures in patterns in plain HaskellBen Gamari2016-03-291-1/+10
* Do not print DmdType in Core outputJoachim Breitner2016-03-291-2/+1
* Rename isNopSig to isTopSigJoachim Breitner2016-03-295-11/+12
* SpecConstr: Transport strictness data to specialization’s argument’s bindersJoachim Breitner2016-03-291-1/+25
* Typo in Note nameJoachim Breitner2016-03-291-2/+2
* Ticky: Do not count every entry twiceJoachim Breitner2016-03-291-2/+1
* Be more explicit about closure types in ticky-ticky-reportJoachim Breitner2016-03-293-45/+88
* Remove all mentions of IND_OLDGEN outside of docs/rtsJoachim Breitner2016-03-291-2/+1
* Use the correct substitution in lintCoercionBartosz Nitka2016-03-293-1/+12
* Build correct substitution in instDFunTypeBartosz Nitka2016-03-291-2/+4
* Use a correct substitution in tcInstTypeBartosz Nitka2016-03-291-1/+1
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-282-6/+2
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-10/+0
* Fix AIX/ppc codegen in `-prof` compilation modeHerbert Valerio Riedel2016-03-271-2/+8
* Clarify Note [Kind coercions in Unify]Richard Eisenberg2016-03-261-1/+24
* Check for rep poly on wildcard binders.Richard Eisenberg2016-03-261-10/+73
* Fix #11754 by adding an additional check.Richard Eisenberg2016-03-261-3/+4
* Panic: Try outputting SDocsBen Gamari2016-03-262-20/+34
* DynFlags: Initialize unsafeGlobalDynFlags enough to be usefulBen Gamari2016-03-261-1/+9
* A raft of comments about TyBindersSimon Peyton Jones2016-03-256-274/+429
* CorePrep: refactoring to reduce duplicationSimon Peyton Jones2016-03-251-28/+21
* Do not eta-reduce across Ticks in CorePrepSimon Peyton Jones2016-03-251-2/+7
* An extra traceTc in tcExpr for ExprWithSigSimon Peyton Jones2016-03-251-0/+1
* Remove code-duplication in the PPC NCGHerbert Valerio Riedel2016-03-241-26/+19
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-247-28/+214
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-242-0/+26
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-248-47/+62
* Comments onlySimon Peyton Jones2016-03-241-1/+1
* Default RuntimeRep variables unless -fprint-explicit-runtime-repsBen Gamari2016-03-243-3/+89
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-242-6/+2
* Revert "Various ticky-related work"Ben Gamari2016-03-243-54/+24
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-242-69/+28