summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flip around imports of GHC.Genericswip/generics-flipBen Gamari2016-07-183-50/+72
* testsuite: Add regression test for #11381Ben Gamari2016-07-182-0/+11
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-18129-689/+2565
* 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
* Show testcase where demand analysis abortion code failsJoachim Breitner2016-07-073-0/+31
* Switch to LLVM version 3.8Erik de Castro Lopo2016-07-073-2/+10
* Mention addModFinalizer changes in release notes.Facundo Domínguez2016-07-061-0/+7
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-0619-73/+429
* Adds x86_64-apple-darwin14 target.Moritz Angermann2016-07-053-11/+14
* Fix GetTime.c on Darwin with clock_gettimeMisty De Meo2016-07-051-2/+2
* Remove varEnvEltsBartosz Nitka2016-07-051-3/+1
* Kill varEnvElts in zonkEnvIdsBartosz Nitka2016-07-053-6/+14
* Document codegen nondeterminismBartosz Nitka2016-07-051-1/+5
* Test Trac #12133Simon Peyton Jones2016-07-052-0/+69
* White space onlySimon Peyton Jones2016-07-051-2/+2
* Tidy up tidyingSimon Peyton Jones2016-07-051-8/+2
* Make unique auxiliary function names in derivingSimon Peyton Jones2016-07-056-143/+168
* Delete out-of-date commentSimon Peyton Jones2016-07-051-3/+0