summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* llvmGen: metadata no longer marked with `metadata` keywordwip/llvm-3.6Ben Gamari2015-01-192-11/+15
* Fix lintsBen Gamari2015-01-191-2/+4
* Kill unused bindingBen Gamari2015-01-191-1/+1
* RFC: Move to LLVM 3.6Ben Gamari2015-01-191-5/+5
* llvmGen: Only support LLVM 3.6Ben Gamari2015-01-191-3/+3
* More TNTC cleanupBen Gamari2015-01-193-16/+4
* llvmGen: Begin reimplementing tntcBen Gamari2015-01-196-131/+43
* llvmGen: LLVM 3.6 makes alias grammar consistentBen Gamari2015-01-191-1/+1
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-193-4/+8
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-1916-21/+568
* Upgrade Cabal submodule to latest HEAD, change to package key calculation.Edward Z. Yang2015-01-191-0/+0
* Respect package visibility when deciding wired in packages.Edward Z. Yang2015-01-191-37/+47
* Tidy up fix to Trac #9999Simon Peyton Jones2015-01-191-8/+6
* Doc fix (follow up to #9957)Austin Seipp2015-01-191-1/+1
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-1921-39/+563
* Add missing test from previous commit (55199a97)Austin Seipp2015-01-191-0/+7
* Update directory submodule to latest 1.2.2 snapshotHerbert Valerio Riedel2015-01-191-0/+0
* Split stripTicks into expression editing and tick collectionPeter Wortmann2015-01-195-30/+51
* Make AutoDeriveTypeable work for associated datatypes (fix #9999)Jose Pedro Magalhaes2015-01-193-4/+23
* Revert "Add export lists to some modules."Austin Seipp2015-01-197-86/+18
* Revert "Fix undefined GHC.Real export with integer-simple"Austin Seipp2015-01-191-1/+1
* Test Trac #9867Simon Peyton Jones2015-01-192-0/+6
* Improve documentation of pattern synonyms, to reflect conclusion of Trac #9953Simon Peyton Jones2015-01-191-53/+92
* Fix bad '... \\' escape in ghcversion.h generationHerbert Valerio Riedel2015-01-191-6/+6
* Update bytestring submoduleHerbert Valerio Riedel2015-01-191-0/+0
* Add missing argument in Match, a merge bug (apologies)Simon Peyton Jones2015-01-191-2/+2
* Fix the 'builder' code for pattern synonyms with type signaturesSimon Peyton Jones2015-01-191-65/+79
* Trac #9384: fix increasing capabilites number for eventlog.Alexander Vershilov2015-01-181-0/+9
* API Annotations tweaks.Alan Zimmerman2015-01-1669-1090/+1734
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-1612-19/+57
* Don't hardcode the name "ghc" in versionedAppDirEdsko de Vries2015-01-163-8/+7
* 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
* Add Eq, Ord, Show, and Read instances for ConstFumiaki Kinoshita2015-01-142-4/+13
* Test Trac #5821Simon Peyton Jones2015-01-144-2/+14
* Refactor handling of SPECIALISE pragmas (Trac #5821)Simon Peyton Jones2015-01-145-91/+193
* Tiny refactoring (shorter, simpler code)Simon Peyton Jones2015-01-141-4/+3
* Tighten up constraint solve order for RULESSimon Peyton Jones2015-01-143-158/+191
* Correct typos in comments to mkDataConSimon Peyton Jones2015-01-141-2/+2
* Optimise scavenge_large_srt_bitmapSimon Marlow2015-01-131-12/+22
* Compile the RTS with -g by defaultSimon Marlow2015-01-131-1/+1
* Allow the linker to run concurrently with the GCSimon Marlow2015-01-133-2/+16
* Improve documentation for -N and -qa (#9890)Simon Marlow2015-01-131-14/+40
* Dwarf generation fixed pt 2Peter Wortmann2015-01-134-16/+29
* Fix panics of PartialTypeSignatures combined with extensionsThomas Winant2015-01-138-2/+40
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-138-36/+113
* Package environmentsEdsko de Vries2015-01-135-13/+234
* add -th-file which generates a th.hs fileGreg Weber2015-01-1330-67/+227
* aclocal.m4: fix == bashism in FIND_LLVM_PROGTuncer Ayaz2015-01-131-1/+1
* Event Manager: Make one-shot a per-registration propertyBen Gamari2015-01-125-108/+175