summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libraries/unix works without any changeswip/TEST-ghc-exception-stacktracesSven Tennie2022-02-092-1/+1
* libraries/stm works without any changesSven Tennie2022-02-092-1/+1
* libraries/process works without any changesSven Tennie2022-02-092-1/+1
* libraries/directory works without any changesSven Tennie2022-02-092-1/+1
* libraries/array works without any changes; libraries/haskeline needs a small ...Sven Tennie2022-02-093-1/+1
* Rename SomeExceptionWithLocation to SomeExceptionWithBacktraceSven Tennie2022-02-09109-252/+253
* Add backtrace capturing and wrap SomeException with SomeExceptionWithLocationSven Tennie2022-02-0967-93/+991
* Introduce 2nd field in SomeExceptionWithLocationSven Tennie2022-02-0910-14/+26
* Replace SomeException with SomeExceptionWithLocation (#18159)Sven Tennie2022-02-09102-265/+275
* Don't try to build stage1 with -eventlog if stage0 doesn't provide itPHO2022-02-088-4/+38
* Document that reifyRoles includes kind parametersRichard Eisenberg2022-02-081-1/+13
* rts/MemoryMap: Use mach_-prefixed type namesBen Gamari2022-02-081-4/+6
* Fix build on recent FreeBSD.Gleb Popov2022-02-081-1/+1
* StgToCmm: Get rid of GHC.Driver.Session importsJohn Ericson2022-02-087-38/+39
* Document `hscIncrementalFrontend` and flip boolCale Gibbard2022-02-081-10/+21
* `hscSimpleIface` drop fingerprint param and retCale Gibbard2022-02-081-12/+10
* Add suggestion mode to notes-utilMatthew Pickering2022-02-083-4/+33
* Fix some notesMatthew Pickering2022-02-0854-170/+97
* Add notes linter to testsuiteMatthew Pickering2022-02-0814-873/+334
* gitlab-ci: Add lint-notes jobBen Gamari2022-02-082-2/+10
* notes-util: initial commitBen Gamari2022-02-086-0/+1144
* Remove linter dependency on lint-submodsMatthew Pickering2022-02-081-1/+1
* Relax TyEq:N: allow out-of-scope newtype DataConsheaf2022-02-085-8/+69
* Allow HasField in quantified constraintssheaf2022-02-083-1/+43
* Avoid using removed utils/checkUniques in validateGreg Steuck2022-02-071-1/+0
* Create `CoverageConfig`John Ericson2022-02-072-7/+27
* GHC.HsToCore.Coverage: No more HscEnv, less DynFlagsJohn Ericson2022-02-072-33/+31
* hadrian: remove redundant importAlex D2022-02-061-1/+0
* RTS: Fix cabal specificationPeter Trommler2022-02-061-4/+0
* Purge DynFlags from GHC.StgJohn Ericson2022-02-0620-97/+218
* Fix macro redefinition warnings for PRINTFBen Gamari2022-02-063-9/+12
* rts: Dump memory map on memory mapping failuresBen Gamari2022-02-065-0/+158
* rts/m32: Increase size of free page pool to 256 pagesGHC GitLab CI2022-02-061-1/+1
* rts/m32: Free large objects back to the free page poolBen Gamari2022-02-061-3/+2
* rts/m32: Add consistency-checking infrastructureGHC GitLab CI2022-02-061-11/+96
* rts: Generalize mmapForLinkerMarkExecutableGHC GitLab CI2022-02-067-17/+61
* rts/m32: Accept any address within 4GB of program textBen Gamari2022-02-063-66/+78
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-0535-200/+201
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-0533-70/+263
* Improve errors for non-existent labelsSimon Peyton Jones2022-02-0411-46/+59
* Add a missing restoreLclEnvSimon Peyton Jones2022-02-041-2/+2
* Add Outputable instance for MessagesSimon Peyton Jones2022-02-041-2/+11
* Fix unsound behavior of unlifted datatypes in ghci (#20194)nineonine2022-02-049-21/+195
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-042-5/+8
* llvmGen: Handle unaligned loads/storesBen Gamari2022-02-041-7/+7
* Fix array primop alignmentBen Gamari2022-02-042-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-0418-80/+99
* Introduce alignment in CmmLoadBen Gamari2022-02-0426-158/+193
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-0411-23/+31
* Add commentsBen Gamari2022-02-041-0/+2