Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base: Rework System.CPUTime | Ben Gamari | 2016-03-20 | 8 | -121/+276 |
* | Add test for incompatible flags (issue #11580) | Kai Harries | 2016-03-20 | 3 | -0/+11 |
* | DsExpr: Don't build/foldr huge lists | Ben Gamari | 2016-03-20 | 2 | -2/+30 |
* | prof: Fix heap census for large ARR_WORDS (#11627) | Jason Eisenberg | 2016-03-20 | 5 | -0/+71 |
* | Dwarf: Add support for labels in unwind expressions | Ben Gamari | 2016-03-20 | 3 | -1/+6 |
* | Fix T9646 | Ben Gamari | 2016-03-20 | 1 | -1/+1 |
* | Fix duplicate T11334 test | Ben Gamari | 2016-03-20 | 3 | -1/+1 |
* | Revert "Add test for #11473" | Ben Gamari | 2016-03-20 | 2 | -21/+0 |
* | Ensure T11702 always runs with optasm | Ben Gamari | 2016-03-20 | 1 | -1/+1 |
* | Mark GHC.Real.even and odd as INLINEABLE | Ben Gamari | 2016-03-20 | 1 | -4/+2 |
* | PrelRules: Fix constant folding for WordRemOp | Ben Gamari | 2016-03-20 | 2 | -2/+7 |
* | Add test for #9646 | Erik de Castro Lopo | 2016-03-20 | 10 | -0/+447 |
* | Fix #11512 by getting visibility right for methods | Richard Eisenberg | 2016-03-17 | 5 | -8/+32 |
* | Fix #11716. | Richard Eisenberg | 2016-03-17 | 8 | -12/+723 |
* | typechecker: fix trac issue #11708 | Csongor Kiss | 2016-03-17 | 1 | -2/+5 |
* | Fix #11711. | Richard Eisenberg | 2016-03-17 | 6 | -15/+78 |
* | DriverPipeline: Fix 'unused arguments' warnings from Clang | Erik de Castro Lopo | 2016-03-17 | 1 | -8/+24 |
* | Clean up some pretty-printing in errors. | Richard Eisenberg | 2016-03-15 | 19 | -30/+79 |
* | Fix printing of "kind" vs. "type" | Richard Eisenberg | 2016-03-15 | 4 | -9/+17 |
* | Fix #11473. | Richard Eisenberg | 2016-03-15 | 4 | -7/+92 |
* | Fix #11357. | Richard Eisenberg | 2016-03-15 | 4 | -11/+33 |
* | Incorporate bgamari's suggestions for #11614. | Richard Eisenberg | 2016-03-15 | 2 | -18/+43 |
* | Remove redundant anonymiseTyBinders (#11648) | Richard Eisenberg | 2016-03-15 | 2 | -30/+2 |
* | Testsuite wibbles from previous commits. | Richard Eisenberg | 2016-03-14 | 4 | -3/+7 |
* | Allow eager unification with type families. | Richard Eisenberg | 2016-03-14 | 13 | -138/+40 |
* | Fix #11648. | Richard Eisenberg | 2016-03-14 | 25 | -190/+452 |
* | Document TypeInType (#11614) | Richard Eisenberg | 2016-03-14 | 3 | -273/+607 |
* | Test case for #11699 in typecheck/should_compile | Richard Eisenberg | 2016-03-14 | 2 | -0/+6 |
* | Expand Note [Non-trivial definitional equality] | Richard Eisenberg | 2016-03-14 | 1 | -0/+52 |
* | Refactor visible type application. | Richard Eisenberg | 2016-03-14 | 17 | -144/+167 |
* | Fix #11401. | Richard Eisenberg | 2016-03-14 | 3 | -24/+50 |
* | Fix #11334. | Richard Eisenberg | 2016-03-14 | 5 | -4/+69 |
* | Fix #11407. | Richard Eisenberg | 2016-03-14 | 8 | -48/+70 |
* | Move and expand (slightly) TypeApplications docs | Richard Eisenberg | 2016-03-14 | 1 | -66/+77 |
* | Add regression test for #11702 | Ben Gamari | 2016-03-14 | 3 | -0/+12 |
* | Fix the name of the Word16ElemRep wired-in datacon | mniip | 2016-03-14 | 2 | -2/+2 |
* | users_guide: Break up -fprint-* description | Ben Gamari | 2016-03-13 | 1 | -16/+22 |
* | LlvmCodeGen: Fix generation of malformed LLVM blocks | Erik de Castro Lopo | 2016-03-12 | 3 | -1/+50 |
* | ghci: add message when reusing compiled code #9887 | Alexander Lukyanov | 2016-03-12 | 3 | -11/+18 |
* | Simplify: Make generated names more useful | Ben Gamari | 2016-03-12 | 13 | -87/+111 |
* | rts: fix threadStackUnderflow type in cmm | Sergei Trofimovich | 2016-03-11 | 3 | -4/+4 |
* | Add -foptimal-applicative-do | Simon Marlow | 2016-03-11 | 9 | -76/+251 |
* | Bump allocations for T6048 | Ben Gamari | 2016-03-11 | 1 | -1/+2 |
* | Move getOccFS to Name | Ben Gamari | 2016-03-11 | 2 | -11/+10 |
* | Handle unset HOME environment variable more gracefully | Ben Gamari | 2016-03-11 | 3 | -8/+17 |
* | Add ghc-flag directory for -XPatternGuards | Ben Gamari | 2016-03-11 | 1 | -5/+9 |
* | Add MonadUnique instance for LlvmM | Ben Gamari | 2016-03-11 | 2 | -9/+16 |
* | rtx/posix/Itimer.c: Handle return value of `read` | Erik de Castro Lopo | 2016-03-11 | 1 | -1/+2 |
* | Add doc to (<$>) explaining its relationship to ($) | Chris Martin | 2016-03-11 | 1 | -0/+9 |
* | Fix readme link to FixingBugs wiki page | Chris Martin | 2016-03-11 | 1 | -1/+1 |