summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define MCoercion typewip/T14975Tobias Dammers2018-03-272-1/+6
* Discard reflexive casts during SimplifyRichard Eisenberg2018-03-202-25/+50
* Build quick flavor and run some tests on Windowsmrkkrp2018-02-272-3/+14
* Fix test for Trac #13075Simon Peyton Jones2018-02-271-1/+3
* Comments onlySimon Peyton Jones2018-02-271-0/+1
* Test for Trac #13075 is working nowSimon Peyton Jones2018-02-272-1/+2
* Better stats for T5837Simon Peyton Jones2018-02-271-1/+2
* Fix a nasty bug in the pure unifierSimon Peyton Jones2018-02-274-26/+116
* Comments onlySimon Peyton Jones2018-02-271-0/+2
* Tiny refactor in Core LintSimon Peyton Jones2018-02-271-2/+3
* circleci: Simplify Hadrian buildBen Gamari2018-02-261-9/+2
* Update .gitignoreÖmer Sinan Ağacan2018-02-261-0/+2
* testsuite: Bump allocations for T9630Ben Gamari2018-02-251-1/+2
* boot: Create GNUmakefiles for librariesBen Gamari2018-02-251-0/+11
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-253-6/+20
* RTS: Remove unused retainer schemesSimon Jakobi2018-02-253-172/+1
* RTS: Remember to free some pointersSimon Jakobi2018-02-251-3/+12
* driver/utils/dynwrapper.c: Remove unused variableSimon Jakobi2018-02-251-1/+0
* Update Hadrian submoduleAndrey Mokhov2018-02-241-22/+8
* Comments in Unify, fixing #12442Richard Eisenberg2018-02-221-0/+46
* Don't use ld.gold when building libraries for GHCiSimon Marlow2018-02-214-5/+18
* Add references to #6087Ömer Sinan Ağacan2018-02-211-1/+3
* Revert "Move `iserv` into `utils` and change package nameBen Gamari2018-02-2021-619/+108
* Slight refactor of stock deriving internalsRyan Scott2018-02-202-17/+9
* Add ghc-prim.buildinfo to .gitignoreRyan Scott2018-02-201-1/+2
* circleci: Skip performance testsBen Gamari2018-02-201-2/+2
* Document missing dataToTag# . tagToEnum# ruleDavid Feuer2018-02-191-0/+13
* Change how includes for input file directory worksTamar Christina2018-02-196-16/+63
* testsuite: Bump allocations for T1969 and T5837Ben Gamari2018-02-191-2/+4
* Bump text submodule to 1.2.3.0Ben Gamari2018-02-191-0/+0
* Bump haskeline submodule to 0.7.4.2Ben Gamari2018-02-191-0/+0
* Bump parsec submodule to 0.3.13.0Ben Gamari2018-02-192-1/+1
* Bump primitive submodule to 0.6.3.0Ben Gamari2018-02-191-0/+0
* Bump stm submodule to 2.4.5.0Ben Gamari2018-02-191-0/+0
* Bump pretty submoduleBen Gamari2018-02-191-0/+0
* Bump filepath submoduleBen Gamari2018-02-191-0/+0
* Bump process submoduleBen Gamari2018-02-191-0/+0
* Bump haddock submodule againBen Gamari2018-02-191-0/+0
* Increase the amount of parallelism in circleci.Facundo Domínguez2018-02-191-1/+1
* Rename the types in a GADT constructor in toposorted orderRyan Scott2018-02-184-3/+17
* StgLint overhaulÖmer Sinan Ağacan2018-02-185-338/+196
* Improve error message for UNPACK/strictness annotations.HE, Tao2018-02-187-3/+35
* testsuite: Add newline to test outputDouglas Wilson2018-02-181-2/+2
* CBE: re-introduce bgamari's fixesMichal Terepeta2018-02-181-3/+8
* myThreadId# is trivial; make it an inline primopSimon Marlow2018-02-184-7/+3
* Tidy up and consolidate canned CmmReg and CmmGlobalsSimon Marlow2018-02-1813-77/+83
* Remove doubled wordsAdam Sandberg Eriksson2018-02-182-4/+3
* Build Haddocks with --quickjumpBen Gamari2018-02-182-0/+1
* Add valid refinement substitution suggestions for typed holesMatthías Páll Gissurarson2018-02-189-79/+857
* Implement stopgap solution for #14728Ryan Scott2018-02-186-3/+92