summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* th: Weaken return type of myCoreToStgExprwip/t20060Matthew Pickering2021-07-145-56/+30
* ci: Copy the cache from inside the nix-shell where $HOME is different on darwinMatthew Pickering2021-07-102-7/+19
* Don't return unitExpr in dsWhenNoErrssheaf2021-07-108-26/+124
* Avoid unsafePerformIO for getProgNameSylvain Henry2021-07-097-27/+20
* Add TcRnIllegalWildcardsInConstructor to TcRnMessageAlfredo Di Napoli2021-07-093-7/+18
* Remove redundant patSigErrAlfredo Di Napoli2021-07-091-16/+0
* Add TcRnCharLiteralOutOfRange to TcRnMessageAlfredo Di Napoli2021-07-093-6/+18
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-096-6/+33
* Add TcRnDuplicateFieldName to TcRnMessageAlfredo Di Napoli2021-07-093-16/+31
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-096-3/+48
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-095-10/+30
* Add TcRnEmptyRecordUpdate to TcRnMessageAlfredo Di Napoli2021-07-093-4/+18
* Add TcRnIllegalPatSynDecl to TcRnMessageAlfredo Di Napoli2021-07-093-4/+23
* Add TcRnSimplifierTooManyIterations to TcRnMessageAlfredo Di Napoli2021-07-095-6/+33
* Add the TcRnDuplicateWarningDecls to TcRnMessageAlfredo Di Napoli2021-07-093-8/+20
* Add the TcRnShadowedName constructor to TcRnMessageAlfredo Di Napoli2021-07-093-16/+46
* Make throwto002 a normal (not reqlib) testMatthew Pickering2021-07-092-2/+1
* Remove reqlib from cgrun025 testMatthew Pickering2021-07-093-8/+8
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-0810-35/+34
* driver: Add test for #12983Matthew Pickering2021-07-079-0/+145
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-0715-1947/+1922
* Fix #19889 - Invalid BMI2 instructions generated.wip/andreask/bim-fixAndreas Klebinger2021-07-062-24/+26
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-064-4/+4
* Use target platform in guessOutputFileSylvain Henry2021-07-061-2/+3
* Pass '-x c++' and '-std=c++11' to `cc` for cpp files, in HadrianEthan Kiang2021-07-065-13/+30
* Add test for executablePathFraser Tweedale2021-07-062-1/+51
* Implement improved "get executable path" queryFraser Tweedale2021-07-063-2/+68
* Arity: Handle shadowing properlySebastian Graf2021-07-021-9/+51
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-029-61/+204
* Move aarch64-linux-llvm to nightlyMoritz Angermann2021-07-021-0/+1
* Revert "Move validate-x86_64-linux-deb9-hadrian back to quick-build"Moritz Angermann2021-07-021-1/+1
* Fix cut/paste typo foldrM should be foldlMViktor Dukhovni2021-07-021-1/+1
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-07-024-3/+29
* One-shot changes (#20008)Simon Peyton Jones2021-07-022-0/+21
* Remove redundant test case print036.Roland Senn2021-07-013-4/+0
* float out some docstrings and comment some function parametersMarco Zocca2021-07-011-10/+27
* [ci] Enable T6132 across all targetsMoritz Angermann2021-07-011-8/+1
* [Parser: Lexer] Fix !6132Moritz Angermann2021-07-011-1/+2
* [ci] Separate llvm and NCG test metrics for aarch64-linuxMoritz Angermann2021-07-011-0/+3
* [ci] don't allow aarch64-linux (ncg) to failMoritz Angermann2021-07-011-1/+1
* Unify remaining GHCi prompt exampleEmily Martins2021-07-011-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-07-012-16/+16
* Dynflags: introduce DiagOptsSylvain Henry2021-07-0129-209/+296
* Remove useless .hs-bootSylvain Henry2021-07-0118-41/+2
* Make withException use SDocContext instead of DynFlagsSylvain Henry2021-07-014-9/+14
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* ci: Don't allow aarch64-darwin to failMatthew Pickering2021-06-291-3/+0
* Use HsExpansion for overloaded list patternssheaf2021-06-2922-247/+430
* Demand: Better representation (#19050)Sebastian Graf2021-06-292-186/+351
* Fix type and strictness signature of forkOn#Ryan Scott2021-06-282-2/+6