summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rip out debuggingwip/T9858-typeable-benBen Gamari2015-10-282-17/+6
* Bump haddockBen Gamari2015-10-281-0/+0
* Motre debugBen Gamari2015-10-281-1/+3
* Unify: Add runUM for debugging purposesBen Gamari2015-10-281-0/+7
* TyCon: Data family TyCons are injective under Nominal equalityBen Gamari2015-10-281-1/+2
* debugBen Gamari2015-10-282-6/+15
* Unify: Add Outputable instance for UnifyResultMBen Gamari2015-10-281-0/+7
* PrelNames: Fix duplicate uniqueBen Gamari2015-10-271-1/+1
* FixBen Gamari2015-10-272-21/+24
* FixBen Gamari2015-10-271-1/+1
* debugBen Gamari2015-10-272-1/+2
* FixesBen Gamari2015-10-279-64/+67
* Generate Typeable info at definition sitesBen Gamari2015-10-27106-1615/+2905
* IntWord64: Add import of GHC.TypesBen Gamari2015-10-271-0/+3
* Implement MIN_VERSION and VERSION macros natively in GHC.Edward Z. Yang2015-10-269-2/+96
* Add flag to reverse errors in GHC/GHCiSiddhanathan Shanmugam2015-10-263-6/+29
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-267-127/+23
* Fix a typo in the User's Guide ReST introBartosz Nitka2015-10-261-1/+1
* base: Add Haddocks to GHC.RTS.FlagsBen Gamari2015-10-261-3/+46
* Remove redundant typedefGabor Greif2015-10-261-2/+0
* Add testcase for #10370Ben Gamari2015-10-262-0/+1022
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-2522-195/+195
* rts/RtsSymbols.c: Fix Windows buildErik de Castro Lopo2015-10-251-0/+8
* rts/Linker.c: Convert #if/#else to if/elseErik de Castro Lopo2015-10-251-22/+28
* rts/Linker.c: Split RTS symbols out into separate fileErik de Castro Lopo2015-10-243-1183/+1217
* Update example GHCi startupGabor Greif2015-10-241-5/+1
* use Proxy instead of undefined -- we already dropped support for 7.6Ömer Sinan Ağacan2015-10-241-4/+3
* configure.ac: Fix autotool warningsErik de Castro Lopo2015-10-241-4/+4
* typo in comments: s/selectg/select/Sergei Trofimovich2015-10-241-1/+1
* Support more sphinx-build versions in configure scriptBartosz Nitka2015-10-241-1/+1
* Fix broken .arclintBartosz Nitka2015-10-241-1/+1
* gitignore: Ignore sphinx doctrees directoriesBen Gamari2015-10-231-1/+2
* Verify minimum required version of sphinx-buildBen Gamari2015-10-231-0/+9
* base: Note platform dependence of registerFdBen Gamari2015-10-231-0/+5
* arclint: ReST doesn't need ArcanistMergeConflictLinterBen Gamari2015-10-231-1/+2
* Add testcase for #10426Ben Gamari2015-10-232-0/+4
* Quote GHC_PKG in Makefile.Edward Z. Yang2015-10-221-1/+1
* Quote GHC path in configure so we can deal with multiple spaces.Edward Z. Yang2015-10-221-1/+1
* Suggest chmod 755 instead of 644Ben Gamari2015-10-221-1/+1
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-2211-92/+124
* Add missing stderr fileBen Gamari2015-10-221-0/+3
* rts/Schedule.c: remove unused variableÖmer Sinan Ağacan2015-10-221-6/+0
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-224-5/+17
* Add another test for #10549Ben Gamari2015-10-223-0/+7
* Stop the pipeline when it doesn't need to be run.ghc-validateEdward Z. Yang2015-10-211-3/+3
* Remove old trace statementRichard Eisenberg2015-10-211-3/+1
* Fix breakage in the GHCi debuggerSimon Marlow2015-10-211-10/+3
* Fix caching of pagesizeSimon Marlow2015-10-211-3/+2
* Testsuite: add test for #10997Thomas Miedema2015-10-213-0/+34
* Extended default rules now specialize Foldable, Traversable to [] (#10971)David Kraeutmann2015-10-2013-15/+186