summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git: Add ignored commits filewip/ignore-revsBen Gamari2020-05-211-0/+23
* GHC.Cmm.Opt: Handle MO_XX_ConvBen Gamari2020-05-153-0/+20
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-1537-534/+808
* IdInfo: Add reference to bitfield-packing ticketBen Gamari2020-05-141-1/+1
* Use Data.IntMap.disjointSimon Jakobi2020-05-1416-34/+29
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-1421-86/+134
* hadrian: Tell testsuite driver about LLVM availabilityBen Gamari2020-05-131-1/+2
* Ensure that printMinimalImports closes handleBen Gamari2020-05-131-3/+2
* Handle single unused importJeff Happily2020-05-135-5/+12
* GHCi: Add link to the user's guide in help messageTakenobu Tani2020-05-131-0/+4
* Tweak man page for ghc commandTakenobu Tani2020-05-132-1/+6
* Document (->) using inferred quantification for its runtime representations.Baldur Blöndal2020-05-134-6/+26
* fix(documentation): Fix the RST links to GHC.PrimHécate2020-05-133-5/+4
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-1318-109/+246
* Don't reload environment files on every setSessionDynFlagsArtem Pelenitsyn2020-05-136-3/+34
* hadrian: add a --freeze2 option to freeze stage 1 and 2Alp Mestanogullari2020-05-133-4/+20
* Predicate, Equivalence derive via `.. -> a -> All'Baldur Blöndal2020-05-131-36/+132
* doc: Reformulate the opening paragraph of Ch. 4 in User's guideIvan-Yudin2020-05-131-9/+11
* testsuite: Add testcase for #18129Ben Gamari2020-05-132-0/+53
* testsuite: Print sign of performance changesBen Gamari2020-05-131-2/+2
* users-guide: Add discussion of shared object namingBen Gamari2020-05-132-1/+10
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-1329-111/+124
* fix printf warning when using with ghc with clang on mingwEmeka Nkurumeh2020-05-131-1/+1
* Add few cleanups of the CAF logicBen Gamari2020-05-135-13/+23
* docs: Add examples for Data.Semigroup.Arg{Min,Max}Simon Jakobi2020-05-131-0/+7
* get-win32-tarballs: Improve diagnostics outputBen Gamari2020-05-131-2/+8
* get-win32-tarballs: Fix base URLBen Gamari2020-05-131-1/+0
* Pack some of IdInfo fields into a bit fieldÖmer Sinan Ağacan2020-05-131-25/+117
* rts/CNF: Fix fixup comparison functionBen Gamari2020-05-134-2/+31
* rts: Make non-existent linker search path merely a warningBen Gamari2020-05-091-2/+2
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-0914-42/+135
* Linker.c: initialize n_symbols of ObjectCode with other fieldsÖmer Sinan Ağacan2020-05-081-0/+1
* Bump exceptions submodule so that dist-boot is .gitignore'dRyan Scott2020-05-081-0/+0
* Add test for #16167nineonine2020-05-083-0/+4
* Remove unused SEGMENT_PROT_RWXGreg Steuck2020-05-081-2/+0
* Fix specialisation for DFunsSimon Peyton Jones2020-05-086-56/+111
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-085-6/+24
* Apply more suggestions from Simon JakobiJoseph C. Sible2020-05-081-4/+4
* Apply suggestion to libraries/base/Data/Monoid.hsJoseph C. Sible2020-05-081-1/+1
* Document lawlessness of Ap's Num instanceJoseph C. Sible2020-05-081-0/+26
* Add `forAllOrNothing` function with noteJohn Ericson2020-05-083-31/+46
* A few tiny style nits with renamingJohn Ericson2020-05-082-9/+10
* Rename local `real_fvs` to `implicit_vs`John Ericson2020-05-081-4/+6
* HsSigWcTypeScoping: Pull in documentation from stray locationJohn Ericson2020-05-081-14/+16
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-0821-140/+240
* doc (Bitraversable): Add examples to BitraversableJulien Debon2020-05-082-3/+68
* Add doc examples for BifoldableJulien Debon2020-05-081-7/+581
* Remove further dead code found by a simple Python script.Brian Foley2020-05-0813-192/+14
* Refactoring: Use bindSigTyVarsFV in rnMethodBindsRyan Scott2020-05-061-8/+1
* Don't use DynFlags in showLinkerState (#17957)Sylvain Henry2020-05-062-5/+7