summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix two places where TcGblEnv was retainedwip/tcgblenv-retainMatthew Pickering2021-02-272-4/+7
* gitlab-ci: Fix TEST_ARGS/RUNTEST_ARGS inconsistencyBen Gamari2021-02-272-3/+3
* Include time.h in conc059_c (#19431)Sebastian Graf2021-02-271-0/+2
* CI: reduce xz compression for non release/nightly jobsSylvain Henry2021-02-271-0/+21
* Fix Windows build with autoconf >=2.70 (#19189)Sylvain Henry2021-02-278-6898/+2
* touchy: use a valid cabal-versionSylvain Henry2021-02-271-1/+1
* Explain uninterruptibleMaskZubin Duggal2021-02-271-0/+1
* Remove unnecessary killThreadZubin Duggal2021-02-271-9/+6
* switch to using forkIO to detect async exceptionsZubin Duggal2021-02-271-16/+17
* Don't catch async exceptions when evaluating Template HaskellZubin Duggal2021-02-271-3/+20
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-2719-101/+573
* Remove the -xt heap profiling optionMatthew Pickering2021-02-279-60/+7
* rts: Introduce --eventlog-flush-interval flagBen Gamari2021-02-274-0/+43
* Move absentError into ghc-prim.Andreas Klebinger2021-02-268-6/+78
* Reimplement Stream in "yoneda" style for efficiencyMatthew Pickering2021-02-266-111/+119
* Fix #19363 by using pprName' {Applied,Infix} in the right placesRyan Scott2021-02-265-27/+83
* Implement -Wambiguous-fieldsAdam Gundry2021-02-2613-9/+140
* Update MonoLocalBinds documentationSimon Peyton Jones2021-02-262-11/+28
* hadrian: ticky_ghc should build all things with -ticky (#19405) [skip ci]Sebastian Graf2021-02-261-3/+2
* Minor fix to QualifiedDo docs about the ApplicativeDo desugaringUtku Demir2021-02-251-3/+3
* gitlab-ci: Ignore performance test failures on DarwinBen Gamari2021-02-242-2/+9
* hadrian: Throw error on unknown key-value setting nameBen Gamari2021-02-241-2/+5
* hadrian: Introduce runtest.opts key-value settingBen Gamari2021-02-242-13/+26
* testsuite: Introduce flag to ignore performance failuresBen Gamari2021-02-243-1/+6
* Revert "testsuite: Mark tests affected by #19025"Ben Gamari2021-02-241-14/+2
* testsuite: Mark tests affected byBen Gamari2021-02-231-2/+14
* linker: Fix atexit handlers on PETamar Christina2021-02-222-3/+5
* Don't pass homeUnitId at ExternalPackageState creation time (#10827)Sylvain Henry2021-02-225-25/+23
* Fix Storeable instances for the windows timeout executable.Andreas Klebinger2021-02-221-2/+2
* testsuite: Add broken tests for #19244Ben Gamari2021-02-223-0/+58
* testsuite: Mark foreignInterruptible as fragile in GHCiBen Gamari2021-02-221-0/+1
* ModuleOrigin: print details of module conflictSergei Trofimovich2021-02-221-3/+5
* Add test case for CompleteP pretty-printer (#19270)Ole Krüger2021-02-223-0/+9
* Fix TemplateHaskell pretty printer for CompleteP (#19270)Ole Krüger2021-02-221-1/+1
* Make CmmType field of LocalReg strictMatthew Pickering2021-02-221-1/+1
* Make Width field in CmmType strictMatthew Pickering2021-02-221-1/+1
* Force gcp in assignArgumentsPosMatthew Pickering2021-02-221-2/+2
* Do not cas on slowpath of SpinLock unnecessarilyDylan Yudaken2021-02-221-3/+35
* Move Hooks into HscEnvSylvain Henry2021-02-2217-86/+143
* Add the docspec:base rule to HadrianHécate2021-02-224-0/+63
* GHCi: Always show fixityLeif Metcalf2021-02-223-10/+22
* Ensure tcg_env is up-to-date when running typechecker pluginsalexbiehl2021-02-221-4/+8
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-2219-21/+298
* Make openFile exception safeDavid Feuer2021-02-229-118/+432
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-1959-1027/+1449
* Test Driver: Tweak interval of test reportingMatthew Pickering2021-02-181-5/+12
* users guide: Mention that -e can be given multiple timesBen Gamari2021-02-181-2/+3
* base: Fix order of infix declarations in Data.FunctorBen Gamari2021-02-181-2/+2
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-02-181-23/+23
* Remove leftover trace messages from the keepAlive# work.Andreas Klebinger2021-02-181-4/+2