summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply haddock suggestions from the proposal PRwip/ghc-exception-stacktracesSven Tennie2022-02-233-5/+5
* Minimize needed changeset and make root exceptions lazy in their fieldsSven Tennie2022-02-1761-157/+156
* Rename SomeExceptionWithLocation to SomeExceptionWithBacktraceSven Tennie2022-02-11108-252/+253
* Add backtrace capturing and wrap SomeException with SomeExceptionWithLocationSven Tennie2022-02-1166-93/+991
* Introduce 2nd field in SomeExceptionWithLocationSven Tennie2022-02-1110-14/+26
* Replace SomeException with SomeExceptionWithLocation (#18159)Sven Tennie2022-02-11102-265/+275
* Refine tcSemigroupWarnings to work in ghc-primMatthew Pickering2022-02-101-4/+7
* Fix copy-pasto in prof-late-ccs docsMatthew Pickering2022-02-101-2/+2
* eventlog: Fix size of TICKY_COUNTER_BEGIN_SAMPLEMatthew Pickering2022-02-101-1/+1
* eventlog: Delete misleading comment in gen_event_types.pyMatthew Pickering2022-02-101-2/+0
* eventlog: Fix event type of MEM_RETURNMatthew Pickering2022-02-101-1/+1
* eventlog: Fix event type of EVENT_IPEMatthew Pickering2022-02-101-1/+1
* Add metadata to integer-gmp.cabalMorrow2022-02-101-0/+8
* Bump Cabal submoduleBen Gamari2022-02-108-20/+18
* ghc-boot: Simplify writePackageDb permissions handlingDaniel Gröber2022-02-101-23/+16
* linker/PEi386: Make addLibrarySearchPath long-path awareBen Gamari2022-02-101-15/+3
* PEi386: Drop Windows Vista fallback in addLibrarySearchPathBen Gamari2022-02-101-52/+3
* Docs:Mention that safe calls don't keep their arguments alive.Andreas Klebinger2022-02-101-2/+9
* Add late cost centre supportAndreas Klebinger2022-02-1017-6/+157
* Add some perf tests for coercionssheaf2022-02-099-0/+1189
* rts/mmap: Refactor mmapForLinkerBen Gamari2022-02-092-113/+124
* linker: Don't use MAP_FIXEDBen Gamari2022-02-091-7/+4
* rts/linker/MMap: Use MemoryAccess in mmapForLinkerBen Gamari2022-02-095-24/+42
* rts/linker: Drop dead IA64 codeBen Gamari2022-02-091-6/+0
* rts: Move mmapForLinker and friends to linker/MMap.cBen Gamari2022-02-0911-341/+377
* rts: Rename MemoryMap.[ch] -> ReportMemoryMap.[ch]Ben Gamari2022-02-095-4/+4
* Include ru_name in toHsRule messageZiyang Liu2022-02-092-11/+9
* ByteCode: avoid out-of-bound readSylvain Henry2022-02-091-5/+15
* NCG: minor code factorizationSylvain Henry2022-02-092-51/+35
* 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