| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 166 | -850/+850 |
* | Remove the GHCi debugger's panicking isUnliftedType check | Ryan Scott | 2019-03-15 | 1 | -2/+1 |
* | Fix #16411 by making dataConCannotMatch aware of (~~) | Ryan Scott | 2019-03-13 | 1 | -4/+7 |
* | Remove duplicate functions in StgCmmUtils, use functions from CgUtils | Ömer Sinan Ağacan | 2019-03-12 | 2 | -51/+11 |
* | Use transSuperClasses in TcErrors | Simon Peyton Jones | 2019-03-12 | 2 | -12/+31 |
* | Change the warning in substTy back to an assertion | Krzysztof Gogolewski | 2019-03-11 | 4 | -6/+5 |
* | NCG: correctly escape path strings on Windows (#16389) | Sylvain Henry | 2019-03-09 | 3 | -3/+15 |
* | compiler: Refactor: extract `withAtomicRename` | Niklas Hambüchen | 2019-03-09 | 2 | -8/+29 |
* | compiler: Write .o files atomically. See #14533 | Niklas Hambüchen | 2019-03-09 | 1 | -1/+6 |
* | Stop inferring over-polymorphic kinds | Simon Peyton Jones | 2019-03-09 | 7 | -109/+80 |
* | Fix #13839: GHCi warnings do not respect the default module headerwip/magic-carpet-ride | Roland Senn | 2019-03-08 | 1 | -4/+34 |
* | TH: support raw bytes literals (#14741) | Sylvain Henry | 2019-03-08 | 2 | -0/+22 |
* | Use captureTopConstraints in TcRnDriver calls | Simon Peyton Jones | 2019-03-08 | 3 | -10/+28 |
* | Always do the worker/wrapper split for NOINLINEs | Sebastian Graf | 2019-03-07 | 2 | -7/+37 |
* | Fix #16391 by using occCheckExpand in TcValidity | Ryan Scott | 2019-03-07 | 4 | -26/+88 |
* | Fix #16385 by appending _maybe to a use of lookupGlobalOcc | Ryan Scott | 2019-03-06 | 1 | -8/+24 |
* | Rip out object splitting | Ben Gamari | 2019-03-05 | 19 | -325/+62 |
* | Fix map/coerce rule for newtypes with wrappers | Krzysztof Gogolewski | 2019-03-05 | 3 | -29/+32 |
* | Be more careful when naming TyCon binders | Simon Peyton Jones | 2019-03-05 | 10 | -356/+595 |
* | Revert "compiler: Write .o files atomically. See #14533" | Ben Gamari | 2019-03-04 | 1 | -6/+1 |
* | Revert "compiler: Refactor: extract `withAtomicRename`" | Ben Gamari | 2019-03-04 | 2 | -29/+8 |
* | Lexer: turn some fatal errors into non-fatal ones | Alec Theriault | 2019-03-01 | 1 | -18/+24 |
* | Visible dependent quantification | Ryan Scott | 2019-03-01 | 22 | -136/+405 |
* | Treat kind/type variables identically, demolish FKTV | Vladislav Zavialov | 2019-02-27 | 8 | -481/+206 |
* | base: Allow fusion for zip7 and related | Alexandre | 2019-02-24 | 1 | -35/+75 |
* | Include closure header size in StgLamLift's estimations | Sebastian Graf | 2019-02-23 | 1 | -4/+3 |
* | Fix regression incorrectly advertising TH support | Herbert Valerio Riedel | 2019-02-23 | 1 | -0/+8 |
* | Expression/command ambiguity resolution | Vladislav Zavialov | 2019-02-23 | 8 | -344/+839 |
* | Add AnonArgFlag to FunTy | Simon Peyton Jones | 2019-02-23 | 73 | -856/+1001 |
* | Remove bogus assertion | Simon Peyton Jones | 2019-02-23 | 1 | -1/+3 |
* | Fix exprIsConApp_maybe | Simon Peyton Jones | 2019-02-22 | 4 | -55/+74 |
* | Don't do binder-swap for GlobalIds | Simon Peyton Jones | 2019-02-22 | 1 | -3/+8 |
* | Remove tcTyConUserTyVars | Simon Peyton Jones | 2019-02-22 | 3 | -15/+10 |
* | compiler: Refactor: extract `withAtomicRename` | Niklas Hambüchen | 2019-02-21 | 2 | -8/+29 |
* | compiler: Write .o files atomically. See #14533 | Niklas Hambüchen | 2019-02-21 | 1 | -1/+6 |
* | Handle the (~) type operator in 'tyconsym' | Vladislav Zavialov | 2019-02-21 | 2 | -8/+8 |
* | Dot/bang operators in export lists (Trac #16339) | Vladislav Zavialov | 2019-02-21 | 2 | -5/+10 |
* | Comments only, in GhcPrelude | Simon Peyton Jones | 2019-02-20 | 1 | -1/+5 |
* | Improve the very simple optimiser slightly | Simon Peyton Jones | 2019-02-20 | 1 | -0/+10 |
* | Tiny refactor in isUnliftedRuntimeRep | Simon Peyton Jones | 2019-02-20 | 1 | -11/+17 |
* | Look through newtype wrappers (Trac #16254) | Krzysztof Gogolewski | 2019-02-19 | 3 | -8/+60 |
* | Make constructor wrappers inline only during the final phase | Arnaud Spiwack | 2019-02-19 | 7 | -56/+247 |
* | Disable binder swap in OccurAnal (Trac #16288) | Krzysztof Gogolewski | 2019-02-19 | 1 | -5/+38 |
* | Uphold AvailTC Invariant for associated data fams | Alec Theriault | 2019-02-18 | 2 | -26/+68 |
* | Fix warnings and fatal parsing errors | Vladislav Zavialov | 2019-02-17 | 12 | -129/+145 |
* | Get rid of tcm_smart from TyCoMapper | Simon Peyton Jones | 2019-02-17 | 4 | -55/+39 |
* | Cmm: Promote stack arguments to word size | Peter Trommler | 2019-02-16 | 1 | -7/+29 |
* | HIE: Save module name and module exports | Matthew Pickering | 2019-02-16 | 3 | -5/+25 |
* | Don't wrap the entry map for LiveInfo in Maybe. | klebinger.andreas@gmx.at | 2019-02-15 | 6 | -26/+27 |
* | Properly escape character literals in Haddocks | Alec Theriault | 2019-02-15 | 2 | -5/+5 |