summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Verify that GCC recognizes -no-pie flagghc-7.10Ben Gamari2017-04-201-1/+2
* Pass -no-pie to GCCBen Gamari2017-04-207-0/+43
* ErrUtils: Add timings to compiler phaseswip/ghc-7.10-with-timingsBen Gamari2016-10-2816-97/+189
* release notes: <ulink> takes url attribute, not hrefBen Gamari2015-12-101-16/+16
* Release notes: Fix more incorrectnessBen Gamari2015-12-091-9/+1
* A few documentation fixes after 7.10.3 tag was cutghc-7.10.3a-releaseBen Gamari2015-12-083-2/+4
* configure.ac: Set RELEASE=YES, version 7.10.3ghc-7.10.3-releaseBen Gamari2015-12-011-2/+2
* release notes: Cabal/haddock/Windows issue is now fixedBen Gamari2015-11-301-7/+0
* Bump Cabal submodule to 1.22.5.0Ben Gamari2015-11-301-0/+0
* rts: Re-export mingw printf/scanf variantsLuke Iannini2015-11-261-0/+5
* users guide: Add note about #11108 to bugs sectionBen Gamari2015-11-261-0/+8
* release notes: Note some known bugsBen Gamari2015-11-181-0/+26
* x86 codegen: don't generate location commentsghc-7.10.3-rc3Sergei Trofimovich2015-11-143-3/+9
* Change demand information for foreign callsLuite Stegeman2015-11-127-2/+53
* PPC nativeGen: fix shift right arithmetic > 31 bitPeter Trommler2015-11-111-0/+2
* Call Arity: In "e x", the result of "x" is not sharedJoachim Breitner2015-11-081-7/+16
* aclocal.m4: Do not check for readelf on darwinghc-7.10.3-rc2Erik de Castro Lopo2015-11-051-1/+2
* Remove pprTrace from RichardBen Gamari2015-11-041-3/+1
* rts/win32: Add missing definition for EH_UNWINDINGBen Gamari2015-11-021-0/+5
* Only apply WERROR to Stage2HcOpts and LibHcOptsghc-7.10.3-rc1Ben Gamari2015-10-301-3/+3
* Zonk properly when checkig pattern synonymsSimon Peyton Jones2015-10-287-40/+115
* TcRnMonad: Backport pushLevelAndCaptureConstraintsBen Gamari2015-10-281-0/+11
* Move win32 tarball download logic to scriptBen Gamari2015-10-273-78/+177
* testsuite: Update base version number in resultsBen Gamari2015-10-2663-76/+75
* configure.ac: Bump back down to 7.10.2Ben Gamari2015-10-261-1/+1
* base: Add Haddocks to GHC.RTS.FlagsBen Gamari2015-10-261-3/+46
* Fix 7.10.3 release notesBen Gamari2015-10-261-1/+1
* More release notesBen Gamari2015-10-261-37/+2
* base: Update version numberBen Gamari2015-10-261-1/+1
* configure.ac: Bump to 7.10.3Ben Gamari2015-10-261-1/+1
* Handle platforms with renamed "readelf"Mykola Orliuk2015-10-268-3/+58
* 7.10.3 release notesBen Gamari2015-10-261-0/+108
* Testsuite: skip T10489 unless compiler_debugged (#10489)Thomas Miedema2015-10-262-1/+2
* Update perf test resultsBen Gamari2015-10-263-11/+19
* T10518: Ensure literal has 64-bit typeBen Gamari2015-10-261-1/+1
* Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)Thomas Miedema2015-10-221-1/+1
* InteractiveUI: Fix previous commitBen Gamari2015-10-221-1/+1
* Suggest chmod 755 instead of 644Ben Gamari2015-10-221-1/+1
* Regression test for Trac #10390Simon Peyton Jones2015-10-222-0/+17
* Make Data.List.foldr1 inlineJoachim Breitner2015-10-223-3/+9
* Testsuite: mark encoding005 expect_broken(#10623) on WindowsThomas Miedema2015-10-221-1/+2
* Add short library names support to Windows linkerTamar Christina2015-10-229-13/+72
* Allow non-operator infix pattern synonymsMatthew Pickering2015-10-223-1/+7
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-225-3/+31
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-228-34/+29
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-221-2/+10
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-224-10/+23
* Fix kind-var abstraction in SimplUtils.abstractFloatsSimon Peyton Jones2015-10-223-19/+69
* Slightly better `Coercible` errors.Richard Eisenberg2015-10-228-8/+90
* Fix #10495.Richard Eisenberg2015-10-224-4/+20