summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide a faster implementation for the Read Integer instanceMarios Titas2015-02-231-20/+61
* base: Fix (**) implementation for Data.ComplexAlexander2015-02-231-0/+16
* Fix build bogons due to missing separatorAustin Seipp2015-02-231-1/+1
* base: fix broken link (#10088)Austin Seipp2015-02-231-2/+2
* docs: Flatten MAKEHELP/SUBMAKEHELPAustin Seipp2015-02-234-83/+82
* docs: add INSTALL.md to root dir (#9926)Austin Seipp2015-02-232-2/+42
* Show '#' on unboxed literalsThomas Miedema2015-02-239-24/+55
* rts/linker: ignore unknown PE sectionsTamar Christina2015-02-231-4/+2
* Declare some Makefile targets to be PHONYThomas Miedema2015-02-236-4/+7
* Always ignore user-package-db when running testsThomas Miedema2015-02-231-2/+2
* Fix for ticket #10078: ensure that tcPluginStop is called even in case of typ...Jan Bracker2015-02-231-2/+7
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-234-0/+34
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-2318-64/+43
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-234-8/+17
* {Data,Generic(1),MonadZip} instances for IdentityHerbert Valerio Riedel2015-02-221-2/+9
* Unbreak travis by installing llvm-3.6Joachim Breitner2015-02-211-3/+5
* [ci skip] comment typoJoachim Breitner2015-02-211-1/+1
* Comments onlySimon Peyton Jones2015-02-201-1/+3
* Comments onlySimon Peyton Jones2015-02-201-1/+1
* Comments onlySimon Peyton Jones2015-02-202-34/+57
* Add a bizarre corner-case to cgExpr (Trac #9964)Simon Peyton Jones2015-02-203-23/+67
* Don't report instance constraints with fundeps as redundantSimon Peyton Jones2015-02-206-24/+68
* fix T7600 run on bigendian platformKarel Gardas2015-02-191-0/+2
* Comments onlySimon Peyton Jones2015-02-192-17/+22
* Fix #10045Thomas Winant2015-02-187-41/+139
* Typo in function nameGabor Greif2015-02-181-3/+3
* Cleanup ghc-pkgThomas Miedema2015-02-181-112/+37
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-184-9/+15
* Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093PHO2015-02-181-3/+6
* Revert "Eta-expand argument to foldr in mapM_ for []"Austin Seipp2015-02-181-2/+1
* Add configurable verbosity level to hpcYuras Shumovich2015-02-177-3/+32
* Delete vestigial external core code (#9402)Thomas Miedema2015-02-173-125/+1
* Improve outdated ghc-pkg cache warning (#9606)Thomas Miedema2015-02-171-2/+8
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-174-36/+26
* Add missing va_end to va_startThomas Miedema2015-02-171-0/+2
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-176-27/+26
* Fix typo in error messageGabor Greif2015-02-171-1/+1
* Move comments about evaluating the message to the top of the moduleSimon Peyton Jones2015-02-151-5/+5
* Improve typechecking of RULEs, to account for type wildcard holesSimon Peyton Jones2015-02-155-3/+23
* Comments onlySimon Peyton Jones2015-02-151-1/+2
* Improve documentation of 'trace'Simon Peyton Jones2015-02-131-0/+4
* Refactor decideQuantificationSimon Peyton Jones2015-02-134-105/+144
* Tiny refactoring; no change in behaviourSimon Peyton Jones2015-02-121-11/+12
* Comments and white space; plus structurally avoiding the previously "egregiou...Simon Peyton Jones2015-02-121-10/+16
* Propagate ReturnTvs in matchExpectedFunTysRichard Eisenberg2015-02-114-18/+33
* Fix egregious typo in checkTauTvUpdate.Richard Eisenberg2015-02-111-1/+1
* Fix #10079 by recurring after flattening exposes a TyConApp.Richard Eisenberg2015-02-113-2/+32
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-118-24/+57
* Do not share T9878.hs between test T9878 and T9878bSimon Peyton Jones2015-02-113-2/+8
* Do not complain about missing fields in Trac #10047Simon Peyton Jones2015-02-101-0/+1