summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Do not init record accessors as exportedÖmer Sinan Ağacan2016-05-273-2/+17
* StgCmmExpr: Remove a redundant listÖmer Sinan Ağacan2016-05-271-1/+1
* Comments and white space onlySimon Peyton Jones2016-05-271-3/+5
* More fixes for unboxed tuplesSimon Peyton Jones2016-05-272-21/+76
* StgCmmCon: Do not generate moves from unused fields to local variablesÖmer Sinan Ağacan2016-05-271-6/+13
* Coverage.hs: Fix a duplicationÖmer Sinan Ağacan2016-05-261-5/+2
* StgCmmExpr: Fix a duplicationÖmer Sinan Ağacan2016-05-261-2/+2
* Reduce special-casing for nullary unboxed tupleSimon Peyton Jones2016-05-264-131/+143
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-261-12/+25
* Spelling in commentsGabor Greif2016-05-253-3/+3
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-242-14/+22
* Remove 'deriving Typeable' statementsRyan Scott2016-05-2442-219/+129
* Make Arrow desugaring deterministicBartosz Nitka2016-05-243-32/+71
* Document some benign nondeterminismBartosz Nitka2016-05-2419-71/+93
* Add support for unicode TH quotes (#11743)Josh Price2016-05-242-29/+45
* SpellingGabor Greif2016-05-241-1/+1
* Comments onlySimon Peyton Jones2016-05-241-1/+2
* Remove unused Type.splitFunTysNSimon Peyton Jones2016-05-241-10/+1
* Spelling in commentSimon Peyton Jones2016-05-241-1/+1
* Don't split the arg types in a PatSyn signatureSimon Peyton Jones2016-05-244-100/+127
* Revert "compiler/iface: compress .hi files"Ben Gamari2016-05-236-2031/+19
* Fix build by removing unused import.Matthew Pickering2016-05-231-1/+1
* Allow unlifted types in pattern synonym result typeMatthew Pickering2016-05-231-1/+3
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-223-10/+10
* Fix deriving Ord when RebindableSyntax is enabledAndrew Farmer2016-05-212-5/+12
* compiler/iface: compress .hi filesAustin Seipp2016-05-216-19/+2031
* FunDep printer: Fix unicode arrowÖmer Sinan Ağacan2016-05-201-1/+1
* Give lifted primitive types a representationBen Gamari2016-05-191-1/+2
* Comments onlySimon Peyton Jones2016-05-191-0/+1
* Comments onlySimon Peyton Jones2016-05-191-0/+3
* Improve pretty-printing of equalitiesSimon Peyton Jones2016-05-191-57/+50
* Fix Trac #12051Simon Peyton Jones2016-05-192-37/+51
* Kill varEnvElts in tcPragExprBartosz Nitka2016-05-185-19/+29
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-184-13/+13
* CLabel: Catch #11155 during C-- pretty-printingBen Gamari2016-05-181-4/+17
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+5
* Rework parser to allow use with DynFlagsDave Laing2016-05-1810-119/+222
* Fix histograms for ticky codeMateusz Lenik2016-05-182-27/+12
* Make inert_model and inert_eqs deterministic setsBartosz Nitka2016-05-185-36/+78
* Document determinism in shortOutIndirectionsBartosz Nitka2016-05-171-1/+5
* Kill varSetElems in tcInferPatSynDeclBartosz Nitka2016-05-161-16/+26
* Move Extension type to ghc-boot-thBen Gamari2016-05-161-2/+2
* PPC NCG: Fix pretty printing of st[wd]ux instr.Peter Trommler2016-05-161-1/+2
* Fix a performance issue with -fprint-expanded-synonymsÖmer Sinan Ağacan2016-05-151-79/+117
* Refactor some ppr functions to use pprUFMBartosz Nitka2016-05-1212-20/+27
* Kill varEnvElts in specImportsBartosz Nitka2016-05-123-12/+73
* Document zonkTyCoVarsAndFV determinismBartosz Nitka2016-05-121-1/+6
* Allow putting Haddocks on derived instancesRyan Scott2016-05-121-5/+8
* Make Generic1 poly-kindedRyanGlScott2016-05-122-67/+137
* Fix deriveTyData's kind unification when two kind variables are unifiedRyanGlScott2016-05-123-7/+67