summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Some minor refactoring in TcHsTypeSimon Peyton Jones2015-03-041-17/+20
* Tidy up and improve comments about one-shot infoSimon Peyton Jones2015-03-045-12/+11
* Fix -Werror build failure in RtsMainTamar Christina2015-03-031-1/+1
* Clarify some comments in Packages.hs [skip-ci]Edward Z. Yang2015-03-031-4/+7
* Don't use deriveUnique *twice* in flattenTys.Richard Eisenberg2015-03-031-4/+23
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-038-21/+281
* Pretty-print # on unboxed literals in coreThomas Miedema2015-03-0319-92/+169
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-0313-227/+277
* Cite the TrieMap idea [skip-ci]Edward Z. Yang2015-03-021-0/+6
* Give full-precision time for BEGIN_SAMPLE/END_SAMPLE.Edward Z. Yang2015-03-021-4/+2
* Small emitCmmSwitch/emitCmmLitSwitch refactoringJoachim Breitner2015-03-021-12/+11
* Improve if-then-else tree for cases on literal valuesJoachim Breitner2015-03-022-6/+34
* Typos in non-codeGabor Greif2015-03-022-3/+3
* Removed unused constrained which causes build to fail with -WerrorTamar Christina2015-03-021-1/+1
* `make test` in root directory now runs fulltestThomas Miedema2015-03-024-10/+24
* Fix typecheck tests (--slow)Thomas Miedema2015-03-0211-3/+29
* Fix detection of llvm-x.xThomas Miedema2015-03-023-8/+18
* fix typos in coreSynJavran Cheng2015-03-023-3/+3
* Show record construction/update without parensThomas Miedema2015-03-025-7/+11
* Improve documentation of infinite inlining bugSimon Peyton Jones2015-03-021-3/+13
* Two kind-polymorphism fixes (Trac #10122)Simon Peyton Jones2015-03-027-29/+86
* Comments onlySimon Peyton Jones2015-03-021-3/+3
* Test Trac #10112Simon Peyton Jones2015-03-022-0/+17
* Improve comments on coreView/tcView, and combine coreExpandTyCon/tcExpandTyConSimon Peyton Jones2015-03-027-50/+24
* Comments onlySimon Peyton Jones2015-03-021-9/+10
* Extend the docs for Data.List.transposeJoachim Breitner2015-03-021-0/+4
* Update process submodule to 1.2.3.0 snapshotHerbert Valerio Riedel2015-02-271-0/+0
* AllocationLimitExceeded should be a child of SomeAsyncExceptionSimon Marlow2015-02-261-1/+3
* Axe ModFinderCache, folding it into a generalized FinderCache.Edward Z. Yang2015-02-243-68/+20
* Fix comments, and a little reformattingSimon Marlow2015-02-241-26/+26
* Update submodule to Cabal 1.22.1.0 releaseHerbert Valerio Riedel2015-02-241-0/+0
* Emulate GMP 5+ operations for GMP 4.x compatHerbert Valerio Riedel2015-02-242-4/+84
* driver: split -fwarn-unused-binds into 3 flags (fixes #17)Oleg Grenrus2015-02-2318-31/+218
* Comment typoJoachim Breitner2015-02-231-3/+1
* System.IO.Error: Fix a documentation link to Control.Exception.ExceptionWieland Hoffmann2015-02-231-1/+1
* testsuite: update .gitignoreAustin Seipp2015-02-231-0/+1
* 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