summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: rename the "Running a compiled program" section in the users guidewip/adamse/docs-rts-optionsAdam Sandberg Ericsson2021-07-281-3/+3
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-2813-74/+289
* Update expected stderr for affected tests, which are not under Tc directoryCarrieMY2021-07-282-4/+4
* Fix type check error message grammar (fixes #20122)CarrieMY2021-07-2810-55/+100
* Fix a subtle scoping error in simplLazyBindSimon Peyton Jones2021-07-281-10/+15
* Improve performance of eta expansionSimon Peyton Jones2021-07-284-73/+152
* Simplify and improve the eta expansion mechanismSimon Peyton Jones2021-07-284-154/+150
* Inline less logging codeSimon Peyton Jones2021-07-282-26/+47
* Make the occurrence analyser a bit stricterSimon Peyton Jones2021-07-281-29/+31
* White space, spelling, and a tiny refactorSimon Peyton Jones2021-07-282-6/+9
* Extend the in-scope set to silence substExpr warningsSimon Peyton Jones2021-07-281-2/+12
* Improve postInlineUnconditionallySimon Peyton Jones2021-07-281-14/+29
* Print out module name in "bailing out" messageSimon Peyton Jones2021-07-281-2/+2
* Fix smallEnoughToInlineSimon Peyton Jones2021-07-281-2/+5
* Functor docs: link to free theorem explanation (#19300)Krzysztof Gogolewski2021-07-281-0/+3
* Improve docs of bang patterns (#19068)Krzysztof Gogolewski2021-07-281-43/+62
* Document DerivingVia unsafety (#19786)Krzysztof Gogolewski2021-07-281-2/+3
* Docs: use :default: and :ghc-ticket:Krzysztof Gogolewski2021-07-288-56/+62
* rts: Don't rely on configuration when CLEANING=YESBen Gamari2021-07-281-0/+4
* Hadrian: disable profiled RTS with no_profiled_libs flavour transformerSylvain Henry2021-07-281-1/+3
* PIC: test for cross-module referencesSylvain Henry2021-07-271-7/+4
* Don't abort on representation polymorphism checkKrzysztof Gogolewski2021-07-271-1/+1
* Add a regression test for #17697Krzysztof Gogolewski2021-07-273-0/+15
* Remove some unused namesKrzysztof Gogolewski2021-07-272-23/+8
* Simplify FFI codeKrzysztof Gogolewski2021-07-271-15/+7
* Re #18087 !6238 Empty line in front of :since:Andreas Abel2021-07-271-0/+3
* Issue #18087: :since: for warnings of ghc 6/7/8Andreas Abel2021-07-271-0/+113
* Doc: warnings: since: remove minor version number for uniformityAndreas Abel2021-07-271-5/+5
* Doc: tabs to spacesAndreas Abel2021-07-271-2/+2
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-276-0/+23
* Eliminate unnecessary unsafeEqualityProofSimon Peyton Jones2021-07-274-50/+123
* Eta expand through CallStacksSimon Peyton Jones2021-07-276-24/+217
* Make CallStacks work better with RebindableSyntaxSimon Peyton Jones2021-07-2713-43/+222
* testsuite: Add more debug output on failure to call ghc-pkgMatthew Pickering2021-07-271-1/+1
* hadrian: Call ghc-pkg recache after copying package database into bindistMatthew Pickering2021-07-271-0/+5
* hadrian: Add exe suffix to executables in testsuiteMatthew Pickering2021-07-271-4/+4
* hadrian: Install windows bindist by copying in test_hadrianMatthew Pickering2021-07-271-3/+12
* packaging: Don't include configure scripts in windows bindistMatthew Pickering2021-07-271-11/+13
* packaging: Add note about wrappersMatthew Pickering2021-07-271-3/+27
* packaging: Create both versioned and unversioned executablesMatthew Pickering2021-07-273-6/+67
* hadrian: Remove special haddock copying ruleMatthew Pickering2021-07-271-12/+0
* hadrian: Update hsc2hs wrapper to match current masterMatthew Pickering2021-07-271-19/+5
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-274-1/+4
* packaging: Be more precise about which executables to copy and wrappers to cr...Matthew Pickering2021-07-271-14/+43
* validate: Add note for BINDIST variable, GitLab validation; clean up commentsAlina Banerjee2021-07-271-3/+15
* validate: check both stage1, stage2 test failures for deciding success of ent...Alina Banerjee2021-07-271-1/+15
* validate: run stage1 tests using stage1 compiler when BINSTIST is falseAlina Banerjee2021-07-271-2/+13
* validate: change test ghc based on BINDIST value (YES/NO)Alina Banerjee2021-07-271-1/+7
* validate: update quick-validate flavour for validation with --fastAlina Banerjee2021-07-273-20/+28
* validate: add a debug flag (in both Hadrian and legacy Make) for running testsAlina Banerjee2021-07-271-1/+12