summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rts/linker: make an error msg a debug msgAustin Seipp2015-10-221-2/+3
* Build system: remove function keyword from configure.ac (#10705)Thomas Miedema2015-10-221-2/+2
* Make configure error out on missing ghc-tarballs on WindowsTamar Christina2015-10-224-8/+56
* Ensure shiftL/shiftR arguments aren't negativeBen Gamari2015-10-221-2/+6
* AsmCodeGen: Ensure LLVM .line directives are sortedBen Gamari2015-10-221-2/+6
* Fix export list of PPC.RegsBen Gamari2015-10-221-1/+0
* nativeGen PPC: fix > 16 bit offsets in stack handlingErik de Castro Lopo2015-10-224-10/+69
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-10-224-16/+19
* Make headers C++ compatible (fixes #10700)Alexey Shmalko2015-10-222-12/+12
* Fix testsBen Gamari2015-10-222-7/+4
* More trivial test fixesBen Gamari2015-10-222-4/+7
* Fix up trivial testsuite failuresBen Gamari2015-10-226-50/+54
* Fix treatment of -0.0Ben Gamari2015-10-2210-63/+153
* Add framework flags when linking a dynamic libraryChristiaan Baaij2015-10-222-29/+44
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-10-225-15/+88
* Clarify parsing infelicity.Richard Eisenberg2015-10-221-1/+13
* Flush stdout in test case for #10596Joachim Breitner2015-10-221-0/+3
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-10-224-4/+24
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-10-225-9/+57
* Generate .dyn_o files for .hsig files with -dynamic-tooMichael Smith2015-10-228-1/+83
* Build system: remove hack for Mac OSX in configure.ac (#10476)Thomas Miedema2015-10-221-10/+3
* Fix trac #10413Ben Gamari2015-10-221-2/+5
* Docs: make sure all libs are included in index.html (#10879)Thomas Miedema2015-10-221-16/+2
* Fix #10713.Richard Eisenberg2015-10-223-1/+17
* TyCon: Backport isGenerativeTyConBen Gamari2015-10-221-0/+37
* Update user guide, fixing #10772Richard Eisenberg2015-10-221-2/+5
* Update T10668 outputBen Gamari2015-10-221-1/+1
* Parenthesise TypeOperator in import hintsThomas Winant2015-10-224-4/+17
* RTS.Flags: Rename Nat to RtsNatBen Gamari2015-10-221-13/+13
* Export more types from GHC.RTS.Flags (#9970)RyanGlScott2015-10-222-7/+20
* Remove all references to sync-allThomas Miedema2015-10-224-36/+22
* Testsuite: mark T6037 expect_fail on Windows (#6037)Thomas Miedema2015-10-222-3/+6
* Mark T10689a as brokenBen Gamari2015-10-221-1/+4
* Add pprRuleNameBen Gamari2015-10-221-1/+4
* Deal with phantom type variables in rulesSimon Peyton Jones2015-10-224-42/+205
* Do not inline or apply rules on LHS of rulesSimon Peyton Jones2015-10-223-19/+39
* MonoLocalBinds test passesBen Gamari2015-10-221-1/+1
* Always generalise a partial type signatureSimon Peyton Jones2015-10-221-14/+42
* Update test T10826Ben Gamari2015-10-221-1/+1
* Forbid annotations when Safe Haskell safe mode is enabled.David Kraeutmann2015-10-226-2/+114
* Respect GHC_CHARENC environment variable #10762Michael Snoyman2015-10-221-2/+12
* Use a response file for linker command line arguments #10777Michael Snoyman2015-10-221-2/+54
* Transliterate unknown characters at outputMichael Snoyman2015-10-223-6/+20
* Dump files always use UTF8 encoding #10762Michael Snoyman2015-10-221-0/+7
* Fix testsBen Gamari2015-10-222-2/+2
* Ensure DynFlags are consistentBen Gamari2015-10-229-29/+66
* Fix #10489Richard Eisenberg2015-10-221-1/+2
* Set RELEASE=NOBen Gamari2015-10-221-1/+1
* Revert merges since ghc-7.10.2-releaseBen Gamari2015-10-220-0/+0
|\
| * Fix export list of PPC.RegsBen Gamari2015-10-131-1/+0