summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-123-9/+9
* Automatically add SCCs to INLINABLE bindingsDavid Feuer2017-05-125-21/+87
* Add regression test for #11964Ryan Scott2017-05-123-1/+16
* Add regression test for #11966Ryan Scott2017-05-122-0/+35
* Add regression tests for #12083Ryan Scott2017-05-125-0/+49
* Typos [ci skip]Gabor Greif2017-05-126-9/+9
* Update autoconf scripts from correct sourceBen Gamari2017-05-116-213/+327
* RnEnv refactoringMatthew Pickering2017-05-1112-377/+357
* testsuite: Fix location of T13594 testBen Gamari2017-05-112-1/+1
* Fix up tests for #13594Ben Gamari2017-05-114-2/+5
* Update autoconf scriptsBen Gamari2017-05-116-321/+207
* users-guide: Document requirement of at least one -dep-suffixBen Gamari2017-05-111-5/+6
* Allow spliced patterns in pattern synonymsBen Gamari2017-05-115-7/+46
* Fix collect_lpat's treatment of HsSplicedPatsRyan Scott2017-05-115-0/+30
* Parenthesize pretty-printed equalities when necessaryRyan Scott2017-05-114-1/+17
* Use Proxy rather than undefined in MatchLitMatthew Pickering2017-05-111-23/+24
* Add Outputable instance for NodeMatthew Pickering2017-05-111-0/+3
* rts: Don't build StgCRunAsm.S if unregisterisedBen Gamari2017-05-111-0/+3
* compiler: Do not look up fail in RnExpr if bind pattern is irrefutible.Aaron Friel2017-05-111-0/+4
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-1118-20/+59
* pmCheck: Don't generate PmId OccNames from UniquesBen Gamari2017-05-111-1/+1
* Add regression test for #12850Ryan Scott2017-05-112-0/+11
* Revert "libffi via submodule"Moritz Angermann2017-05-115-8/+10
* Use NEED_PTHREAD_LIBMoritz Angermann2017-05-111-11/+8
* Pass LLVMTarget (identical to --target)Moritz Angermann2017-05-113-18/+26
* bump config.{guess,sub}Moritz Angermann2017-05-116-279/+543
* Drop custom apple handlingMoritz Angermann2017-05-111-31/+19
* Fix iossimulatorMoritz Angermann2017-05-111-0/+5
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-113-12/+13
* [iserv] fix loadDLLMoritz Angermann2017-05-113-12/+39
* Do not hardcode the specific linker to useMoritz Angermann2017-05-113-13/+28
* libffi via submoduleMoritz Angermann2017-05-115-10/+8
* mailmap: Add Douglas WilsonBen Gamari2017-05-101-0/+1
* testsuite: Update allocations for T4801 on DarwinBen Gamari2017-05-101-1/+2
* Fix a performance bug in GhcMake.downsweepSimon Marlow2017-05-101-5/+12
* Efficient membership for home modulesBartosz Nitka2017-05-101-5/+7
* Typos [ci skip]Gabor Greif2017-05-107-9/+9
* Revert "CoreTidy: Don't seq unfoldings"Ben Gamari2017-05-092-15/+9
* Reset cc_pend_sc flag in dropDerivedCtSimon Peyton Jones2017-05-094-20/+72
* Make CallInfo into a data type with fieldsSimon Peyton Jones2017-05-091-21/+36
* Add regression test for Trac #13659Simon Peyton Jones2017-05-093-0/+19
* Don't warn about variable-free strict pattern bindingsSimon Peyton Jones2017-05-095-20/+59
* Use mkSymCo in OptCoercion.wrapSymSimon Peyton Jones2017-05-091-1/+1
* testsuite: Fix attribution of "Don't seq unfoldings" regressionBen Gamari2017-05-081-2/+2
* Treat banged bindings as FunBindsBen Gamari2017-05-0822-74/+144
* Dataflow: use IntSet for mkDepBlocksMichal Terepeta2017-05-081-24/+36
* Add a failing test for T13644Matthew Pickering2017-05-086-0/+29
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-0822-122/+260
* Fix Raspberry PiMoritz Angermann2017-05-081-12/+2
* Optimize casMutVar# for single-threaded RTSDavid Feuer2017-05-081-0/+15