| Commit message (Expand) | Author | Age | Files | Lines |
* | ghci: Fix unused binder warnings when building with integer-simple | Ben Gamari | 2018-12-17 | 1 | -2/+0 |
* | Stomp a few typos and grammaros | Gabor Greif | 2018-12-17 | 10 | -22/+22 |
* | Merge sections in profiling .a to .p_o and use it whenever it exists | Zejun Wu | 2018-12-17 | 1 | -7/+4 |
* | Use https links in user-facing startup and error messages | Ben Gamari | 2018-12-14 | 2 | -2/+2 |
* | llvmGen: Fix minor correctness issue | Gabor Greif | 2018-12-13 | 1 | -1/+1 |
* | Remove another unused import from WwLib | Simon Peyton Jones | 2018-12-13 | 1 | -1/+1 |
* | Show recursive Stg bindings in Rec {} blocks | Ömer Sinan Ağacan | 2018-12-13 | 1 | -2/+3 |
* | Fix recompilation checking of pure plugins | Daniel Gröber | 2018-12-12 | 2 | -11/+55 |
* | Remove dead code | Simon Peyton Jones | 2018-12-12 | 1 | -14/+0 |
* | Improvements to demand analysis | Simon Peyton Jones | 2018-12-12 | 4 | -166/+201 |
* | Typo fix, replace a foldl with foldl' | Ömer Sinan Ağacan | 2018-12-12 | 1 | -3/+3 |
* | Enable rebindable fail with overloaded strings | Shayne Fletcher | 2018-12-11 | 4 | -32/+89 |
* | Explicitly pass -fno-PIC to C compiler on linux | Zejun Wu | 2018-12-11 | 1 | -1/+3 |
* | Support generating HIE files | Alec Theriault | 2018-12-11 | 17 | -52/+3295 |
* | RTS linker: don't crash early when not finding extra-libraries | Kyrill Briantsev | 2018-12-11 | 2 | -9/+71 |
* | dmdAnal: Move handling of datacon strictness to mkWWstr_one | Ben Gamari | 2018-12-11 | 2 | -59/+81 |
* | PPC NCG: Generate MO_?_QuotRem for subword sizes | Peter Trommler | 2018-12-11 | 2 | -43/+37 |
* | Support registering Plugins through the GHC API | Daniel Gröber | 2018-12-11 | 7 | -36/+65 |
* | PPC NCG: Implement MachOps for smaller sizes | Peter Trommler | 2018-12-11 | 1 | -161/+146 |
* | Misleading msg with qualified imports "No module named X imported" | Roland Senn | 2018-12-11 | 1 | -22/+28 |
* | Fix recompilation bug with default class methods (#15970) | Simon Marlow | 2018-12-11 | 1 | -13/+65 |
* | Fix #16008 with a pinch of addConsistencyConstraints | Ryan Scott | 2018-12-11 | 2 | -9/+12 |
* | Fix minor mistake in comment about data decls. | Richard Eisenberg | 2018-12-09 | 1 | -2/+2 |
* | Use --no-as-needed with LLD too | Simon Marlow | 2018-12-07 | 1 | -1/+3 |
* | Add -fno-safe-haskell flag | Matthew Pickering | 2018-12-07 | 3 | -5/+18 |
* | Fix StgLint bound id check, generalize StgLint | Ömer Sinan Ağacan | 2018-12-07 | 4 | -59/+107 |
* | Add haddock for Node in Digraph. [skip ci] | klebinger.andreas@gmx.at | 2018-12-07 | 1 | -8/+16 |
* | Rename "changed" to "no-change" in HscMain | Ömer Sinan Ağacan | 2018-12-07 | 1 | -8/+8 |
* | Careful tweaking to exprOkForSpeculation | Simon Peyton Jones | 2018-12-07 | 6 | -111/+149 |
* | Wibble to Taming the Kind Inference Monster | Simon Peyton Jones | 2018-12-07 | 6 | -34/+86 |
* | Windows: Use the "big" PE object format on amd64 | Ben Gamari | 2018-12-06 | 1 | -1/+37 |
* | Don't use a generic apply thunk for known calls | Sebastian Graf | 2018-12-06 | 1 | -0/+1 |
* | Remove a tcTrace | Simon Peyton Jones | 2018-12-06 | 1 | -1/+2 |
* | Remove duplicates in -ddump-minimial-imports | Simon Peyton Jones | 2018-12-05 | 1 | -17/+25 |
* | Fix link name to a note | Arnaud Spiwack | 2018-12-03 | 1 | -1/+1 |
* | Comments only | Simon Peyton Jones | 2018-12-03 | 2 | -5/+22 |
* | Introduce tcTypeKind, and use it | Simon Peyton Jones | 2018-12-03 | 27 | -313/+304 |
* | Fix #15954 by rejigging check_type's order | Ryan Scott | 2018-12-03 | 3 | -19/+59 |
* | Warn on all out-of-range literals in pats/exprs | Alec Theriault | 2018-12-03 | 6 | -96/+189 |
* | Deduplicate decision to count thunks in `-ticky` | Sebastian Graf | 2018-11-30 | 1 | -8/+14 |
* | Fix #15953 by consistently using dumpIfSet_dyn to print debug output | Chaitanya Koparkar | 2018-11-29 | 9 | -51/+70 |
* | Fix #15828, from `More explicit foralls` | Matthew Yacavone | 2018-11-29 | 1 | -1/+6 |
* | Taming the Kind Inference Monster | Simon Peyton Jones | 2018-11-29 | 51 | -2790/+3169 |
* | Comments only | Simon Peyton Jones | 2018-11-28 | 2 | -19/+23 |
* | Add Note [Dead case binders in -O0] | Sebastian Graf | 2018-11-28 | 1 | -1/+13 |
* | Fix #15941 by only special-casing visible infix applications | Ryan Scott | 2018-11-26 | 1 | -5/+23 |
* | Print explicit foralls in type family eqns when appropriate | Ryan Scott | 2018-11-26 | 3 | -25/+84 |
* | Fix build on darwin | Ömer Sinan Ağacan | 2018-11-26 | 1 | -1/+1 |
* | Revert "Remove redundant check in cgCase" | Ömer Sinan Ağacan | 2018-11-26 | 1 | -4/+7 |
* | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-24 | 54 | -1930/+2454 |