| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance Data instance generation | Sylvain Henry | 2021-01-22 | 3 | -12/+19 |
* | Test constant folding for sized types | John Ericson | 2021-01-22 | 7 | -0/+393 |
* | Add missing fixed-sized primops and constant folding | John Ericson | 2021-01-22 | 4 | -38/+488 |
* | Cleanup primop constant folding rules in a few ways | John Ericson | 2021-01-22 | 2 | -28/+29 |
* | C-- shift amount is always native size, not shiftee size | John Ericson | 2021-01-22 | 1 | -2/+2 |
* | Add 32-bit ops to T file I forgot to add before | John Ericson | 2021-01-22 | 1 | -5/+10 |
* | Fix tests relying on same-line diagnostic ordering | Alfredo Di Napoli | 2021-01-22 | 17 | -77/+90 |
* | Parameterise Messages over e | Alfredo Di Napoli | 2021-01-22 | 22 | -171/+275 |
* | Fix error recovery in solveEqualities | Simon Peyton Jones | 2021-01-22 | 10 | -32/+139 |
* | ghc-heap: Allow more control about decoding CCS fields | Matthew Pickering | 2021-01-22 | 5 | -15/+34 |
* | Factorize and document binder collect functions | Sylvain Henry | 2021-01-22 | 19 | -266/+284 |
* | Arrows: collect evidence binders | Sylvain Henry | 2021-01-22 | 3 | -3/+100 |
* | dataToTag#: Avoid unnecessary entry | Ben Gamari | 2021-01-22 | 1 | -18/+21 |
* | Use pointer tag in dataToTag# | Ben Gamari | 2021-01-22 | 1 | -7/+35 |
* | When deriving Eq always use tag based comparisons for nullary constructors | Andreas Klebinger | 2021-01-22 | 5 | -220/+174 |
* | Fix wrong comment about UnitState | Sylvain Henry | 2021-01-22 | 1 | -5/+1 |
* | Correct documentation in System.Mem.Weak | Cheng Shao | 2021-01-19 | 1 | -17/+11 |
* | Rectify Haddock typos for the Functor class | Hécate | 2021-01-18 | 1 | -4/+5 |
* | Add examples for Complex, (,,) and (,,,) Eq2 etc instances | Oleg Grenrus | 2021-01-18 | 1 | -0/+51 |
* | Add lifted instances for 3 and 4 tuples | Oleg Grenrus | 2021-01-18 | 2 | -1/+114 |
* | Add Eq1, Show1, Read1 Complex instances | Oleg Grenrus | 2021-01-18 | 2 | -0/+23 |
* | Add some additional information to the fail message based on exit code | Hécate | 2021-01-17 | 1 | -2/+16 |
* | hadrian: Introduce no_profiled_libs flavour transformer | Ben Gamari | 2021-01-17 | 2 | -0/+11 |
* | Use captureTopConstraints at top level | Simon Peyton Jones | 2021-01-17 | 4 | -4/+14 |
* | Hadrian: fix flavour parser | Sylvain Henry | 2021-01-17 | 1 | -2/+3 |
* | Bump gmp submodule, now with arm64 support | Moritz Angermann | 2021-01-17 | 2 | -31/+31 |
* | Add regression test for #16577 | Sylvain Henry | 2021-01-17 | 2 | -0/+2088 |
* | Bignum: fix for Integer/Natural Ord instances | Sylvain Henry | 2021-01-17 | 5 | -84/+105 |
* | Third pass on doctest corrections. | Oleg Grenrus | 2021-01-17 | 3 | -11/+27 |
* | Fix unsoundness for linear guards (#19120) | Krzysztof Gogolewski | 2021-01-17 | 4 | -1/+18 |
* | configure: fix the use of some obsolete macros (#19189) | Sylvain Henry | 2021-01-17 | 2 | -35/+35 |
* | rts: Initialize card table in newArray# | Ben Gamari | 2021-01-17 | 2 | -13/+23 |
* | Revert "Remove SpecConstrAnnotation (#13681)" (#19168) | Sylvain Henry | 2021-01-17 | 7 | -31/+118 |
* | base: Eliminate pinned allocations from IntTable | Ben Gamari | 2021-01-17 | 3 | -13/+43 |
* | Import fcntl with capi calling convention | Oleg Grenrus | 2021-01-17 | 1 | -0/+1 |
* | rts/linker: Don't assume existence of dlinfo | Ben Gamari | 2021-01-17 | 4 | -12/+22 |
* | rts: gc: use mutex+condvar instead of spinlooks in gc entry/exit | Douglas Wilson | 2021-01-17 | 5 | -124/+113 |
* | rts: add timedWaitCondition | Douglas Wilson | 2021-01-17 | 3 | -0/+27 |
* | rts: add max_n_todo_overflow internal counter | Douglas Wilson | 2021-01-17 | 6 | -11/+39 |
* | rts: remove no_work counter | Douglas Wilson | 2021-01-17 | 6 | -31/+6 |
* | rts: gc: use mutex+condvar instead of sched_yield in gc main loop | Douglas Wilson | 2021-01-17 | 3 | -134/+237 |
* | Remove unused extension pragmas from the compiler code base | Hécate | 2021-01-17 | 18 | -26/+17 |
* | Hadrian: Pass -jshakethreads to Haddock invocations | alexbiehl | 2021-01-17 | 1 | -1/+3 |
* | Bump Haddock submodule | alexbiehl | 2021-01-17 | 1 | -0/+0 |
* | rts/eventlog: Reset ticky counters after dumping sample | Ben Gamari | 2021-01-17 | 2 | -1/+5 |
* | rts/eventlog: Introduce event to demarcate new ticky sample | Ben Gamari | 2021-01-17 | 3 | -1/+16 |
* | CmmToLlvm: Sign/Zero extend parameters for foreign calls | Stefan Schulze Frielinghaus | 2021-01-17 | 3 | -24/+47 |
* | Accept (fixed) T14059b | Sebastian Graf | 2021-01-17 | 2 | -3/+3 |
* | PmCheck: Positive info doesn't imply there is an inhabitant (#18960) | Sebastian Graf | 2021-01-17 | 5 | -28/+207 |
* | Missing fields: enhance error messages (#18869) | Sylvain Henry | 2021-01-17 | 5 | -27/+47 |