summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Implement deterministic CallInfoSetBartosz Nitka2016-06-061-37/+74
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-0610-49/+104
* Better comment for orIfNotFound.Edward Z. Yang2016-06-051-1/+5
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-041-2/+8
* PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNamesBen Gamari2016-06-042-4/+5
* Derive instances in Data.DataRyan Scott2016-06-031-6/+11
* Document putSymbolTable determinismBartosz Nitka2016-06-031-1/+3
* Make FieldLabelEnv a deterministic setBartosz Nitka2016-06-035-18/+41
* HscMain: Minor simplificationÖmer Sinan Ağacan2016-06-031-3/+2
* Whitespace onlyÖmer Sinan Ağacan2016-06-031-3/+3
* Kill nameSetElems in rnCmdTopBartosz Nitka2016-06-021-1/+1
* 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