summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark tickets identified in #15467 as brokencircleci-centosBen Gamari2018-12-115-5/+13
* rts: Disable fallthrough attribute when compiling with ClangBen Gamari2018-12-111-1/+5
* utils/gen-dll: Bump containers upper boundBen Gamari2018-12-111-1/+1
* CircleCI: Add configurations for Centos 7 and Debian 9Ben Gamari2018-12-118-59/+227
* testsuite: Use explicit -e in sed commandBen Gamari2018-12-101-1/+1
* Fix minor mistake in comment about data decls.Richard Eisenberg2018-12-091-2/+2
* hadrian: Drop nix build scriptBen Gamari2018-12-083-124/+45
* testsuite: 32-bit expected output for T15460Ben Gamari2018-12-082-0/+3
* rts: Ensure that task->id is initializedBen Gamari2018-12-071-0/+1
* Use --no-as-needed with LLD tooSimon Marlow2018-12-071-1/+3
* Add -fno-safe-haskell flagMatthew Pickering2018-12-077-5/+47
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-075-60/+109
* Fix #15369: GHCi doesn't honor :set +c when loading for a second timeRoland Senn2018-12-075-6/+41
* Add haddock for Node in Digraph. [skip ci]klebinger.andreas@gmx.at2018-12-071-8/+16
* Remove redundant include of Rts.h in EventLogWriter.hZejun Wu2018-12-071-2/+5
* Rename "changed" to "no-change" in HscMainÖmer Sinan Ağacan2018-12-071-8/+8
* Hadrian: fix dynamicGhcPrograms value for the quickest flavourAlp Mestanogullari2018-12-071-1/+2
* Mark SRT_1/SRT_2 as CONSTR_1_0/CONSTR_2_0Ömer Sinan Ağacan2018-12-071-2/+2
* hadrian: eliminate most of the remaining big rule enumerationsAlp Mestanogullari2018-12-076-104/+213
* Require 'libdw' for '--enable-dwarf-unwind'Alec Theriault2018-12-071-1/+3
* Mark broken tests on powerpc64le and skip ghci-extPeter Trommler2018-12-072-1/+3
* testsuite: Fix tests expecting 64-bit word sizeBen Gamari2018-12-076-0/+33
* Add missing space in report_summary outputAdam Sandberg Eriksson2018-12-071-1/+1
* Fixed plugin example to workabc2018-12-071-14/+14
* Fix typo in Foldable docsSimon Jakobi2018-12-071-1/+1
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-071-6/+8
* CircleCI: Don't ignore gitlab/.* branchesBen Gamari2018-12-071-3/+0
* testsuite: Fix use of stats_num_fieldBen Gamari2018-12-071-2/+1
* Fix #12102/#15872 by removing outdated users' guide proseRyan Scott2018-12-074-36/+37
* Careful tweaking to exprOkForSpeculationSimon Peyton Jones2018-12-076-111/+149
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-0738-130/+205
* hadrian: optimise Rules.CompileAlp Mestanogullari2018-12-075-134/+349
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-066-0/+247
* Windows: Use the "big" PE object format on amd64Ben Gamari2018-12-061-1/+37
* Don't use a generic apply thunk for known callsSebastian Graf2018-12-061-0/+1
* Remove a tcTraceSimon Peyton Jones2018-12-061-1/+2
* Tests Trac #14847Simon Peyton Jones2018-12-062-0/+18
* Remove explicit recursion in retainer profiling (fixes #14758)Alexander Vershilov2018-12-051-77/+146
* Remove duplicates in -ddump-minimial-importsSimon Peyton Jones2018-12-055-18/+38
* linker: store entire link map and use it.Tamar Christina2018-12-0410-20/+64
* Hadrian: include 'findPtr' via find-ptr cabal flagAlec Theriault2018-12-043-6/+8
* Improve test T14452 for WindowsRoland Senn2018-12-041-1/+2
* Bump nofib submoduleklebinger.andreas@gmx.at2018-12-031-0/+0
* Fix link name to a noteArnaud Spiwack2018-12-031-1/+1
* Add test cases for #7503, #14451Ryan Scott2018-12-033-0/+48
* Comments onlySimon Peyton Jones2018-12-032-5/+22
* Introduce tcTypeKind, and use itSimon Peyton Jones2018-12-0327-313/+304
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-033-1/+11
* Fix #15954 by rejigging check_type's orderRyan Scott2018-12-0310-25/+90
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-0319-99/+315