summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Split stripTicks into expression editing and tick collectionghc-7.10.1-rc2Peter Wortmann2015-01-235-30/+51
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-2321-39/+563
* API Annotations tweaks.Alan Zimmerman2015-01-2369-1089/+1734
* Correct typos in comments to mkDataConSimon Peyton Jones2015-01-231-2/+2
* More comments on HsBangSimon Peyton Jones2015-01-235-36/+58
* Return a [HsImplBang] from dataConImplBangs even with NoDataConRepSimon Peyton Jones2015-01-231-3/+4
* Improve HsBangSimon Peyton Jones2015-01-2315-89/+118
* Respect package visibility when deciding wired in packages.Edward Z. Yang2015-01-231-37/+47
* Make the linker_unload test less fragileSimon Marlow2015-01-234-51/+29
* Improve documentation of pattern synonyms, to reflect conclusion of Trac #9953Simon Peyton Jones2015-01-231-53/+92
* Revert zipWith strictification (re #9949)David Feuer2015-01-233-45/+24
* Update Haddock submodule to `master` branch tipHerbert Valerio Riedel2015-01-231-0/+0
* Update binary submodule to 0.7.3.0 releaseHerbert Valerio Riedel2015-01-221-0/+0
* Restore invariant in `Data (Ratio a)` instanceHerbert Valerio Riedel2015-01-221-1/+1
* Update submodule git branch for haddockHerbert Valerio Riedel2015-01-221-1/+1
* Restore invariant in `Data (Ratio a)` instanceHerbert Valerio Riedel2015-01-212-3/+5
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-193-4/+8
* Update Cabal submodule to latest 1.22.1.0 snapshotHerbert Valerio Riedel2015-01-191-0/+0
* We track branch 1.22 for GHC 7.10.xHerbert Valerio Riedel2015-01-191-0/+1
* #9957: fix docs for unticked promoted constructor warningAustin Seipp2015-01-192-1/+21
* Update directory submodule to latest 1.2.2 snapshotHerbert Valerio Riedel2015-01-191-0/+0
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-198-36/+113
* Make AutoDeriveTypeable work for associated datatypes (fix #9999)Jose Pedro Magalhaes2015-01-193-4/+23
* Dwarf generation fixed pt 2Peter Wortmann2015-01-194-16/+29
* Don't hardcode the name "ghc" in versionedAppDirEdsko de Vries2015-01-193-8/+7
* Package environmentsEdsko de Vries2015-01-195-13/+234
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-1913-122/+188
* Trac #9384: fix increasing capabilites number for eventlog.Alexander Vershilov2015-01-191-0/+9
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-198-2/+40
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-1912-19/+57
* add -th-file which generates a th.hs fileGreg Weber2015-01-1930-65/+239
* Fix bad '... \\' escape in ghcversion.h generationHerbert Valerio Riedel2015-01-191-6/+6
* Update bytestring submoduleHerbert Valerio Riedel2015-01-191-0/+0
* Update Cabal/directory/process/terminfo submodulesHerbert Valerio Riedel2015-01-164-0/+0
* Fix a terrible bug in the canonicaliser which led to an infinite loopSimon Peyton Jones2015-01-163-18/+49
* Repsect the package name when checking for self-importSimon Peyton Jones2015-01-163-1/+15
* aclocal.m4: fix == bashism in FIND_LLVM_PROGTuncer Ayaz2015-01-161-1/+1
* Add Eq, Ord, Show, and Read instances for ConstFumiaki Kinoshita2015-01-142-4/+13
* Optimise scavenge_large_srt_bitmapSimon Marlow2015-01-141-12/+22
* Compile the RTS with -g by defaultSimon Marlow2015-01-141-1/+1
* Allow the linker to run concurrently with the GCSimon Marlow2015-01-143-2/+16
* Improve documentation for -N and -qa (#9890)Simon Marlow2015-01-141-14/+40
* Update Cabal submodule to latest 1.22.0.1 snapshotHerbert Valerio Riedel2015-01-121-0/+0
* Update pretty submodule to 1.1.2.0 releaseHerbert Valerio Riedel2015-01-092-1/+1
* Fix #9243 so recompilation avoidance works with -fno-codeEdward Z. Yang2015-01-0924-7/+187
* Don't do a half-hearted recompilation check in compileOneEdward Z. Yang2015-01-091-1/+1
* Pattern synonyms do work in GHCi now (see #9900)Dr. ERDI Gergo2015-01-091-2/+1
* Support pattern synonyms in GHCi (fixes #9900)Dr. ERDI Gergo2015-01-098-6/+27
* Fix system linker on Mac OS XPeter Trommler2015-01-092-7/+24
* Update syntax of pattern synonym type signature in documentation (fixes #9967)Dr. ERDI Gergo2015-01-091-2/+3