summaryrefslogtreecommitdiff
path: root/compiler/rename
Commit message (Expand)AuthorAgeFilesLines
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-281-9/+8
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-283-4/+4
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-272-2/+8
* Fix typosBrian Wignall2019-11-231-1/+1
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-0/+1
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-281-12/+85
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-163-4/+5
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-083-8/+4
* Mark newtype constructors as used in the Coercible solver (#10347)Ryan Scott2019-10-081-16/+17
* Always enable the external interpreterJohn Ericson2019-10-041-2/+0
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-031-0/+3
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-303-6/+6
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-254-49/+145
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-2013-22/+22
* Remove Bag fold specialisations (#16969)Richard Lupton2019-08-192-3/+3
* Banish reportFloatingViaTvs to the shadow realm (#15831, #16181)Ryan Scott2019-07-261-81/+19
* Make DefUses = OrdList DefUseRyan Scott2019-07-252-2/+4
* Drop the orphan roles check (#16941)Vladislav Zavialov2019-07-191-34/+11
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-099-264/+265
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-191-2/+5
* Remove dead codeKrzysztof Gogolewski2019-06-151-6/+3
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-7/+47
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+3
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-1/+1
* Do not report error if Name in pragma is unboundnineonine2019-06-091-1/+4
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-51/+47
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-1/+2
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-3/+5
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-031-27/+3
* Use pp_itemWojciech Baranowski2019-04-291-3/+1
* Suggest only local candidates from global envWojciech Baranowski2019-04-291-2/+4
* Comment on 'candidates' functionWojciech Baranowski2019-04-291-0/+2
* osa1's patch: consistent suggestion messageWojciech Baranowski2019-04-291-3/+4
* Print suggestions in a single messageWojciech Baranowski2019-04-291-5/+7
* rename: hadle type signatures with typosWojciech Baranowski2019-04-291-2/+18
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-54/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1510-51/+51
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-092-15/+3
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-061-8/+24
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-051-3/+2
* Visible dependent quantificationRyan Scott2019-03-011-6/+9
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-272-295/+201
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-12/+0
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-152-19/+4
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-144-10/+106
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-5/+5
* Fix #16116 by removing badAssocRhsRyan Scott2019-01-151-15/+15
* Fix #16114 by adding a validity check to rnClsInstDeclRyan Scott2019-01-152-13/+20
* Run typed splices in the zonkerMatthew Pickering2019-01-111-2/+10