summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-2415-40/+52
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-257-321/+435
* Remove 'deriving Typeable' statementsRyan Scott2016-05-2446-281/+189
* Make Arrow desugaring deterministicBartosz Nitka2016-05-248-32/+123
* Document some benign nondeterminismBartosz Nitka2016-05-2419-71/+93
* Add support for unicode TH quotes (#11743)Josh Price2016-05-246-92/+121
* SpellingGabor Greif2016-05-242-2/+2
* Testsuite: delete check_files_writtenThomas Miedema2016-05-244-189/+1
* Comments onlySimon Peyton Jones2016-05-241-1/+2
* Remove unused Type.splitFunTysNSimon Peyton Jones2016-05-241-10/+1
* Spelling in commentSimon Peyton Jones2016-05-241-1/+1
* Don't split the arg types in a PatSyn signatureSimon Peyton Jones2016-05-247-100/+145
* Suppress the warning about __sync_fetch_and_nand (#9678)Thomas Miedema2016-05-243-0/+9
* Revert "compiler/iface: compress .hi files"Ben Gamari2016-05-237-2033/+20
* testsuite: Update max_bytes_used for T4029Ben Gamari2016-05-231-2/+5
* Fix build by removing unused import.Matthew Pickering2016-05-231-1/+1
* Allow unlifted types in pattern synonym result typeMatthew Pickering2016-05-233-2/+13
* Testsuite: fix T12010 for realThomas Miedema2016-05-223-11/+7
* Update format specifiers for Tickey.cTamar Christina2016-05-221-13/+13
* rts/Linker.c: Fix compile error on ArmErik de Castro Lopo2016-05-221-0/+3
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-223-10/+10
* Build system: temp solution for parallelisation bug (#11960)Thomas Miedema2016-05-221-1/+2
* Fix deriving Ord when RebindableSyntax is enabledAndrew Farmer2016-05-214-5/+29
* Enable checkProddableBlock on x86_64Simon Marlow2016-05-211-2/+2
* users-guide: Fix index in PDF outputBen Gamari2016-05-212-0/+5
* rules/sphinx: Add missing dependency on conf.py for pdf ruleBen Gamari2016-05-211-1/+1
* users-guide: Vector version of Thomson-Wheeler logoBen Gamari2016-05-211-0/+0
* compiler/iface: compress .hi filesAustin Seipp2016-05-217-20/+2033
* Fix failing T12010Tamar Christina2016-05-213-5/+6
* Testsuite: mark T8761 expect_broken #12077Thomas Miedema2016-05-211-1/+2
* Fix Windows build after Ticky changesTamar Christina2016-05-211-4/+4
* testsuite: add CmmSwitchTest for 32-bit platformsAlex Dzyoba2016-05-204-49/+1148
* FunDep printer: Fix unicode arrowÖmer Sinan Ağacan2016-05-205-1/+13
* Add -XStaticPointers to the flag reference.Facundo Domínguez2016-05-191-0/+7
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-197-29/+131
* Give lifted primitive types a representationBen Gamari2016-05-192-2/+3
* testsuite: Add a TypeRep testBen Gamari2016-05-193-1/+74
* {,M}BLOCK_SIZE_W * sizeof(W_) -> {,M}BLOCK_SIZETomas Carnecky2016-05-192-6/+6
* Get types in osFreeMBlocks in sync with osGetMBlocksTomas Carnecky2016-05-193-3/+3
* Remove use of caddr_tTomas Carnecky2016-05-191-4/+4
* Add libraries/ghci/GNUmakefile to .gitignore [skip ci]Thomas Miedema2016-05-191-0/+1
* Testsuite: fix T11827 (#11827)Thomas Miedema2016-05-192-2/+12
* testsuite: Add expected output for T11108Ben Gamari2016-05-191-0/+10
* Comments onlySimon Peyton Jones2016-05-191-0/+1
* Comments onlySimon Peyton Jones2016-05-191-0/+3
* Improve documentation for type wildcardsSimon Peyton Jones2016-05-191-17/+43
* Improve pretty-printing of equalitiesSimon Peyton Jones2016-05-194-57/+70
* Fix Trac #12051Simon Peyton Jones2016-05-195-37/+57
* Kill varEnvElts in tcPragExprBartosz Nitka2016-05-185-19/+29
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-1812-188/+188