summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Disable the SRT offset optimisation on MachO platforms"Simon Marlow2018-09-134-43/+5
* Revert incorrect STM wakeup optimisationÖmer Sinan Ağacan2018-09-131-11/+6
* Fix gcCAFs()Simon Marlow2018-09-121-1/+4
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* rts: Handle SMALL_MUT_ARR_PTRS in retainer profilterBen Gamari2018-09-071-0/+4
* Fixed typo in exponent examplechris-bacon2018-09-071-1/+1
* Fix a constant folding ruleAndrey Mokhov2018-09-071-1/+1
* Fix typo in 8.6.1 notesKrzysztof Gogolewski2018-09-071-1/+1
* Skip eventlog tests in GHCi wayÖmer Sinan Ağacan2018-09-071-1/+1
* Fix a race between GC threads in concurrent scavengingÖmer Sinan Ağacan2018-09-072-1/+10
* Bump Cabal submodule to 2.4.0.0Ben Gamari2018-09-071-0/+0
* Do a final pass over the changelogsBen Gamari2018-09-076-15/+33
* Expose the StableName constructorDavid Feuer2018-08-233-73/+109
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-234-1/+20
* Suppress redundant givens during error reportingRyan Scott2018-08-235-3/+100
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-235-16/+28
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-232-4/+3
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-233-11/+23
* Turn infinite loop into a panicSimon Peyton Jones2018-08-232-7/+22
* testsuite: Add (broken) test for #15473Ben Gamari2018-08-232-1/+13
* Explicitly tell 'getNameToInstances' mods to loadAlec Theriault2018-08-232-5/+13
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-233-3/+46
* Fix gcdExtInteger (trac#15350)Bodigrim2018-08-231-1/+3
* rts: Align the_gc_thread to 64 bytesBen Gamari2018-08-211-1/+3
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-216-8/+160
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-213-8/+29
* Bump stm submoduleBen Gamari2018-08-201-0/+0
* Check if files are same in combineSrcSpansZubin Duggal2018-08-195-2/+29
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-195-1/+14
* Filter plugin dylib locationsChristiaan Baaij2018-08-195-8/+59
* Bump parsec submoduleBen Gamari2018-08-111-0/+0
* Revert "rts: Ensure that the_gc_thread is aligned"ghc-8.6.1-beta1Ben Gamari2018-08-101-5/+1
* testsuite: Bump for unix 2.7Ben Gamari2018-08-091-1/+1
* Bump unix submoduleBen Gamari2018-08-091-0/+0
* Add FreeBSD amd64 LLVM targetViktor Dukhovni2018-08-092-0/+4
* circleci: Reduce compression effort to 3Ben Gamari2018-08-081-1/+2
* circleci: Reduce build verbosityBen Gamari2018-08-081-1/+1
* circleci: Fix documentation buildingBen Gamari2018-08-086-15/+95
* Allow arbitrary options to be passed to tar compressionBen Gamari2018-08-081-3/+3
* Bump Cabal submoduleBen Gamari2018-08-071-0/+0
* Bump binary submodule to 0.8.6.0Ben Gamari2018-08-074-3/+3
* Bump hadrian submoduleBen Gamari2018-08-071-21/+5
* Testsuite driver: fix encoding issue when calling ghc-pkgKrzysztof Gogolewski2018-08-063-6/+5
* [docs] Add missed specialisations warnings to list of those not enabled by -WallMaximilian Tagher2018-08-061-0/+2
* Unhide GHC.List for haddockSimon Jakobi2018-08-061-1/+0
* docs: Fix wrong module name in hsig exampleMathieu Boespflug2018-08-061-1/+1
* Add since annotation to GHC.ByteOrderAlexander Biehl2018-08-061-0/+1
* rts: Ensure that the_gc_thread is alignedBen Gamari2018-08-061-1/+5
* circleci: Don't build validate-x86_64-linux-debug unregisterisedBen Gamari2018-08-061-1/+1
* Refactor printMinimalImports (#15439)vrom9112018-08-061-21/+27