summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wrap LHsContext in Maybe in the GHC ASTwip/az/maybecontextAlan Zimmerman2021-02-2827-159/+137
* Fix two places where TcGblEnv was retainedMatthew Pickering2021-02-282-4/+7
* Widen acceptance window of T12545 (#19414)Sebastian Graf2021-02-281-1/+4
* Add some utility functions to GHC.Types.SrcLocAlan Zimmerman2021-02-281-5/+26
* configure: avoid empty lines in AC_CONFIG_FILESSylvain Henry2021-02-281-4/+2
* users guide: Update mathjax CDN URLBen Gamari2021-02-281-2/+2
* Fix assertion error with linear types, #19400Krzysztof Gogolewski2021-02-273-13/+23
* Rewrite.split: Fix reboxingBen Gamari2021-02-271-2/+5
* GHC.Tc.Solver.Rewrite: oneShot-ifyBen Gamari2021-02-271-7/+14
* TcS: oneShot-ifyBen Gamari2021-02-271-8/+16
* 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