summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Try fixing OS X build"wip/fix-docsBen Gamari2018-08-081-1/+1
* Revert "rts: Ensure that the_gc_thread is aligned"Ben Gamari2018-08-081-5/+1
* Allow arbitrary options to be passed to tar compressionBen Gamari2018-08-081-3/+3
* circleci: Reduce compression effort to 3Ben Gamari2018-08-081-1/+2
* circleci: Reduce build verbosityBen Gamari2018-08-081-1/+1
* Try fixing OS X buildBen Gamari2018-08-081-1/+1
* circleci: Fix documentation buildingBen Gamari2018-08-086-15/+95
* 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
* Fix the TcLevel not being set correctly when finding valid hole fitsMatthías Páll Gissurarson2018-08-061-7/+17
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-0628-68/+141
* Bump filepath submoduleBen Gamari2018-08-061-0/+0
* Bump binary submoduleBen Gamari2018-08-066-5/+5
* Bump Cabal submoduleBen Gamari2018-08-062-4/+0
* fixup! Disable T10962 on llvm for nowKrzysztof Gogolewski2018-08-031-1/+1
* Clone relevant constraints to avoid side-effects on HoleDests. Fixes #15370.Matthías Páll Gissurarson2018-08-015-8/+77
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-0111-22/+152
* Treat isConstraintKind more consistentlySimon Peyton Jones2018-08-0116-149/+156
* Fix #15385 by using addDictsDs in matchGuardsRyan Scott2018-08-017-40/+72
* Small refactor in desugar of pattern matchingSimon Peyton Jones2018-08-015-20/+54
* Remove the type-checking knot.Richard Eisenberg2018-08-0121-237/+240
* Bump Cabal submodule to 2.4Ben Gamari2018-08-016-7/+5
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-014-40/+119
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-018-28/+67
* linker: Nub rpathsMoritz Angermann2018-08-011-10/+8
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-313-1/+32
* Enable two-step allocator on FreeBSDBen Gamari2018-07-311-53/+88
* testsuite: Add test for #15346Richard Eisenberg2018-07-313-0/+88
* Fix some casts.Ben Gamari2018-07-312-4/+4
* Fix Git commit ID detection in Git worktreesSylvain Henry2018-07-311-1/+1
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-316-32/+90
* Stop marking soluble ~R# constraints as insolubleSimon Peyton Jones2018-07-314-15/+53
* Fix #15423 by using pprAStmtContextRyan Scott2018-07-314-4/+4
* Fix the GHCi debugger with ApplicativeDoSimon Marlow2018-07-315-1/+28
* Suppress -Winaccessible-code in derived codeRyan Scott2018-07-3110-138/+209
* Fix Ar crashing on odd-sized object files (Trac #15396)Krzysztof Gogolewski2018-07-314-2/+22
* Fix pretty-printing of data declarations in splicesKrzysztof Gogolewski2018-07-314-2/+67
* Harden fixSTDavid Feuer2018-07-316-17/+75
* Fix a major copy'n'paste error in LLVM CodeGenKrzysztof Gogolewski2018-07-312-2/+2
* stack: fix stack allocations on WindowsTamar Christina2018-07-314-27/+103
* Fix a nasty bug in piResultTysSimon Peyton Jones2018-07-314-12/+49