| Commit message (Expand) | Author | Age | Files | Lines |
* | Give parsing plugins access to errors | Jakob Brünker | 2022-03-30 | 18 | -22/+226 |
* | Add test for T21306 | Matthew Pickering | 2022-03-29 | 3 | -0/+55 |
* | RTS: Zero gc_cpu_start and gc_cpu_end after accounting | Matthew Pickering | 2022-03-29 | 1 | -9/+11 |
* | Hadrian: make DDEBUG separate from debugged RTS | sheaf | 2022-03-29 | 8 | -36/+46 |
* | hadrian: Build lib:GHC with -haddock and -Winvalid-haddock (#21273) | Zubin Duggal | 2022-03-29 | 1 | -0/+3 |
* | Fix all invalid haddock comments in the compiler | Zubin Duggal | 2022-03-29 | 41 | -154/+154 |
* | Consistently attach SrcSpans to sub-expressions in TH splices | Ryan Scott | 2022-03-28 | 1 | -139/+173 |
* | EPA: let stmt with semicolon has wrong anchor | Alan Zimmerman | 2022-03-28 | 6 | -3/+25 |
* | hadrian: Add show target to bindist makefile | Matthew Pickering | 2022-03-28 | 1 | -0/+4 |
* | Hadrian: allow testsuite to run with cross-compilers (#21292) | Sylvain Henry | 2022-03-28 | 1 | -1/+3 |
* | users-guide: group ticky-ticky profiling under one heading | Adam Sandberg Ericsson | 2022-03-28 | 1 | -5/+5 |
* | Document typed splices inhibiting unused bind detection (#16524) | jberryman | 2022-03-28 | 1 | -0/+3 |
* | Add Red Herring to Note [What might equal later?] | Richard Eisenberg | 2022-03-28 | 5 | -87/+149 |
* | Disable text's dependency on simdutf by default | Ben Gamari | 2022-03-28 | 2 | -0/+12 |
* | hadrian: Flag cabal flag handling | Matthew Pickering | 2022-03-28 | 1 | -10/+5 |
* | users-guide: Correct markdown for profiling | Takenobu Tani | 2022-03-28 | 1 | -5/+6 |
* | Modularize Tidy (#17957) | Sylvain Henry | 2022-03-25 | 7 | -250/+328 |
* | Make -ddump-rn-ast and -ddump-tc-ast work in GHCi | Matthew Pickering | 2022-03-25 | 4 | -1/+365 |
* | Add instance Lift ByteArray | Bodigrim | 2022-03-25 | 5 | -1/+72 |
* | Add the OPAQUE pragma | Christiaan Baaij | 2022-03-25 | 52 | -21/+1342 |
* | ci: Generate jobs for all normal builds and use hadrian for all builds | Matthew Pickering | 2022-03-24 | 5 | -878/+4601 |
* | testsuite: Remove library dependenices from T21119 | Matthew Pickering | 2022-03-24 | 3 | -13/+45 |
* | hadrian: Correct generation of hsc2hs wrapper | Matthew Pickering | 2022-03-24 | 1 | -1/+1 |
* | Add check to ensure we are not building validate jobs for releases | Matthew Pickering | 2022-03-24 | 1 | -0/+21 |
* | Add test for T21035 | Matthew Pickering | 2022-03-24 | 7 | -0/+117 |
* | WorkWrap: Handle partial FUN apps in `isRecDataCon` (#21265) | Sebastian Graf | 2022-03-24 | 4 | -93/+90 |
* | Fix and simplify DeriveAnyClass's context inference using SubTypePredSpec | Ryan Scott | 2022-03-24 | 8 | -275/+511 |
* | Define filterOut with filter | Sylvain Henry | 2022-03-23 | 1 | -3/+1 |
* | Reverse dependency between StgToCmm and Runtime.Heap.Layout | Sylvain Henry | 2022-03-23 | 3 | -43/+42 |
* | Avoid redundant imports of GHC.Driver.Session | Sylvain Henry | 2022-03-23 | 6 | -9/+2 |
* | rts: Don't mark object code in markCAFs unless necessary | Ben Gamari | 2022-03-23 | 1 | -2/+4 |
* | rts: Untag function field in scavenge_PAP_payload | Ben Gamari | 2022-03-23 | 1 | -1/+2 |
* | Improve error message when warning about unsupported LLVM version (#20958) | Zubin Duggal | 2022-03-23 | 1 | -1/+1 |
* | rts/adjustor: Place adjustor templates in data section on all OSs | Ben Gamari | 2022-03-23 | 1 | -2/+2 |
* | Fix behaviour of -Wunused-packages in ghci | Matthew Pickering | 2022-03-23 | 9 | -41/+83 |
* | docs: clarify the eventlog format documentation a little bit | Adam Sandberg Ericsson | 2022-03-23 | 1 | -14/+15 |
* | configure: bump LlvmMaxVersion to 14 | Cheng Shao | 2022-03-23 | 1 | -1/+1 |
* | hi haddock: Lex and store haddock docs in interface files | Zubin Duggal | 2022-03-23 | 139 | -1005/+8267 |
* | Avoid some SOURCE imports | Sylvain Henry | 2022-03-20 | 3 | -3/+2 |
* | Revamp derived Eq instance code generation (#17240) | nineonine | 2022-03-20 | 5 | -61/+132 |
* | Remove dead code HsDoRn | romes | 2022-03-19 | 2 | -6/+0 |
* | Compact regions: Maintain tags properly | Andreas Klebinger | 2022-03-19 | 1 | -2/+2 |
* | List GHC.Event.Internal in base.cabal on Windows | sheaf | 2022-03-19 | 1 | -13/+7 |
* | TH: Fix pretty printing of newtypes with operators and GADT syntax (#20868) | Zubin Duggal | 2022-03-19 | 6 | -29/+43 |
* | testsuite: Add test for #21186wip/T19503 | Ben Gamari | 2022-03-18 | 3 | -0/+16 |
* | codeGen: Fix signedness of jump table indexing | Ben Gamari | 2022-03-18 | 2 | -11/+47 |
* | TTG: TH brackets finishing touches | romes | 2022-03-18 | 13 | -248/+186 |
* | TTG: Make HsQuote GhcTc isomorphic to NoExtField | romes | 2022-03-18 | 3 | -21/+63 |
* | TTG: Refactor bracket for desugaring during tc | romes | 2022-03-18 | 14 | -157/+151 |
* | Separate constructors for typed and untyped brackets | romes | 2022-03-18 | 19 | -207/+299 |