summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the non-Linux buildwip/erikd-buildErik de Castro Lopo2016-07-223-22/+12
* StgCmmBind: Some minor simplificationsÖmer Sinan Ağacan2016-07-221-8/+2
* Unboxed sums: More unit testsÖmer Sinan Ağacan2016-07-222-8/+63
* Revert "Cleanup PosixSource.h"Ben Gamari2016-07-222-7/+23
* More typos in commentsGabor Greif2016-07-225-7/+7
* Correct a few mistyped words in prose/commentsGabor Greif2016-07-224-5/+5
* Fix and document Unique generation for sum TyCon and DataConsÖmer Sinan Ağacan2016-07-214-8/+70
* Bump Haddock submoduleÖmer Sinan Ağacan2016-07-211-0/+0
* Comments re ApThunks + small refactor in mkRhsClosureSimon Peyton Jones2016-07-211-15/+21
* Comments + tiny refactor of isNullarySrcDataConSimon Peyton Jones2016-07-211-4/+14
* Comments onlySimon Peyton Jones2016-07-213-50/+109
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-21128-703/+2688
* Revert "Clean up interaction between name cache and built-in syntax"Ben Gamari2016-07-206-83/+20
* 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