summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 modeHerbert Valerio Riedel2016-03-284-0/+56
* Drop Xcode 4.1 hack and fix ignored CC var issueHerbert Valerio Riedel2016-03-281-10/+7
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-284-23/+4
* Scrap IRIX supportHerbert Valerio Riedel2016-03-287-36/+8
* Fix AIX/ppc codegen in `-prof` compilation modeHerbert Valerio Riedel2016-03-271-2/+8
* Remove now pointless INLINE_ME macroHerbert Valerio Riedel2016-03-272-2/+1
* Remove now obsolete LD_STAGE0 hackHerbert Valerio Riedel2016-03-273-11/+2
* Clarify Note [Kind coercions in Unify]Richard Eisenberg2016-03-261-1/+24
* Check for rep poly on wildcard binders.Richard Eisenberg2016-03-264-10/+90
* Fix #11754 by adding an additional check.Richard Eisenberg2016-03-263-3/+33
* RTS: Fix & refactor "portable inline" macrosHerbert Valerio Riedel2016-03-261-37/+39
* DWARF: Add debugging information chapter to users guideBen Gamari2016-03-262-0/+315
* testsuite: Identify framework failures in testsuite summaryBen Gamari2016-03-261-0/+14
* Panic: Try outputting SDocsBen Gamari2016-03-262-20/+34
* DynFlags: Initialize unsafeGlobalDynFlags enough to be usefulBen Gamari2016-03-261-1/+9
* More clarification in docs for implicit quantificationSimon Peyton Jones2016-03-251-1/+13
* Document implicit quantification betterSimon Peyton Jones2016-03-251-4/+5
* Test Trac #11728Simon Peyton Jones2016-03-253-0/+32
* A raft of comments about TyBindersSimon Peyton Jones2016-03-256-274/+429
* CorePrep: refactoring to reduce duplicationSimon Peyton Jones2016-03-251-28/+21
* Do not eta-reduce across Ticks in CorePrepSimon Peyton Jones2016-03-251-2/+7
* An extra traceTc in tcExpr for ExprWithSigSimon Peyton Jones2016-03-251-0/+1
* base: Fix GHC.Word and GHC.Int on 32-bit platformsBen Gamari2016-03-252-4/+4
* Remove code-duplication in the PPC NCGHerbert Valerio Riedel2016-03-241-26/+19
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-2412-46/+302
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-2413-2/+197
* users_guide: small improvements on pattern synonyms.Dominik Bollmann2016-03-241-11/+15
* users-guide: Add -Wredundant-constraints to flags referenceBen Gamari2016-03-242-0/+9
* users_guide: Fix various issuesBen Gamari2016-03-241-7/+11
* Avoid local label syntax for assembler on AIXHerbert Valerio Riedel2016-03-242-5/+29
* Tidy up handling of coercion variablesSimon Peyton Jones2016-03-2410-47/+86
* Comments onlySimon Peyton Jones2016-03-241-1/+1
* Defer inlining of Eq for primitive typesBen Gamari2016-03-246-36/+236
* Default RuntimeRep variables unless -fprint-explicit-runtime-repsBen Gamari2016-03-2410-12/+144
* Show: Restore redundant parentheses around recordsBen Gamari2016-03-246-12/+23
* Revert "Various ticky-related work"Ben Gamari2016-03-244-55/+25
* Add expected output for T9405Ben Gamari2016-03-241-0/+3
* DsExpr: Rip out static/dynamic check in list desugaringBen Gamari2016-03-244-78/+41
* Create empty dump files (fixes #10320)Kai Harries2016-03-244-1/+34
* Various ticky-related workJoachim Breitner2016-03-244-25/+55
* Add unicode syntax for banana bracketsJosh Price2016-03-246-19/+72
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-245-1/+21
* Add `PatSynSigSkol` and modify `PatSynCtxt`Rik Steenkamp2016-03-2412-68/+194
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-2417-108/+197
* Ensure T9646 dump-simpl output is cleanedBen Gamari2016-03-241-1/+4
* base: Fix ClockGetTime on OS XBen Gamari2016-03-242-2/+2
* Fix regression test for #11145.Dominik Bollmann2016-03-242-2/+2
* Move DFunUnfolding generation to TcInstDclsSimon Peyton Jones2016-03-235-33/+52
* Move applyTysX near piResultTysSimon Peyton Jones2016-03-231-12/+12
* Comment fixSimon Peyton Jones2016-03-231-1/+1