summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: local random AIX hackswip/ghc710-aixHerbert Valerio Riedel2015-11-174-3/+40
* Set `THREAD_SAFE` CPP macro for AIXHerbert Valerio Riedel2015-11-171-2/+3
* Make `timer_create(CLOCK_REALTIME)` autoconf test more reliableHerbert Valerio Riedel2015-11-171-4/+5
* Update unix submodule to pull in AIX fixesHerbert Valerio Riedel2015-11-171-0/+0
* We need to use -mminimal-toc on IBM AIXHerbert Valerio Riedel2015-11-162-0/+14
* On AIX we need -D_BSD defined in <Stg.h>Herbert Valerio Riedel2015-11-161-0/+5
* Make GHC aware of OSAIX and AixLDHerbert Valerio Riedel2015-11-164-2/+15
* Workaround broken latin1 iconv on AIXHerbert Valerio Riedel2015-11-161-0/+2
* backported AIX tweaks to CabalHerbert Valerio Riedel2015-11-161-0/+0
* 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
* Merge #10817/#10899 (e27b267f)Richard Eisenberg2015-10-2213-18/+80
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-227-121/+182
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-223-18/+19
* Update mingw tarball locationBen Gamari2015-10-221-1/+1
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-10-2210-361/+453