summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs
Commit message (Expand)AuthorAgeFilesLines
* Add sized primitive literal syntaxBen Orchard2023-05-032-5/+41
* Add import lists to few GHC.Driver.Session importsOleg Grenrus2023-04-161-1/+1
* Major refactor in the handling of equality constraintsSimon Peyton Jones2023-04-141-0/+2
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-031-0/+23
* driver: Unit State Data.Map -> GHC.Unique.UniqMapdoyougnu2023-04-011-2/+2
* Handle records in the renamersheaf2023-03-297-132/+251
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-1/+7
* Update outdated references to notesSimon Hengel2023-02-142-2/+2
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-232-2/+4
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-183-6/+6
* Document the semantics of pattern bindings a bit betterSimon Peyton Jones2023-01-171-28/+79
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-062-7/+7
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-053-20/+22
* Force the Docs structure to prevent leaks in GHCi with -haddock without -fwri...wip/force-docsZubin Duggal2023-01-032-8/+40
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-081-11/+10
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-051-1/+1
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-241-4/+12
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-232-4/+0
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-114-68/+23
* Minor SDoc-related cleanupKrzysztof Gogolewski2022-10-281-1/+4
* Remove source location information from interface filesOwen Shepherd2022-10-272-6/+6
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-251-1/+1
* Class layout info (#19623)Vladislav Zavialov2022-10-232-1/+6
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-192-7/+11
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-2/+5
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-213-6/+6
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-192-33/+50
* Fix typosEric Lindblad2022-09-143-4/+4
* Isolate some Applicative hidings to GHC.PreludeGeorgi Lyubenov2022-09-081-2/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-2/+2
* Remove Outputable Char instanceKrzysztof Gogolewski2022-09-071-1/+1
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-4/+10
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-221-1/+1
* Fix exact printing of the HsRule nameAlan Zimmerman2022-07-061-2/+0
* Remove many GHC dependencies from L.H.Sromes2022-07-067-5/+258
* TTG for HsTyLitromes2022-07-062-2/+14
* TTG for ForeignImport/Exportromes2022-07-062-16/+119
* TTG: Move CoreTickish out of LHS.Bindsromes2022-07-062-12/+31
* Prune L.H.S modules of GHC dependenciesromes2022-07-064-15/+224
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-032-4/+7
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-032-184/+91
* TTG: Move HsModule to L.H.Sromes2022-07-032-3/+3
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-206-15/+20
* Make Outputable instance for InlineSig print the InlineSpecWinston Hartnett2022-06-201-2/+5
* TTG: Rework and improve splicesromes2022-06-018-239/+155
* Move UntypedSpliceFlavour from L.H.S to GHC.Hsromes2022-06-011-0/+7
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-263-9/+15
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-254-24/+10
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-231-3/+1
* Fix printing of brackets in multiplicities (#20315)jackohughes2022-05-131-1/+2