summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ticks on floats and ev bindswip/source-note-graveyardMatthew Pickering2022-02-095-10/+60
* Use SrcSpan from the binder as initial source estimatewip/source-note-fixesMatthew Pickering2022-02-091-1/+8
* Introduce predicate for when to enable source notes (needSourceNotes)Matthew Pickering2022-02-094-8/+10
* driver: Filter out our own boot module in hptSomeThingsBelowMatthew Pickering2022-02-091-2/+5
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-094-4/+4
* Add test for #21037sheaf2022-02-092-0/+25
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-094-13/+43
* Fix a portability issue in m4/find_llvm_prog.m4PHO2022-02-091-1/+1
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-092-6/+14
* testsuite: Add missing dependency on ghcconfigMatthew Pickering2022-02-091-1/+6
* testsuite: Clean up old/redundant predicatesMatthew Pickering2022-02-093-30/+1
* testsuite: Use absolute paths for config.libdirMatthew Pickering2022-02-091-2/+4
* 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