summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump time submoduleBen Gamari2018-11-026-2/+2
* users-guide: Update link to Safe Coercions paperBen Gamari2018-11-021-1/+1
* Move eta-reduced coaxiom compatibility handling quirks into FamInstEnv.mniip2018-11-015-23/+55
* Add built-in syntax suggestions, and refactor to allow library useMatthías Páll Gissurarson2018-11-0112-244/+341
* hadrian: build ghc-iserv-prof in addition to ghc-iservAlp Mestanogullari2018-11-013-15/+33
* users-guide: Fix formatting of eventlog format documentationBen Gamari2018-11-011-0/+7
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-016-5/+20
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-0117-45/+177
* Don't lint erroneous programs.Richard Eisenberg2018-11-014-2/+20
* Actually fail in failIfEmitsConstraintsRichard Eisenberg2018-11-017-40/+1
* Fix embarrassing, egregious bug in roles of (->)Richard Eisenberg2018-11-012-2/+2
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-309-151/+94
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-3016-132/+76
* Fix docs typo in Bitraversable composition lawMark Seemann2018-10-301-1/+1
* circleci: Store test results of slow validation buildsBen Gamari2018-10-301-0/+1
* Add second test case for #15592Ryan Scott2018-10-303-0/+16
* Revert "Bump time submodule"Ben Gamari2018-10-301-0/+0
* Bump time submoduleBen Gamari2018-10-291-0/+0
* Correctly detect GIT in a subtreeSylvain Henry2018-10-291-1/+1
* circleci: Build with in-tree GMP on DarwinBen Gamari2018-10-291-1/+3
* Improve documentation for warning optionsNathan Collins2018-10-291-4/+11
* Docs: clarify the interaction between throwSTM and catchSTM.Ian Denhardt2018-10-291-2/+12
* Fix sample code of -fprint-explicit-kinds, plus sample when disabling PolyKindsYuji Yamamoto2018-10-291-7/+10
* users guide: Introduce :pragma: directiveBen Gamari2018-10-292-75/+158
* users guide: Mention :since: in editing-guideBen Gamari2018-10-291-0/+2
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-294-1/+22
* Add a test case for #15829Ryan Scott2018-10-292-0/+10
* Revert "Remove kind generalisation from tcRnType"Richard Eisenberg2018-10-292-6/+18
* Test #15076 in dependent/should_compile/T15076*Richard Eisenberg2018-10-295-0/+55
* Test #15825 in dependent/should_fail/T15825Richard Eisenberg2018-10-293-0/+20
* Test T15711 in indexed-types/should_compile/T15711Richard Eisenberg2018-10-293-0/+14
* Remove kind generalisation from tcRnTypeRichard Eisenberg2018-10-291-20/+4
* Fix #15787 by squashing a coercion hole.Richard Eisenberg2018-10-284-1/+29
* Finish fix for #14880.Tobias Dammers2018-10-2886-951/+1601
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-284-4/+4
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-287-106/+265
* Improve diagnostic when using `make fast` in top directoryVictor Nawothnig2018-10-281-0/+6
* Fix ghc-pkg when only prof way is enabledZejun Wu2018-10-285-9/+9
* Plugins: Add documentation and missing exportsBen Gamari2018-10-282-5/+33
* testsuite: EtaExpandLevPoly now passes in profiled waysBen Gamari2018-10-281-4/+1
* plugins: search for .a files if necessarysheaf2018-10-282-59/+40
* Fix TcType.anyRewritableTyVarNingning Xie2018-10-281-13/+9
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-282-30/+40
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-283-4/+31
* Fix `:k` command: add validity checkingNingning Xie2018-10-286-1/+13
* includes: Allow headers to be built with C++11 compilersBen Gamari2018-10-281-2/+2
* Fix rare undefined asm temp end label error in x86Zejun Wu2018-10-281-7/+8
* Fix for T14251 on ARMKavon Farvardin2018-10-282-39/+90
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-2790-537/+1411
* Remove redundant SOURCE importSimon Jakobi2018-10-262-6/+1