2015-01-13 |
Simon Marlow | Allow the linker to run concurrently with the GC |
commit | commitdiff | tree |
2015-01-13 |
Simon Marlow | Improve documentation for -N and -qa (#9890) |
commit | commitdiff | tree |
2015-01-13 |
Peter Wortmann | Dwarf generation fixed pt 2 |
commit | commitdiff | tree |
2015-01-13 |
Thomas Winant | Fix panics of PartialTypeSignatures combined with exten... |
commit | commitdiff | tree |
2015-01-13 |
Alexander Vershilov | Trac #9878: Have StaticPointers support dynamic loading. |
commit | commitdiff | tree |
2015-01-13 |
Edsko de Vries | Package environments |
commit | commitdiff | tree |
2015-01-13 |
Greg Weber | add -th-file which generates a th.hs file |
commit | commitdiff | tree |
2015-01-13 |
Tuncer Ayaz | aclocal.m4: fix == bashism in FIND_LLVM_PROG |
commit | commitdiff | tree |
2015-01-12 |
Ben Gamari | Event Manager: Make one-shot a per-registration property |
commit | commitdiff | tree |
2015-01-12 |
Herbert Valerio... | Update Cabal submodule to latest 1.22.0.1 snapshot |
commit | commitdiff | tree |
2015-01-12 |
Reid Barton | Move libffi configuration after basic toolchain setup |
commit | commitdiff | tree |
2015-01-12 |
Reid Barton | inplace: Don't add empty component to LD_LIBRARY_PATH... |
commit | commitdiff | tree |
2015-01-11 |
Simon Peyton... | More comments on HsBang |
commit | commitdiff | tree |
2015-01-09 |
Herbert Valerio... | Update pretty submodule to 1.1.2.0 release |
commit | commitdiff | tree |
2015-01-09 |
Edward Z. Yang | Newtype CoreMap and TypeMap so their keys are user... |
commit | commitdiff | tree |
2015-01-09 |
Edward Z. Yang | Inline all of the .*[TCE] methods, and then rename... |
commit | commitdiff | tree |
2015-01-09 |
Edward Z. Yang | Miscellaneous improvements to TrieMap, from D608 code... |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | Fix Trac #9973 (buglet in -fwarn-redundant-constraints) |
commit | commitdiff | tree |
2015-01-09 |
Dr. ERDI Gergo | Pattern synonym names need to be in scope before renami... |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | Fix up test for T7861 |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | A little tidying up in the flattener |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | Comments only |
commit | commitdiff | tree |
2015-01-09 |
Dr. ERDI Gergo | Pattern synonyms do work in GHCi now (see #9900) |
commit | commitdiff | tree |
2015-01-09 |
Dr. ERDI Gergo | Update syntax of pattern synonym type signature in... |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | A little tidying up in ErrUtils |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | Make TcRnMonad.reportWarning call makeIntoWarning |
commit | commitdiff | tree |
2015-01-09 |
Simon Peyton... | Return a [HsImplBang] from dataConImplBangs even with... |
commit | commitdiff | tree |
2015-01-08 |
Edward Z. Yang | Apply GenMap to CoreMap and CoercionMap. |
commit | commitdiff | tree |
2015-01-08 |
Edward Z. Yang | Add 'DeBruijn' constructor, which generalizes "key... |
commit | commitdiff | tree |
2015-01-08 |
Joachim Breitner | Recenter T6048 performance numbers |
commit | commitdiff | tree |
2015-01-08 |
Joachim Breitner | Bump haddock.base according to whats observed on ghcspeed |
commit | commitdiff | tree |
2015-01-08 |
Simon Peyton... | Improve HsBang |
commit | commitdiff | tree |
2015-01-08 |
Simon Peyton... | Spelling error in comment |
commit | commitdiff | tree |
2015-01-08 |
Simon Peyton... | Improve documentation of -fwarn-redundant-constraints |
commit | commitdiff | tree |
2015-01-08 |
Edward Z. Yang | Fix out of date comment. |
commit | commitdiff | tree |
2015-01-07 |
Edward Z. Yang | Generalize TrieMap compression to GenMap. |
commit | commitdiff | tree |
2015-01-07 |
Edward Z. Yang | Compress TypeMap TrieMap leaves with singleton constructor. |
commit | commitdiff | tree |
2015-01-07 |
Simon Peyton... | Mark T9938 as expect_broken again |
commit | commitdiff | tree |
2015-01-07 |
Simon Peyton... | Fix stderr for T9939 |
commit | commitdiff | tree |
2015-01-07 |
Erik de Castro... | Fix undefined GHC.Real export with integer-simple |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Make comments less beautiful in order to pacify Haddock |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Another fix to genprimopcode, when generating Prim.hs |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Update haddock submodule, and fix haddock input file... |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Test Trac #9939 |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Remove redundant constraints from libraries, discovered... |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Remove redundant constraints in the compiler itself... |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Major patch to add -fwarn-redundant-constraints |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Print singleton consraints without parens |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Use a less fragile method for defaulting |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Always generalise a partial type signature |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Replace fixVarSet with transCloVarSet |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Modify a couple of error messages slightly |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Updaete perf numbers for 32-bit machines |
commit | commitdiff | tree |
2015-01-06 |
Simon Peyton... | Make the location in TcLclEnv and CtLoc into a RealSrcSpan |
commit | commitdiff | tree |
2015-01-05 |
Edward Z. Yang | submodule update: remove html dependency from nofib. |
commit | commitdiff | tree |
2015-01-03 |
Herbert Valerio... | Update Cabal submodule to latest 1.22 snapshot |
commit | commitdiff | tree |
2015-01-03 |
Edward Z. Yang | Fix #9243 so recompilation avoidance works with -fno... |
commit | commitdiff | tree |
2015-01-03 |
Edward Z. Yang | Don't do a half-hearted recompilation check in compileOne |
commit | commitdiff | tree |
2015-01-03 |
Joachim Breitner | Mark T9938 as not broken |
commit | commitdiff | tree |
2014-12-31 |
Simon Peyton... | When solving one Given from another, use the depth... |
commit | commitdiff | tree |
2014-12-31 |
Simon Peyton... | Eliminate the final two calls to xCtEvidence |
commit | commitdiff | tree |
2014-12-30 |
Simon Peyton... | Comments only, mainly on superclasses |
commit | commitdiff | tree |
2014-12-30 |
Simon Peyton... | Comments only (mainly about HsWithBndrs) |
commit | commitdiff | tree |
2014-12-30 |
Simon Peyton... | Improve documentation of -XFlexibleInstances |
commit | commitdiff | tree |
2014-12-30 |
Joachim Breitner | Update nofib submodule, unbreak cryptarithm2 |
commit | commitdiff | tree |
2014-12-30 |
Joachim Breitner | Refine test case for #9938 |
commit | commitdiff | tree |
2014-12-29 |
Joachim Breitner | Test case for #9938 |
commit | commitdiff | tree |
2014-12-29 |
Edward Z. Yang | Skip T2276_ghci on Darwin, since stdcall is not supported. |
commit | commitdiff | tree |
2014-12-29 |
Peter Trommler | Fix system linker on Mac OS X |
commit | commitdiff | tree |
2014-12-29 |
Herbert Valerio... | Fix `heapSizeSuggesionAuto` typo (#9934) |
commit | commitdiff | tree |
2014-12-28 |
Erik de Castro... | LlvmCodeGen cross-compiling fixes (#9895) |
commit | commitdiff | tree |
2014-12-28 |
Dr. ERDI Gergo | Support pattern synonyms in GHCi (fixes #9900) |
commit | commitdiff | tree |
2014-12-28 |
Herbert Valerio... | Update validate-settings.mk |
commit | commitdiff | tree |
2014-12-28 |
Herbert Valerio... | Update parallel submodule to 3.2.0.6 release |
commit | commitdiff | tree |
2014-12-28 |
David Feuer | Add export lists to some modules. |
commit | commitdiff | tree |
2014-12-27 |
Herbert Valerio... | Update hoopl and hpc submodules |
commit | commitdiff | tree |
2014-12-27 |
Herbert Valerio... | Avoid redundant-import warning (w/o CPP) |
commit | commitdiff | tree |
2014-12-27 |
Herbert Valerio... | Update hsc2hs submodule for de-tabbing |
commit | commitdiff | tree |
2014-12-27 |
Edward Z. Yang | Use directory-style database for bootstrapping database |
commit | commitdiff | tree |
2014-12-27 |
Edward Z. Yang | We do emit a warning for stdcall now. |
commit | commitdiff | tree |
2014-12-27 |
Joachim Breitner | Run T9762 only if dynamic libraries are available |
commit | commitdiff | tree |
2014-12-27 |
Herbert Valerio... | Copy GHC's config.guess/sub over libffi's versions |
commit | commitdiff | tree |
2014-12-25 |
Herbert Valerio... | 2nd attempt to fix T9032 test-case |
commit | commitdiff | tree |
2014-12-24 |
Reid Barton | Fix linker interaction between Template Haskell and... |
commit | commitdiff | tree |
2014-12-23 |
Reid Barton | Make ghc -e fail on invalid declarations |
commit | commitdiff | tree |
2014-12-23 |
Reid Barton | Make ghc -e not exit on valid import commands (#9905) |
commit | commitdiff | tree |
2014-12-23 |
Herbert Valerio... | Fixup edd233acc19d269385 (T9032 test) |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Test earlier for self-import (Trac #9032) |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Attempt to improve cleaning |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | A bit of refactoring to TcErrors |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Comments only |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Add a couple of missing cases to isTcReflCo and isTcRef... |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Eliminate so-called "silent superclass parameters" |
commit | commitdiff | tree |
2014-12-23 |
Simon Peyton... | Add a small comment |
commit | commitdiff | tree |
2014-12-23 |
Joe Hillenbrand | always use 'mkdir -p' and fix missing dir (fixes #9876) |
commit | commitdiff | tree |
2014-12-23 |
Sergei Trofimovich | dwarf: sync getIdFromTrivialExpr with exprIsTrivial... |
commit | commitdiff | tree |
2014-12-23 |
Thomas Winant | Rename NamedWildcards flag to NamedWildCards |
commit | commitdiff | tree |
2014-12-23 |
Thomas Winant | Fix panic on :kind _ in GHCi (Trac #9879) |
commit | commitdiff | tree |
2014-12-23 |
Austin Seipp | docs: create 7.12.1 relnotes |
commit | commitdiff | tree |
2014-12-22 |
Facundo DomÃnguez | fix spInfoSrcLoc field name |
commit | commitdiff | tree |
next |