summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify simplCastwip/tdammers/D4395-newRichard Eisenberg2018-04-052-61/+76
* circleci: Bump Hackage index stateBen Gamari2018-03-261-1/+1
* Add a job running on Fedoramrkkrp2018-03-262-0/+45
* Add unaligned bytearray access primops. Fixes #4442.Reiner Pope2018-03-255-1/+543
* Add new debugging flag -dinline-checkBen Gamari2018-03-256-9/+72
* base: Fix Unicode handling of TyCon's Show instanceBen Gamari2018-03-251-1/+1
* llvmGen: Pass -optlo flags last to optOleg Grenrus2018-03-251-1/+3
* Fix scoped type variables in TH for several constructsHE, Tao2018-03-257-78/+177
* Don't refer to blocks in debug info when -g1Bartosz Nitka2018-03-254-2/+20
* Fix #14916 with an additional validity check in deriveTyDataRyan Scott2018-03-256-4/+34
* testsuite: Add test for #14925Ben Gamari2018-03-253-0/+8
* rts/RetainerProfile: Dump closure type if push() failsRyan Scott2018-03-251-1/+1
* document: fix trac issue #14229Võ Anh Duy2018-03-251-2/+2
* Fix panic on module re-exports of DuplicateRcordFieldsAdam Gundry2018-03-257-13/+75
* Run C finalizers incrementally during mutationSimon Marlow2018-03-255-12/+149
* Add Note [BLACKHOLE points to IND]Simon Marlow2018-03-253-0/+15
* Fix two pernicious bugs in DeriveAnyClassRyan Scott2018-03-255-79/+171
* Support iOS variants elsewhere when configuringJohn Ericson2018-03-252-2/+2
* testsuite: Add test for #14931Ben Gamari2018-03-254-0/+45
* Support adding objects from THAlec Theriault2018-03-2513-52/+109
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-2321-120/+400
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-239-9/+144
* Improve shortOutIndirections slightlySimon Peyton Jones2018-03-222-26/+39
* Fix over-eager constant folding in bitIntegerSimon Peyton Jones2018-03-223-16/+42
* Fix two obscure bugs in rule matchingSimon Peyton Jones2018-03-212-120/+154
* Allow as-patterns in unidirectional patttern synonymsSimon Peyton Jones2018-03-215-71/+20
* Fix #14869 by being more mindful of Type vs. ConstraintRyan Scott2018-03-216-29/+99
* Fix seq# case of exprOkForSpeculationSimon Peyton Jones2018-03-205-16/+84
* Revert "rts, base: Refactor stats.c to improve --machine-readable report"Ben Gamari2018-03-204-691/+317
* Update T5129 test:Ömer Sinan Ağacan2018-03-201-5/+6
* configure: Accept version suffix in solaris nameBen Gamari2018-03-191-1/+4
* relnotes: Fix parsing of Version: field from Cabal fileBen Gamari2018-03-191-2/+2
* Bump autoconf version bound to >= 2.69Ben Gamari2018-03-193-8/+12
* Add -flate-specialise which runs a later specialisation passMatthew Pickering2018-03-193-0/+22
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-194-317/+691
* gen-data-layout.sh: Use bash array for readabilityJohn Ericson2018-03-191-11/+22
* Fix typoGabor Greif2018-03-191-1/+1
* Fix typo in user guide about ConstraintKindsFrank Steffahn2018-03-191-1/+1
* Bump array submoduleBen Gamari2018-03-191-0/+0
* Update tests for #12870 to pass with a slow run of the testsuite.Andreas Klebinger2018-03-194-21/+27
* Don't permit data types with return kind ConstraintRyan Scott2018-03-199-4/+46
* Fix #14934 by including axSub0R in typeNatCoAxiomRulesRyan Scott2018-03-196-10/+115
* Require GHC 8.2 to bootstrap GHCJoachim Breitner2018-03-191-2/+2
* Turn a TH Name for built-in syntax into an unqualified RdrNameChaitanya Koparkar2018-03-197-4/+48
* Implement equalKeysUFM the right wayDavid Feuer2018-03-191-7/+2
* CmmUtils: get rid of insertBlockMichal Terepeta2018-03-195-24/+19
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-1912-34/+75
* [RFC] nativeGen: Add support for MO_SS_Conv_W32_W64 on i386Ben Gamari2018-03-191-0/+14
* SPARC nativeGen: Support for MO_SS_Conv_W32_W64Peter Trommler2018-03-191-0/+18
* PPC nativeGen: Add support for MO_SS_Conv_W32_W64Peter Trommler2018-03-191-0/+8