summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rts: mark 'setProgName' as staticSergei Trofimovich2016-02-072-1/+1
* rts: mark 'removeFromRunQueue' as staticSergei Trofimovich2016-02-072-3/+2
* rts: drop unused mut_user_time_during_heap_censusSergei Trofimovich2016-02-072-11/+1
* rts: mark 'wakeBlockingQueue' as staticSergei Trofimovich2016-02-072-2/+1
* rts: drop unused getThreadCPUTimeSergei Trofimovich2016-02-073-44/+0
* rts: mark 'copied' as staticSergei Trofimovich2016-02-072-3/+1
* rts: mark scavenge_mutable_list as staticSergei Trofimovich2016-02-072-3/+1
* rts: drop unused calcLiveBlocks, calcLiveWordsSergei Trofimovich2016-02-072-29/+0
* validate: enable -DDEBUG in stage 1 by defaultÖmer Sinan Ağacan2016-02-071-1/+1
* mkDocs: Fix fallout from c5f4f95c64006a9fBen Gamari2016-02-071-1/+1
* mkDocs: Update for xzBen Gamari2016-02-071-3/+3
* testsuite: ignore *.prof.normalised filesSergei Trofimovich2016-02-071-0/+2
* hp2ps: mark local functions as 'static'Sergei Trofimovich2016-02-077-18/+13
* unlit: mark local functions as 'static'Sergei Trofimovich2016-02-071-7/+6
* Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"Ömer Sinan Ağacan2016-02-0610-134/+305
* Add test for #11516Ben Gamari2016-02-062-0/+12
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-066-6/+9
* Fix @since annotations for renamed pretty{CallStack,SrcLoc}Herbert Valerio Riedel2016-02-061-2/+2
* GHCi: Fix Windows build (again)Ben Gamari2016-02-051-1/+1
* Use default xz compression levelBen Gamari2016-02-051-1/+1
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-0410-305/+134
* Fix a few loose ends from D1795Ben Gamari2016-02-043-4/+9
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-0424-851/+914
* Allow all RTS options to iservSimon Marlow2016-02-031-0/+1
* Update binary submodule to 0.8.2.0 releaseHerbert Valerio Riedel2016-02-021-0/+0
* Update cabal_macros_boot.hHerbert Valerio Riedel2016-02-021-9/+20
* TcMType: Add some elementary notesBen Gamari2016-02-023-2/+58
* Add (failing) test for #11247Thomas Miedema2016-02-027-0/+25
* Make TypeError a newtype, add changelog entryRyanGlScott2016-02-023-1/+14
* Use a correct substitution in tcCheckPatSynDeclBartosz Nitka2016-02-023-1/+26
* Fix Windows build after D1874Tamar Christina2016-02-021-2/+24
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-025-6/+52
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-027-81/+148
* Remote GHCi: Optimize the serialization/deserialization of byte codeSimon Marlow2016-02-022-11/+67
* TyCoRep: Implement some helpers for dropping/checking Levity argumentsÖmer Sinan Ağacan2016-02-013-5/+21
* Update unix submodule to latest snapshotHerbert Valerio Riedel2016-02-011-0/+0
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-015-3/+16
* Fix runtime linker error message when old symbol had no ownerReid Barton2016-02-011-0/+1
* Typo in docsBen Gamari2016-02-011-2/+2
* Add some Outputable instancesOleg Grenrus2016-02-012-1/+13
* Fix LOOKS_LIKE_PTR for 64-bit platformsReid Barton2016-02-011-1/+1
* Implement basic uniform warning set towerHerbert Valerio Riedel2016-02-011-4/+24
* Hide the CallStack implicit parameterEric Seidel2016-02-019-153/+245
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-015-105/+93
* Suppress substitution assertions to fix testsBartosz Nitka2016-02-011-1/+1
* Missing @since annotations in GHC.Genericswip/gadtpm-prefix-treeRyanGlScott2016-01-311-0/+28
* Minor doc fixes to GHC.GenericsRyanGlScott2016-01-311-5/+23
* When encountering a duplicate symbol, show source of the first symbolReid Barton2016-01-311-1/+5
* Fix Trac issue #11487.Geoffrey Mainland2016-01-312-8/+33
|\
| * Properly track live registers when saving the CCCS.Geoffrey Mainland2016-01-312-6/+29