| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow limiting the number of GC threads (+RTS -qn<n>) | Simon Marlow | 2016-05-04 | 1 | -0/+24 |
* | StaticPointers: Allow closed vars in the static form. | Facundo DomÃnguez | 2016-05-02 | 2 | -5/+33 |
* | docs/users_guide/glasgow_exts.rst: fix merge conflict | Sergei Trofimovich | 2016-05-02 | 1 | -1/+8 |
* | glasgow_exts.rst: fix quoting | Sergei Trofimovich | 2016-05-02 | 1 | -1/+1 |
* | Greater customization of GHCi prompt | niksaz | 2016-05-01 | 1 | -7/+41 |
* | users-guide: Add index entry for "environment file" | Ben Gamari | 2016-05-01 | 1 | -0/+1 |
* | Better documentation of -XConstrainedClassMethods | Simon Peyton Jones | 2016-04-28 | 1 | -10/+18 |
* | Recommend more reliable recourse for broken nm | Ben Gamari | 2016-04-28 | 1 | -2/+1 |
* | Document -fmax-pmcheck-iterations a bit better | Ben Gamari | 2016-04-28 | 2 | -1/+13 |
* | Doc improvement for ApplicativeDo | Simon Marlow | 2016-04-26 | 1 | -0/+5 |
* | Warn about simplifiable class constraints | Simon Peyton Jones | 2016-04-22 | 1 | -0/+22 |
* | Tighten checking for associated type instances | Simon Peyton Jones | 2016-04-19 | 1 | -15/+51 |
* | relnotes: Add note about #11744 and workaround | Ben Gamari | 2016-04-18 | 1 | -0/+8 |
* | Add flag to control number of missing patterns in warnings | David Luposchainsky | 2016-04-17 | 1 | -1/+8 |
* | users-guide: Fix typo | Ben Gamari | 2016-04-17 | 1 | -1/+1 |
* | rel-notes: Add note about UndecidableSuperClasses and #11762 | Ben Gamari | 2016-04-15 | 1 | -0/+25 |
* | users-guide: Note change in LLVM support policy | Ben Gamari | 2016-04-15 | 1 | -0/+5 |
* | Fix #11797. | Richard Eisenberg | 2016-04-12 | 1 | -0/+8 |
* | Change runtime linker to perform lazy loading of symbols/sections | Tamar Christina | 2016-04-11 | 1 | -0/+9 |
* | Remove the instantiation check when deriving Generic(1) | RyanGlScott | 2016-04-10 | 1 | -1/+8 |
* | Don't infer CallStacks | Eric Seidel | 2016-04-04 | 1 | -26/+24 |
* | Make the example for -M work | Bartosz Nitka | 2016-04-01 | 1 | -1/+1 |
* | Don't require -hide-all-packages for MIN_VERSION_* macros | Thomas Miedema | 2016-03-30 | 1 | -4/+2 |
* | Do not claim that -O2 does not do better than -O | Joachim Breitner | 2016-03-30 | 1 | -3/+0 |
* | Typos in non-code | Gabor Greif | 2016-03-30 | 2 | -2/+2 |
* | users-guide/rel-notes: Note broken-ness of ImpredicativeTypes | Ben Gamari | 2016-03-29 | 1 | -0/+8 |
* | users-guide: Add references to various issues in bugs section | Ben Gamari | 2016-03-29 | 1 | -0/+37 |
* | users-guide: Wibbles | Ben Gamari | 2016-03-29 | 1 | -6/+34 |
* | users-guide: Provide more depth in table-of-contents | Ben Gamari | 2016-03-29 | 1 | -1/+1 |
* | DWARF: Add debugging information chapter to users guide | Ben Gamari | 2016-03-26 | 2 | -0/+315 |
* | More clarification in docs for implicit quantification | Simon Peyton Jones | 2016-03-25 | 1 | -1/+13 |
* | Document implicit quantification better | Simon Peyton Jones | 2016-03-25 | 1 | -4/+5 |
* | Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114) | Kai Harries | 2016-03-24 | 1 | -2/+19 |
* | users_guide: small improvements on pattern synonyms. | Dominik Bollmann | 2016-03-24 | 1 | -11/+15 |
* | users-guide: Add -Wredundant-constraints to flags reference | Ben Gamari | 2016-03-24 | 1 | -0/+2 |
* | users_guide: Fix various issues | Ben Gamari | 2016-03-24 | 1 | -7/+11 |
* | Default RuntimeRep variables unless -fprint-explicit-runtime-reps | Ben Gamari | 2016-03-24 | 1 | -0/+16 |
* | Show: Restore redundant parentheses around records | Ben Gamari | 2016-03-24 | 1 | -0/+15 |
* | Add unicode syntax for banana brackets | Josh Price | 2016-03-24 | 1 | -0/+4 |
* | ErrUtils: Add timings to compiler phases | Ben Gamari | 2016-03-24 | 2 | -3/+11 |
* | Fix #11723 and #11724. | Richard Eisenberg | 2016-03-21 | 1 | -1/+1 |
* | Track specified/invisible more carefully. | Richard Eisenberg | 2016-03-21 | 1 | -0/+13 |
* | TypeApplications does not imply AllowAmbiguousTypes | Richard Eisenberg | 2016-03-21 | 1 | -1/+0 |
* | Incorporate bgamari's suggestions for #11614. | Richard Eisenberg | 2016-03-15 | 2 | -18/+43 |
* | Fix #11648. | Richard Eisenberg | 2016-03-14 | 1 | -9/+53 |
* | Document TypeInType (#11614) | Richard Eisenberg | 2016-03-14 | 2 | -272/+602 |
* | Move and expand (slightly) TypeApplications docs | Richard Eisenberg | 2016-03-14 | 1 | -66/+77 |
* | users_guide: Break up -fprint-* description | Ben Gamari | 2016-03-13 | 1 | -16/+22 |
* | ghci: add message when reusing compiled code #9887 | Alexander Lukyanov | 2016-03-12 | 1 | -2/+2 |
* | Add -foptimal-applicative-do | Simon Marlow | 2016-03-11 | 1 | -0/+17 |