summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename
Commit message (Expand)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2614-69/+69
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-233-19/+45
* Do eager instantation in termsSimon Peyton Jones2020-04-221-3/+3
* Modules (#13009)Sylvain Henry2020-04-189-24/+24
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-171-12/+14
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-24/+24
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-171-7/+8
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-078-117/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-0714-65/+65
* Minor cleanupKrzysztof Gogolewski2020-03-291-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-2914-91/+92
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-231-11/+19
* Modules: Core (#13009)Sylvain Henry2020-03-165-9/+9
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-121-7/+8
* Monotonic locations (#17632)Vladislav Zavialov2020-02-292-2/+2
* Comments, small refactorKrzysztof Gogolewski2020-02-241-19/+0
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-246-18/+26
* Modules: Driver (#13009)Sylvain Henry2020-02-2110-20/+20
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-7/+3
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-201-0/+3
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-181-3/+8
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-3/+3
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-111-4/+22
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-081-0/+37
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-085-93/+88
* rename: Eliminate usage of mkVarOccUniqueBen Gamari2020-01-311-6/+4
* Disable two warnings for files that trigger themTom Ellis2020-01-277-0/+19
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseRyan Scott2020-01-271-1/+1
* Handle local fixity declarations in DsMeta properlyRyan Scott2020-01-251-11/+6
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-125-9/+9
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-0814-0/+14199