summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix previous patchSimon Peyton Jones2018-01-101-12/+17
* Lift constructor tag allocation out of a loopBartosz Nitka2018-01-1010-14/+100
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-0911-45/+113
* Small local refactoringSimon Peyton Jones2018-01-091-25/+12
* preInlineUnconditionally is ok for INLINEABLESimon Peyton Jones2018-01-092-28/+43
* Fix join-point decisionSimon Peyton Jones2018-01-094-53/+136
* Remove a bogus warningSimon Peyton Jones2018-01-091-1/+6
* Export typeNat{Div;Mod;Log}TyCon from TcTypeNatsChristiaan Baaij2018-01-081-0/+3
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-0811-34/+74
* Make the Div and Mod type families `infixl 7`Ryan Scott2018-01-071-1/+1
* Fix another obscure pattern-synonym crashSimon Peyton Jones2018-01-054-7/+90
* Improve pretty-printing for pattern synonymsSimon Peyton Jones2018-01-053-19/+31
* Fix deep, dark corner of pattern synonymsSimon Peyton Jones2018-01-044-0/+103
* comments onlySimon Peyton Jones2018-01-041-1/+1
* Stop double-stacktrace in ASSERT failuresSimon Peyton Jones2018-01-041-3/+1
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-0414-182/+270