summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename
Commit message (Expand)AuthorAgeFilesLines
* 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