summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump perf test targetswip/tdammers/D4568Tobias Dammers2018-04-152-5/+10
* Fix unintended HaddockTobias Dammers2018-04-151-4/+6
* Remove unnecessary check in simplCastTobias Dammers2018-04-151-2/+4
* Clean up & document isReflexiveCo.Tobias Dammers2018-04-151-19/+35
* Improve isReflexiveCo performanceTobias Dammers2018-04-151-1/+3
* Fix huge performance regressionTobias Dammers2018-04-151-56/+46
* Discard reflexive casts during SimplifyRichard Eisenberg2018-04-152-25/+50
* rts: Fix profiled build after D4529Ben Gamari2018-03-272-4/+6
* testsuite: Add test for #14965Ben Gamari2018-03-274-0/+30
* CmmPipeline: add a second pass of CmmCommonBlockElimMichal Terepeta2018-03-272-7/+43
* configure: Throw error if OS is found to be msysBen Gamari2018-03-271-0/+3
* Fix the test for #13938Ryan Scott2018-03-274-68/+102
* Deal with join points with RULESSimon Peyton Jones2018-03-272-36/+86
* White space onlySimon Peyton Jones2018-03-271-0/+4
* Minor refactor and commmentsSimon Peyton Jones2018-03-271-17/+24
* Avoid quadratic complexity in typeKindSimon Peyton Jones2018-03-271-1/+10
* Comments onlySimon Peyton Jones2018-03-271-0/+4
* Fix performance of flattener patch (#12919)Alexander Vieth2018-03-267-161/+405
* Fix #12919 by making the flattener homegeneous.Richard Eisenberg2018-03-2624-655/+1408
* Fix compilation stopper on macOS with -WerrorRichard Eisenberg2018-03-261-0/+2
* Make it evident in types that StgLam can't have empty argsÖmer Sinan Ağacan2018-03-262-8/+11
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-264-317/+691
* 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