summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test Trac #12507wip/spj-tc-branchSimon Peyton Jones2016-09-212-1/+17
* Comments and trivial refactoringSimon Peyton Jones2016-09-206-22/+24
* Refactor typechecking of pattern bindingsSimon Peyton Jones2016-09-205-177/+299
* A collection of type-inference refactorings.Simon Peyton Jones2016-09-2070-660/+850
* Comments and white space onlySimon Peyton Jones2016-08-292-4/+4
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-193-3/+46
* Add gcoerceWith to Data.Type.CoercionRyan Scott2016-08-183-0/+13
* Revert "T1969: Enable it again but bump the max residency temporarily"Matthew Pickering2016-08-171-2/+3
* Refactor nestImplicTcSSimon Peyton Jones2016-08-171-30/+32
* Keep the bindings local during defaultCallStacksSimon Peyton Jones2016-08-175-5/+20
* Not-in-scope variables are always errorsSimon Peyton Jones2016-08-176-6/+44
* Typo in commentGabor Greif2016-08-161-1/+1
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* Minor typofix.Edward Z. Yang2016-08-161-1/+1
* When in sanity mode, un-zero malloc'd memory; fix uninitialized memory bugs.Edward Z. Yang2016-08-152-0/+3
* Darwin: Detect broken NM program at configure timeErik de Castro Lopo2016-08-161-0/+26
* refactor test for __builtin_unreachable into Rts.h macro RTS_UNREACHABLEKarel Gardas2016-08-152-4/+8
* Update hoopl submodule (extra .gitignore entry)Edward Z. Yang2016-08-151-0/+0
* fix compilation failure on OpenBSD with system supplied GNU C 4.2.1Karel Gardas2016-08-141-1/+4
* Fix configure detection.Tamar Christina2016-08-141-6/+6
* Misspellings in comments [skip ci]Gabor Greif2016-08-142-3/+3
* Update `nofib` submodule to newest commitGabor Greif2016-08-141-0/+0
* Fix GHCi perf-llvm build on x86_64Erik de Castro Lopo2016-08-141-0/+4
* Improve missing-sig warningSimon Peyton Jones2016-08-126-43/+62
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-1026-197/+130
* Fix a bug in unboxed sum layout generationÖmer Sinan Ağacan2016-08-092-2/+16
* Actually update haddock.Cabal stats.Edward Z. Yang2016-08-081-1/+1
* Cabal submodule update.Edward Z. Yang2016-08-087-22/+29
* Fix typo in Data.Bitraversable HaddocksRyan Scott2016-08-081-1/+1
* T1969: Enable it again but bump the max residency temporarilyÖmer Sinan Ağacan2016-08-071-3/+2
* configure.ac: Remove checks for bug 9439Erik de Castro Lopo2016-08-072-74/+0
* Use Data.Functor.Const to implement Data.Data internalsRyan Scott2016-08-061-9/+6
* RegAlloc: Use IntSet/IntMaps instead of generic Set/MapsÖmer Sinan Ağacan2016-08-064-29/+29
* RegAlloc: Remove duplicate seqList (use seqList from Util)Ömer Sinan Ağacan2016-08-061-14/+7
* AsmCodeGen: Give linear-scan and coloring reg. allocators different cc namesÖmer Sinan Ağacan2016-08-061-2/+2
* rts/Printer.h: fix constness of argument declarationSergei Trofimovich2016-08-062-2/+2
* Util.count: Implement as a left-fold instead of a right-foldJoachim Breitner2016-08-051-4/+5
* Replace some `length . filter` with `count`Ömer Sinan Ağacan2016-08-053-3/+3
* StgCmm: Remove unused Bool field of Return sequelÖmer Sinan Ağacan2016-08-053-7/+6
* Temporarily mark T1969 perf test as broken (#12437)Ömer Sinan Ağacan2016-08-051-1/+2
* Bump `hoopl` submodule, mostly cosmeticsGabor Greif2016-08-051-0/+0
* Another try to get thread migration rightSimon Marlow2016-08-051-99/+62
* Fix an assertion that could randomly failSimon Marlow2016-08-052-3/+7
* Expanded abbreviations in Haddock documentationBen Gamari2016-08-0524-140/+559
* codeGen: Remove binutils<2.17 hack, fixes T11758Alex Dzyoba2016-08-053-46/+3
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-0510-6/+41
* Remove identity update of field componentsConfigsGabor Greif2016-08-051-6/+1
* Trim all spaces after 'version:'Gabor Greif2016-08-051-1/+1
* Fix omission in haddock instance headGabor Greif2016-08-051-1/+1
* Replace an unsafeCoerce with coerceRyan Scott2016-08-041-1/+1