summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide default implementation of `Monad(return)`Herbert Valerio Riedel2015-02-091-0/+1
* Remove the *o pattern in testsuite/.gitignoreSimon Peyton Jones2015-02-061-1/+0
* Fix Trac #10004: head [] exception when using recursive mdoSimon Peyton Jones2015-02-063-24/+37
* Test Trac #10041Simon Peyton Jones2015-02-062-0/+12
* Fix the nullary-type-class case for associated typesSimon Peyton Jones2015-02-063-15/+28
* Put parens around (ty :: kind) when pretty-printing TH syntaxSimon Peyton Jones2015-02-063-15/+26
* Comments onlySimon Peyton Jones2015-02-061-7/+9
* Comments onlySimon Peyton Jones2015-02-061-1/+1
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-055-7/+7
* Eta-expand argument to foldr in mapM_ for []David Feuer2015-02-051-1/+2
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-0511-3/+33
* GRHS with empty wherebinds gets wrong SrcSpanAlan Zimmerman2015-02-051-1/+1
* Bring Match m_fun_id_infix through the renamer.Alan Zimmerman2015-02-052-6/+11
* fix _FILE_OFFSET_BITS redefined warning on Solaris/i386 platformKarel Gardas2015-02-052-3/+4
* Fix a profiling bugSimon Marlow2015-02-047-71/+125
* Fix #10017Andreas Voellmy2015-02-025-14/+15
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-2811-40/+32
* Improve error message on typed holes, and user manual (Tradc #10040)Simon Peyton Jones2015-01-285-39/+51
* update submoduleSimon Marlow2015-01-281-0/+0
* Fix #10031 by inverting a critical test in kick_out.Richard Eisenberg2015-01-273-1/+7
* Add cost semantics for STG profiling.Edward Z. Yang2015-01-275-0/+450
* RTS : Fix StgRun for aarch64-linux (#9935).Erik de Castro Lopo2015-01-271-8/+10
* Revert zipWith strictification (re #9949)David Feuer2015-01-233-45/+24
* Revert "Update Haddock submodule"Herbert Valerio Riedel2015-01-231-0/+0
* Update Haddock submoduleMateusz Kowalczyk2015-01-231-0/+0
* Update binary submodule to 0.7.3.0 releaseHerbert Valerio Riedel2015-01-221-0/+0
* Restore invariant in `Data (Ratio a)` instanceHerbert Valerio Riedel2015-01-222-3/+5
* 32-bit performance wibbles (second attempt)Simon Peyton Jones2015-01-222-7/+13
* Revert "32-bit performance wibbles"Simon Peyton Jones2015-01-2240-1249/+7
* Update a few performance numbersJoachim Breitner2015-01-222-3/+7
* Merge branch 'master' of ssh://git.haskell.org/ghcSimon Peyton Jones2015-01-2214-99/+135
|\
| * Revert "Restore invariant in `Data (Ratio a)` instance"Herbert Valerio Riedel2015-01-212-6/+4
| * Restore invariant in `Data (Ratio a)` instanceHerbert Valerio Riedel2015-01-212-4/+6
| * Update Backpack document with examples [skip ci]Edward Z. Yang2015-01-212-18/+78
| * compiler/parser/cutils: drop unused 'ghc_memcmp_off' helperSergei Trofimovich2015-01-202-7/+0
| * cmm lex: drop unused 'align' tokenSergei Trofimovich2015-01-202-3/+0
| * Cosmetic: Fix all uses of the word 'worker' when referring to pattern synonym...Dr. ERDI Gergo2015-01-203-20/+26
| * Make the linker_unload test less fragileSimon Marlow2015-01-204-51/+29
| * comments onlySimon Marlow2015-01-201-0/+2
* | Some simplification and refactoring of FunDepsSimon Peyton Jones2015-01-202-99/+92
* | Test Trac #9975Simon Peyton Jones2015-01-204-0/+21
* | 32-bit performance wibblesSimon Peyton Jones2015-01-2040-7/+1249
|/
* 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