summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rts: sm/GC.c: make num_idle unsignedAndreas Klebinger2021-01-281-1/+1
* Implement #18519Koz Ross2021-01-271-0/+38
* Respect $AR in configure scriptCheng Shao2021-01-271-1/+2
* Fix doctest examples in Data.BitsOleg Grenrus2021-01-271-3/+7
* Fix spurious failures of T16916 on CI (#16966)Sylvain Henry2021-01-273-13/+46
* hadrian: Fix `lookupInPath` on Windows (#19249)Sebastian Graf2021-01-271-5/+7
* Remove some redundant validity checks.Richard Eisenberg2021-01-2740-218/+114
* Add regression test for #11228Adam Gundry2021-01-273-0/+15
* Add a section about failable patterns in the GHC user's guideHécate2021-01-271-0/+31
* Remove -XMonadFailDesugaring referencesHécate2021-01-277-33/+7
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-2728-22/+125
* Add additional context to :doc output (#19055)Aaron Allen2021-01-275-9/+96
* Deprecate -h flagMatthew Pickering2021-01-276-8/+17
* Remove ioManager{Start,Die,Wakeup} from IOManager.hDuncan Coutts2021-01-256-15/+34
* Add a common wakeupIOManager hookDuncan Coutts2021-01-253-1/+33
* Replace a ioManagerDie call with stopIOManagerDuncan Coutts2021-01-252-1/+14
* Replace a direct call to ioManagerStartCap with a new hookDuncan Coutts2021-01-253-3/+48
* Move hooks for I/O manager startup / shutdown into IOManager.{c,h}Duncan Coutts2021-01-253-20/+88
* Move ioManager{Start,Wakeup,Die} to internal IOManager.hDuncan Coutts2021-01-257-14/+16
* Move setIOManagerControlFd from Capability.c to IOManager.cDuncan Coutts2021-01-252-17/+17
* Start to centralise the I/O manager hooks from other bits of the RTSDuncan Coutts2021-01-253-0/+47
* Rename includes/rts/IOManager.h to IOInterface.hDuncan Coutts2021-01-255-4/+4
* Move win32/IOManager to win32/MIOManagerDuncan Coutts2021-01-257-7/+7
* CoreToStg.Prep: Speculative evaluationSebastian Graf2021-01-231-7/+24
* Track the dependencies of `GHC.Hs.Expr.Types`John Ericson2021-01-239-57/+326
* Separate AST from GhcPass (#18936)John Ericson2021-01-2337-6201/+7287
* Add _validatebuild to .gitignoreCheng Shao2021-01-231-0/+1
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-2322-523/+1056
* FiniteBits for some newtype instances, notes on whyKoz Ross2021-01-231-7/+25
* Add headers for Data.Bits documentationKoz Ross2021-01-231-2/+3
* Add @since annotations for And, Ior, Xor, Iff type class instancesKoz Ross2021-01-231-9/+45
* Implement #15993Koz Ross2021-01-236-648/+800
* Make matchableGivens more reliably correct.Richard Eisenberg2021-01-2318-177/+282
* Remove legacy comment in validate scriptCheng Shao2021-01-221-3/+0
* Make DmdAnalOpts a newtypeAndreas Klebinger2021-01-222-3/+3
* Force inlining of deRefStablePtr to silence warningsAndreas Klebinger2021-01-221-2/+2
* Enhance nested TransCo pretty-printingSylvain Henry2021-01-221-2/+5
* Optimize some rts_mk/rts_get functions in RtsAPI.cCheng Shao2021-01-221-26/+43
* CmmToC: Fix translation of Cmm literals to word sized literalsStefan Schulze Frielinghaus2021-01-221-5/+7
* Change replicateM doctest exampleOleg Grenrus2021-01-221-4/+13
* gitlab-ci: Fix perf metric pushingBen Gamari2021-01-221-1/+1
* LLVM: fix sized shift primops (#19215)Sylvain Henry2021-01-221-10/+20
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-2254-266/+281
* Enhance Data instance generationSylvain Henry2021-01-223-12/+19
* Test constant folding for sized typesJohn Ericson2021-01-227-0/+393
* Add missing fixed-sized primops and constant foldingJohn Ericson2021-01-224-38/+488
* Cleanup primop constant folding rules in a few waysJohn Ericson2021-01-222-28/+29
* C-- shift amount is always native size, not shiftee sizeJohn Ericson2021-01-221-2/+2
* Add 32-bit ops to T file I forgot to add beforeJohn Ericson2021-01-221-5/+10
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-2217-77/+90