summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs simplCore/Austin Seipp2014-12-0313-737/+616
* compiler: de-lhs hsSyn/Austin Seipp2014-12-0312-487/+383
* compiler: de-lhs basicTypes/Austin Seipp2014-12-0328-1259/+1041
* compiler: de-lhs specialise/Austin Seipp2014-12-033-181/+163
* compiler: de-lhs iface/Austin Seipp2014-12-038-457/+381
* compiler: de-lhs utils/Austin Seipp2014-12-0320-607/+446
* compiler: de-lhs coreSyn/Austin Seipp2014-12-0312-812/+658
* compiler: de-lhs rename/Austin Seipp2014-12-0310-597/+520
* compiler: de-lhs prelude/Austin Seipp2014-12-0310-542/+435
* compiler: de-lhs main/Austin Seipp2014-12-0312-354/+294
* Comments onlySimon Peyton Jones2014-12-032-6/+10
* Make annotations test case cleaning less aggressiveJoachim Breitner2014-12-031-3/+6
* Update 32-bit performace numbers (has not been done for ages)Simon Peyton Jones2014-12-034-16/+37
* Generate real (but empty) object files for signatures.Edward Z. Yang2014-12-025-12/+49
* Declare official GitHub home of libraries/parallelHerbert Valerio Riedel2014-12-022-1/+1
* Make `read . show = id` for Data.Fixed (fix #9240)Brian McKenna2014-12-024-1/+14
* Make Natural's (.|.) really an OR operation (#9818)Herbert Valerio Riedel2014-12-021-3/+3
* Unique-ify the names of top-level auxiliary bindings in derived instances (Tr...Simon Peyton Jones2014-12-025-8/+64
* Fix another bug in deriving( Data ) for data families; Trac #4896Simon Peyton Jones2014-12-023-9/+46
* Minor refactoring of Edward's recent orphans patch (Trac #2182)Simon Peyton Jones2014-12-028-252/+289
* Test Trac #4921Simon Peyton Jones2014-12-023-0/+32
* Rename Untouchables to TcLevelSimon Peyton Jones2014-12-0215-179/+181
* Remove references to SynTyCon. Fixes #9812Jan Stolarek2014-12-024-10/+12
* Comments and formatting in TyConJan Stolarek2014-12-021-81/+118
* Fix test suite race on T5462 (solves intermittent T5462Yes1/T5462Yes2/T5462No...Edward Z. Yang2014-12-022-5/+5
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-027-89/+41
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-024-92/+24
* Uncomment the instance signatures, to activate the testSimon Peyton Jones2014-12-021-3/+3
* Mention existence of 'Natural' in "Data.Word"Herbert Valerio Riedel2014-12-021-4/+2
* Fix malformed `configure` scriptHerbert Valerio Riedel2014-12-011-2/+1
* Fix parser for UNPACK pragmasSimon Peyton Jones2014-12-011-5/+5
* Test Trac #7908Simon Peyton Jones2014-12-012-1/+50
* Remove references to Parser.y.ppThomas Miedema2014-12-013-6/+3
* Wibble to the "instance signatures" patchSimon Peyton Jones2014-12-011-1/+1
* Fix the handling of instance signatures (Trac #9582, #9833)Simon Peyton Jones2014-12-0112-79/+157
* unlit compiler/types/ modulesHerbert Valerio Riedel2014-12-0114-637/+504
* unlit compiler/stranal/ modulesHerbert Valerio Riedel2014-12-013-129/+121
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-013-4/+13
* Unlit AsmCodeGen.lhsHerbert Valerio Riedel2014-11-301-4/+0
* Unlit compiler/cmm/ module(s)Herbert Valerio Riedel2014-11-301-32/+23
* Update docs: instance visibility bug is no more.Edward Z. Yang2014-11-301-11/+0
* compiler: fix trac issue #8815Sivaram Balakrishnan2014-11-301-1/+2
* compiler: unlit profiling/ modulesAustin Seipp2014-11-302-10/+4
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-303-33/+87
* Add bash completion and READMELennart Kolmodin2014-11-302-0/+103
* More Tweaks for API AnotationsAlan Zimmerman2014-11-308-47/+94
* Shorten long lines in DynFlags, add details to ghci usage guide.Lennart Kolmodin2014-11-302-393/+504
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2934-98/+429
* Special case interactive package key for mkQualPackage.Edward Z. Yang2014-11-291-1/+1
* Reimplement `gcdExtInteger` (#9281)Herbert Valerio Riedel2014-11-294-11/+116