summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* appveyor: Don't install gccBen Gamari2018-01-311-1/+1
* circleci: Add Dockerfile for x86_64-linuxBen Gamari2018-01-311-0/+3
* testsuite: Mark scc001 and T5363 as broken due to #14705Ben Gamari2018-01-311-2/+6
* Look inside implications in simplifyRuleSimon Peyton Jones2018-01-313-31/+109
* Prioritise equalities when solving, incl derivedsSimon Peyton Jones2018-01-317-23/+197
* More tc-tracingSimon Peyton Jones2018-01-312-3/+10
* Move zonkWC to the right place in simplfyInferSimon Peyton Jones2018-01-314-3/+23
* A bit more tc-tracingSimon Peyton Jones2018-01-311-4/+9
* Update outputs of T12962, scc003Ömer Sinan Ağacan2018-01-302-10/+10
* Add likely annotation to cmm files in a few obvious places.klebinger.andreas@gmx.at2018-01-293-8/+8
* Invert likeliness when improving conditionalsAlexander Biehl2018-01-291-1/+5
* Bump hadrian submoduleBen Gamari2018-01-261-18/+23
* cmm: Use two equality checks for two alt switch with defaultU-Maokai\andi2018-01-261-0/+66
* Fix #14719 by using the setting the right SrcSpanRyan Scott2018-01-265-4/+31
* Fix Windows stack allocations.Tamar Christina2018-01-262-5/+21
* Option for LINE pragmas to get lexed into tokensAlec Theriault2018-01-261-4/+31
* Remove Hoopl.UniqueMichal Terepeta2018-01-265-110/+85
* Linker: ignore empty paths in addEnvPathsÖmer Sinan Ağacan2018-01-263-6/+18
* Sort valid substitutions for typed holes by "relevance"Matthías Páll Gissurarson2018-01-2623-925/+1200
* Add ptr-eq short-cut to `compareByteArrays#` primitiveHerbert Valerio Riedel2018-01-261-0/+43
* Add ability to parse likely flags for ifs in Cmm.klebinger.andreas@gmx.at2018-01-262-21/+41
* Handle the likely:True case in CmmContFlowOptklebinger.andreas@gmx.at2018-01-262-13/+35
* base: Refactor Show ErrorCall instance into proper ShowS styleBen Gamari2018-01-261-1/+2
* Haddock needs to pass visible modules for instance filteringAlec Theriault2018-01-262-4/+7
* testsuite: Add testcase for #12158Ben Gamari2018-01-262-0/+3
* Turn EvTerm (almost) into CoreExpr (#14691)Joachim Breitner2018-01-2620-341/+363
* testsuite: Bump haddock.Cabal allocations due to submodule bumpBen Gamari2018-01-261-1/+2
* Bump terminfo submoduleBen Gamari2018-01-261-0/+0
* Fix the lone-variable case in callSiteInlineSimon Peyton Jones2018-01-252-34/+77
* Comments onlySimon Peyton Jones2018-01-251-3/+3
* Remove dead code: mkNthCoRoleSimon Peyton Jones2018-01-251-10/+1
* Comments about CoercionHolesSimon Peyton Jones2018-01-252-18/+44
* Allocate less in plus_mod_depBartosz Nitka2018-01-232-5/+9
* 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