| Commit message (Expand) | Author | Age | Files | Lines |
* | Require GHC 8.10 as the minimum compiler for bootstrapping | Ryan Scott | 2021-03-09 | 6 | -34/+0 |
* | DynFlags: move temp file management into HscEnv (#17957) | Sylvain Henry | 2021-03-08 | 18 | -323/+432 |
* | Implement BoxedRep proposalwip/boxed-rep | Ben Gamari | 2021-03-07 | 15 | -188/+437 |
* | Implement record dot syntaxwip/joachim/bump-haddock | Shayne Fletcher | 2021-03-06 | 17 | -71/+530 |
* | Implement riscv64 LLVM backend | Andreas Schwab | 2021-03-05 | 8 | -0/+33 |
* | Run linear Lint on the desugarer output (part of #19165) | Krzysztof Gogolewski | 2021-03-05 | 5 | -12/+72 |
* | Bring back COMPLETE sets filtered by result TyCon (#14422) | Cale Gibbard | 2021-03-04 | 10 | -50/+121 |
* | Add a Template Haskell warning flag -Wimplicit-lift | Krzysztof Gogolewski | 2021-03-04 | 4 | -1/+15 |
* | IPE: Give all constructor and function tables locationswip/con-info | Matthew Pickering | 2021-03-03 | 3 | -22/+17 |
* | Use a newtype for CHeader and CStub in ForeignStubs | Matthew Pickering | 2021-03-03 | 11 | -44/+71 |
* | Don't use FastString to convert string to UTF8 | Matthew Pickering | 2021-03-03 | 3 | -23/+11 |
* | Add whereFrom and whereFrom# primop | Matthew Pickering | 2021-03-03 | 2 | -0/+12 |
* | Add option to give each usage of a data constructor its own info table | Matthew Pickering | 2021-03-03 | 24 | -181/+323 |
* | Add -finfo-table-map which maps info tables to source positions | Matthew Pickering | 2021-03-03 | 21 | -73/+554 |
* | Revert "Remove GHC.Types.Unique.Map module" | Matthew Pickering | 2021-03-03 | 1 | -0/+206 |
* | Add a flag to dump the FastString table | Sylvain Henry | 2021-03-03 | 2 | -0/+4 |
* | DmdAnal: Better syntax for demand signatures (#19016) | Sebastian Graf | 2021-03-03 | 2 | -126/+114 |
* | Fix leaks of the HscEnv with quick flavour (#19356) | Sylvain Henry | 2021-03-03 | 1 | -3/+5 |
* | Fix array and cleanup conversion primops (#19026) | Sylvain Henry | 2021-03-03 | 6 | -155/+155 |
* | Add cmpNat, cmpSymbol, and cmpChar | Daniel Winograd-Cort | 2021-03-03 | 2 | -81/+10 |
* | Pmc: Implement `considerAccessible` (#18610) | Sebastian Graf | 2021-03-01 | 3 | -17/+96 |
* | Fix a bug causing loss of sharing in `UniqSDFM` | Sebastian Graf | 2021-03-01 | 1 | -2/+2 |
* | Wrap LHsContext in Maybe in the GHC AST | Alan Zimmerman | 2021-03-01 | 17 | -102/+107 |
* | Fix terrible occurrence-analysis bug | Simon Peyton Jones | 2021-03-01 | 5 | -214/+333 |
* | Infer multiplicity in case expressions | Krzysztof Gogolewski | 2021-03-01 | 1 | -3/+1 |
* | Unify result type earlier to improve error messages | Simon Peyton Jones | 2021-03-01 | 8 | -141/+230 |
* | Reduce code bloat in `Ord Literal` instance (#19443) | Sebastian Graf | 2021-02-28 | 1 | -14/+5 |
* | Make `Ord Literal` deterministic (#19438) | Sebastian Graf | 2021-02-28 | 1 | -1/+1 |
* | Make known names simple ConApps (#19386) | Sylvain Henry | 2021-02-28 | 2 | -13/+60 |
* | CPR analysis: Use CPR of scrutinee for Case Binder CPR (#19232) | Sebastian Graf | 2021-02-28 | 1 | -107/+130 |
* | Fix two places where TcGblEnv was retained | Matthew Pickering | 2021-02-28 | 2 | -4/+7 |
* | Add some utility functions to GHC.Types.SrcLoc | Alan Zimmerman | 2021-02-28 | 1 | -5/+26 |
* | Fix assertion error with linear types, #19400 | Krzysztof Gogolewski | 2021-02-27 | 1 | -13/+8 |
* | Rewrite.split: Fix reboxing | Ben Gamari | 2021-02-27 | 1 | -2/+5 |
* | GHC.Tc.Solver.Rewrite: oneShot-ify | Ben Gamari | 2021-02-27 | 1 | -7/+14 |
* | TcS: oneShot-ify | Ben Gamari | 2021-02-27 | 1 | -8/+16 |
* | Explain uninterruptibleMask | Zubin Duggal | 2021-02-27 | 1 | -0/+1 |
* | Remove unnecessary killThread | Zubin Duggal | 2021-02-27 | 1 | -9/+6 |
* | switch to using forkIO to detect async exceptions | Zubin Duggal | 2021-02-27 | 1 | -16/+17 |
* | Don't catch async exceptions when evaluating Template Haskell | Zubin Duggal | 2021-02-27 | 1 | -3/+20 |
* | Fix typechecking time bug for large rationals (#15646) | Andreas Klebinger | 2021-02-27 | 13 | -98/+500 |
* | Move absentError into ghc-prim. | Andreas Klebinger | 2021-02-26 | 1 | -1/+7 |
* | Reimplement Stream in "yoneda" style for efficiency | Matthew Pickering | 2021-02-26 | 6 | -111/+119 |
* | Implement -Wambiguous-fields | Adam Gundry | 2021-02-26 | 4 | -4/+49 |
* | Don't pass homeUnitId at ExternalPackageState creation time (#10827) | Sylvain Henry | 2021-02-22 | 5 | -25/+23 |
* | ModuleOrigin: print details of module conflict | Sergei Trofimovich | 2021-02-22 | 1 | -3/+5 |
* | Make CmmType field of LocalReg strict | Matthew Pickering | 2021-02-22 | 1 | -1/+1 |
* | Make Width field in CmmType strict | Matthew Pickering | 2021-02-22 | 1 | -1/+1 |
* | Force gcp in assignArgumentsPos | Matthew Pickering | 2021-02-22 | 1 | -2/+2 |
* | Move Hooks into HscEnv | Sylvain Henry | 2021-02-22 | 15 | -79/+139 |