summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linker: Split PEi386 implementation into new source fileBen Gamari2016-11-024-1717/+1798
* Shuffle declarations into LinkerInternals.hBen Gamari2016-11-023-30/+37
* linker: Split symbol extras logic into new source fileBen Gamari2016-11-023-200/+240
* linker: Move mmapForLinker declaration into LinkerInternals.hBen Gamari2016-11-023-3/+6
* linker: Shuffle configuration into LinkerInternals.hBen Gamari2016-11-022-17/+24
* linker: Split out CacheFlush logicBen Gamari2016-11-023-68/+84
* testsuite: Simplify kernel32 glue logicBen Gamari2016-11-021-5/+6
* Uninstall signal handlersSylvain HENRY2016-11-023-34/+65
* Renaming and comments in CorePrepSimon Peyton Jones2016-11-021-23/+23
* Fix Trac #12797: approximateWCSimon Peyton Jones2016-11-023-12/+32
* Use substTyUnchecked in TcMType.new_meta_tv_xSimon Peyton Jones2016-11-021-1/+6
* Simplify the API for TcHsType.kcHsTyVarBndrsSimon Peyton Jones2016-11-022-27/+24
* Get rid of TcTyVars more assiduouslySimon Peyton Jones2016-11-024-16/+35
* Tiny refactorSimon Peyton Jones2016-11-022-7/+7
* Sparc*: Prevent GHC from doing unaligned accessesErik de Castro Lopo2016-11-021-0/+2
* Have static pointers work with -fno-full-laziness.Facundo Domínguez2016-11-014-9/+61
* Align GHCi's library search order more closely with LDsTamar Christina2016-10-317-3/+35
* Typos in commentsGabor Greif2016-10-3112-18/+18
* Zap redundant importsGabor Greif2016-10-303-4/+0
* Fix a bug in parallel GC synchronisationSimon Marlow2016-10-294-42/+45
* Minor refactoring in stg_unpackClosurezhÖmer Sinan Ağacan2016-10-281-10/+11
* Document unpackClosure# primopÖmer Sinan Ağacan2016-10-281-0/+5
* Add test for #12732Ryan Scott2016-10-283-0/+13
* Make it possible to use +RTS -qn without -NSimon Marlow2016-10-282-8/+5
* Clarify comments on kinds (Trac #12536)Simon Peyton Jones2016-10-282-58/+5
* Minor doc addition as requested in #12774.Edward Z. Yang2016-10-271-0/+3
* Revert "rts/linker: Move loadArchive to new source file"Matthew Pickering2016-10-273-671/+655
* Fix typo in commentSimon Peyton Jones2016-10-271-1/+1
* Allow levity-polymorpic arrowsSimon Peyton Jones2016-10-274-2/+78
* Collect coercion variables, not type variablesSimon Peyton Jones2016-10-272-5/+5
* Simple refactor to remove misleading commentSimon Peyton Jones2016-10-271-5/+3
* CmmUtils: remove the last dataflow functionsMichal Terepeta2016-10-266-81/+59
* Remove -dtrace-levelMatthew Pickering2016-10-265-20/+15
* Refine ASSERT in buildPatSyn for the nullary case.Matthew Pickering2016-10-264-2/+24
* rts/linker: Move loadArchive to new source fileBen Gamari2016-10-263-655/+671
* Make traceRn behave more like traceTcMatthew Pickering2016-10-2610-90/+107
* Delete extraneous backtick in users' guideRyan Scott2016-10-261-1/+1
* Fundeps work even for unary type classesSimon Peyton Jones2016-10-265-56/+35
* testsuite: Bump peak_megabytes_allocated for T3064Ben Gamari2016-10-251-1/+2
* Test Trac #12081Simon Peyton Jones2016-10-243-0/+17
* Test Trac #12174Simon Peyton Jones2016-10-243-0/+17
* Take account of kinds in promoteTcTypeSimon Peyton Jones2016-10-2411-191/+196
* Don't instantaite when typechecking a pattern synonymSimon Peyton Jones2016-10-241-1/+1
* Prioritise class-level equality costraintsSimon Peyton Jones2016-10-245-1/+237
* rts: Move path utilities to separate source fileBen Gamari2016-10-233-83/+112
* Refactoring: Replace when (not ...) with unless in ErrUtilsMatthew Pickering2016-10-231-1/+1
* rts/package.conf.in: Fix CPP usageErik de Castro Lopo2016-10-231-1/+1
* cmm/Hoopl/Dataflow: minor cleanupMichal Terepeta2016-10-221-26/+40
* Refactoring: Delete copied function in backpack/NameShapeMatthew Pickering2016-10-223-86/+75
* Add -Wcpp-undef warning flagErik de Castro Lopo2016-10-228-4/+38