summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update test suite output due to #14691wip/14691Joachim Breitner2018-01-252-3/+5
* Merge remote-tracking branch 'origin/master' into wip/14691Joachim Breitner2018-01-2575-255/+1434
|\
| * 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
* | s,ctEvTerm,ctEvExpr,gJoachim Breitner2018-01-255-15/+15
* | Avoid exprType in evSuperClass, it does not work pre-zonkingJoachim Breitner2018-01-232-13/+5
* | Fix TcPluginMJoachim Breitner2018-01-221-2/+2
* | Remove EvCallStackJoachim Breitner2018-01-229-89/+66
* | Use EvExpr instead of EvTerm where possibleJoachim Breitner2018-01-226-23/+22
* | Forgot zonkEvTerm env (EvCallStack ty cs)Joachim Breitner2018-01-221-0/+7
* | Trying to add EvTypeable back to to EvTerm (checkpoint)Joachim Breitner2018-01-2216-274/+262
* | Start over with #14691 and only add EvExpr to EvTermJoachim Breitner2018-01-2217-234/+243
* | Trying to add EvTypeableTyLit back to to EvTerm (broken checkpoint)Joachim Breitner2018-01-229-121/+152
* | Revert "Implement evTypeable"Joachim Breitner2018-01-226-163/+158
* | Try using tcLookupId instead of lookupIdJoachim Breitner2018-01-221-11/+10
* | Try using tcLookup instead of tcLookupGlobalJoachim Breitner2018-01-214-25/+37
* | Revert "use tcLookupGlobal in TcS’s MonadThings instance"Joachim Breitner2018-01-211-3/+2
* | use tcLookupGlobal in TcS’s MonadThings instanceJoachim Breitner2018-01-211-2/+3
* | Implement evTypeableJoachim Breitner2018-01-213-137/+131
* | Remove Note [Memoising typeOf]Joachim Breitner2018-01-211-9/+0
* | Implement evCallStackJoachim Breitner2018-01-214-51/+52
* | Implement zonkCoreExprJoachim Breitner2018-01-211-54/+63
* | With EvTerm = CoreExpr, there is no need for a EvLit data typeJoachim Breitner2018-01-203-76/+63
* | Implement evLitJoachim Breitner2018-01-203-10/+12
* | Implement the pure evTerm smart constructorsJoachim Breitner2018-01-206-47/+65
* | wip: type EvTerm = CoreExpr (#14691)Joachim Breitner2018-01-1915-123/+132
|/
* 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