summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tighten cached role in NthCowip/tdammers/T11735Richard Eisenberg2018-02-1213-98/+131
* Performance improvements based on Trac #11735 and #14683.Tobias Dammers2018-02-061-19/+42
* Fix testsuite failuresRichard Eisenberg2018-01-278-41/+20
* This should really have been in the previous commit.Richard Eisenberg2018-01-272-3/+3
* Discard reflexive casts during SimplifyRichard Eisenberg2018-01-262-33/+50
* Update core-spec with new NthCoRichard Eisenberg2018-01-264-5/+8
* Make mkNthCo take a Role parameter.Richard Eisenberg2018-01-2613-170/+159
* Caching coercion roles in NthCo (#11735)Tobias Dammers2018-01-2513-43/+64
* Simplification as per #11735Tobias Dammers2018-01-251-6/+4
* Refactored coercionKindsRole (as per #11735)Tobias Dammers2018-01-241-49/+25
* Added SCCs to hunt down #14683Tobias Dammers2018-01-242-35/+53
* Applying patch suggested in #11735 to improve coercionKind perfTobias Dammers2018-01-241-16/+18
* Pass -dsuppress-uniques when running T14507Ryan Scott2018-01-222-2/+2
* Improve comments about TcLevel invariantsSimon Peyton Jones2018-01-223-17/+31
* Bump transformers submodule to 0.5.5.0Ben Gamari2018-01-211-0/+0
* Update Cabal submoduleOleg Grenrus2018-01-216-39/+12
* SysTools: Add detection support for LLD linkerBen Gamari2018-01-212-0/+5
* Use IntSet in DataflowBartosz Nitka2018-01-213-23/+57
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-2121-45/+469
* [rts] Adjust whitehole_spinDouglas Wilson2018-01-215-12/+10
* tentative improvement to callstack docsAlp Mestanogullari2018-01-212-24/+66
* Fix #14692 by correcting an off-by-one error in TcGenDerivRyan Scott2018-01-212-2/+2
* testsuite: Add testcase for #14670Ben Gamari2018-01-212-0/+12
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-2123-21/+623
* testsuite: Add test for #14335Ben Gamari2018-01-182-0/+11
* Fix #14681 and #14682 with precision-aimed parenthesesRyan Scott2018-01-1812-10/+334
* Remove unused extern cost centre collectionÖmer Sinan Ağacan2018-01-185-18/+14
* cmm: Include braces on default branch as required by the parserklebinger.andreas@gmx.at2018-01-181-2/+2
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-1811-74/+34
* Revert "Fix regression on i386 due to get/setAllocationCounter change"Ben Gamari2018-01-181-2/+2
* Inform hole substitutions of typeclass constraints (fixes #14273).Matthías Páll Gissurarson2018-01-1825-155/+1499
* Fix references to cminusminus.orgBen Gamari2018-01-183-6/+6
* Typos in commentsGabor Greif2018-01-1712-14/+14
* Fix quadratic behavior of prepareAltsBartosz Nitka2018-01-151-4/+11
* configure: Various cleanupsJohn Ericson2018-01-152-38/+38
* Simplify guard in createSwitchPlan.klebinger.andreas@gmx.at2018-01-151-5/+4
* Remove executable filename check on windowsklebinger.andreas@gmx.at2018-01-151-13/+4
* Parenthesize forall-type args in cvtTypeKindRyan Scott2018-01-154-4/+18
* Add flag -fno-itMatthew Pickering2018-01-153-11/+73
* Fix hash in haddock of ghc-prim.HE, Tao2018-01-151-1/+1
* CoreLint: typo in a commentÖmer Sinan Ağacan2018-01-151-2/+2
* Fix hashbang of gen-data-layoutBen Gamari2018-01-151-1/+1
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-159-13/+82
* Tweak link order slightly to prefer user shared libs before system ones.Tamar Christina2018-01-152-12/+40
* Kill off irrefutable pattern errorsDavid Feuer2018-01-157-15/+10
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-154-3/+16
* Fix regression on i386 due to get/setAllocationCounter changeBen Gamari2018-01-151-2/+2
* Support constructor Haddocks in more placesAlec Theriault2018-01-1226-42/+258
* Fix mistaken mergeBen Gamari2018-01-121-22/+15
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21