summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Compact RegionsGiovanni Campagna2016-07-2049-20/+2865
* Add another testcase for #12082Ben Gamari2016-07-203-2/+11
* testsuite: Add regression test for #12381Ben Gamari2016-07-202-0/+11
* Clean up interaction between name cache and built-in syntaxBen Gamari2016-07-206-46/+109
* InstEnv: Ensure that instance visibility check is lazyBen Gamari2016-07-205-47/+83
* Update docs for partial type signatures (#12365)Thomas Winant2016-07-201-31/+48
* Data.Either: Add fromLeft and fromRight (#12402)Dylan Meysmans2016-07-203-0/+40
* Cleanup PosixSource.hMoritz Angermann2016-07-202-23/+7
* Fix bytecode generator panicSeraphime Kirkovski2016-07-204-0/+27
* TcInteract: Add braces to matchClassInst trace outputBen Gamari2016-07-201-2/+2
* Make Data.{Bifoldable,Bitraversable} -XSafeRyan Scott2016-07-203-0/+4
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-2014-20/+172
* Fix PDF build for the User's Guide.Gabor Pali2016-07-191-1/+2
* Make okConIdOcc recognize unboxed tuplesRyan Scott2016-07-183-8/+31
* Fix Template Haskell reification of unboxed tuple typesRyan Scott2016-07-185-1/+24
* Make DeriveFunctor work with unboxed tuplesRyan Scott2016-07-183-2/+14
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-187-8/+8
* hp2ps: fix invalid PostScript for names with parenthesesBen Gamari2016-07-171-1/+2
* Pretty: remove a harmful $! (#12227)Thomas Miedema2016-07-173-3/+199
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-178-32/+71
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-174-3/+25
* Binary: Use ByteString's copy in getBSBen Gamari2016-07-161-19/+12
* IfaceEnv: Only check for built-in OccNames if mod is GHC.TypesBen Gamari2016-07-163-33/+66
* Log heap profiler samples to event logBen Gamari2016-07-1615-40/+501
* Bring comments in TcGenGenerics up to dateRyan Scott2016-07-151-2/+4
* Added type family dependency to Data.Type.Bool.NotBaldur Blöndal2016-07-142-5/+8
* tidyOccNames: Rename variables fairlyJoachim Breitner2016-07-1412-25/+78
* tidyType: Rename variables of nested forall at onceJoachim Breitner2016-07-133-8/+34
* Demand analyser: Implement LetUp rule (#12370)Joachim Breitner2016-07-125-22/+107
* Pretty: delete really old changelogThomas Miedema2016-07-111-154/+20
* Add -package-env to the flags referenceSimon Marlow2016-07-112-8/+17
* check-api-annotations utility loads by filenameAlan Zimmerman2016-07-106-23/+55
* TysWiredIn: Use UniqFM lookup for built-in OccNamesBen Gamari2016-07-101-27/+25
* Testsuite: expose TEST_CC (path to gcc)Thomas Miedema2016-07-092-1/+2
* DsExpr: Remove usage of concatFS in fingerprintNameBen Gamari2016-07-081-7/+5
* Kill eltsUFM in classifyTyConsBartosz Nitka2016-07-081-2/+2
* OccName: Avoid re-encoding derived OccNamesBen Gamari2016-07-081-14/+28
* OccName: Implement startsWithUnderscore in terms of headFSBen Gamari2016-07-081-3/+1
* FastString: Supply mconcat implementationBen Gamari2016-07-081-0/+1
* FastString: Add IsString instanceBen Gamari2016-07-081-0/+3
* FastString: Reduce allocations of concatFSBen Gamari2016-07-081-1/+1
* GHC.Stack.CCS: Fix typo in HaddocksBen Gamari2016-07-081-1/+1
* Use UniqDFM for InstEnvBartosz Nitka2016-07-0810-67/+82
* Utils: Fix `lengthIs` and `lengthExceeds` for negative argsÖmer Sinan Ağacan2016-07-071-6/+15
* Add Note [FamInstEnv determinism]Bartosz Nitka2016-07-071-0/+14
* Correct the message displayed for syntax error (#12146)Aditya2016-07-074-8/+8
* Use deterministic maps for FamInstEnvBartosz Nitka2016-07-071-10/+10
* Document some codegen nondeterminismBartosz Nitka2016-07-0711-31/+50
* Style changes for UniqFMBartosz Nitka2016-07-071-148/+145
* --without-libcharset disables the use of libcharsetSimon Marlow2016-07-071-3/+13