summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Kill nameSetElems in findImportUsageBartosz Nitka2016-06-021-1/+1
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-022-8/+10
* Remove dead generics-related code from OccNameRyan Scott2016-06-021-27/+2
* Add nameSetElemsStable and fix the buildBartosz Nitka2016-06-021-1/+11
* Serialize vParallelTyCons in a stable orderBartosz Nitka2016-06-021-1/+1
* Localize orphan-related nondeterminismBartosz Nitka2016-06-024-8/+11
* Kill nameSetElems in getInfoBartosz Nitka2016-06-021-1/+1
* Improve failed knot-tying error message.Edward Z. Yang2016-06-024-6/+31
* Use nameSetAny in findUsesBartosz Nitka2016-06-021-1/+1
* Update a Cmm noteÖmer Sinan Ağacan2016-05-311-0/+1
* Remove unused FAST_STRING_NOT_NEEDED macro defsÖmer Sinan Ağacan2016-05-313-3/+0
* StgCmmUtils.emitMultiAssign: Make assertion msg more helpfulÖmer Sinan Ağacan2016-05-301-1/+1
* Typos in commentsGabor Greif2016-05-271-3/+3
* 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