summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix wayswip/eventlog-heap-profileBen Gamari2016-03-263-37/+41
* DocumentationBen Gamari2016-03-261-0/+108
* Allow prof, eventlog, and threaded ways to coexistBen Gamari2016-03-263-2/+10
* Log heap profiler samples to event logBen Gamari2016-03-266-4/+300
* 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
* Avoid running afoul of the zipTvSubst check.Richard Eisenberg2016-03-211-1/+2
* Use the correct in-scope set in coercionKindBartosz Nitka2016-03-211-2/+12
* PPC NCG: Emit more portable `fcmpu 0, ...` instead of `fcmpu cr0, ...`Herbert Valerio Riedel2016-03-211-2/+6
* Comments (only) in TcFlattenRichard Eisenberg2016-03-211-7/+15
* stgMallocBytes: Tolerate malloc(0) returning a NULL ptrHerbert Valerio Riedel2016-03-211-0/+13
* Improve panicking outputRichard Eisenberg2016-03-211-3/+3
* Fix #11723 and #11724.Richard Eisenberg2016-03-219-17/+86