summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move LeadingUnderscore into Platform (#17957)Sylvain Henry2020-05-066-17/+13
* ELF linker: increment curSymbol after filling in fields of current entryÖmer Sinan Ağacan2020-05-061-1/+2
* Make isTauTy detect higher-rank contextsRyan Scott2020-05-067-9/+91
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-064-25/+27
* nonmoving: Fix handling of dirty objectsBen Gamari2020-05-064-3/+115
* nonmoving: Fix incorrect failed_to_evac value during deadlock gcBen Gamari2020-05-061-4/+3
* rts: Zero block flags with -DZBen Gamari2020-05-061-0/+12
* Refactor hole constraints.Richard Eisenberg2020-05-0623-480/+498
* Fix colorized error messages (#18128)Sylvain Henry2020-05-051-1/+1
* Add regression tests for #16244, #16245, #16758Ryan Scott2020-05-059-1/+55
* Fix Haskell98 short description in documentationDenisFrezzato2020-05-051-1/+1
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-055-111/+30
* Remove references to -package-keySylvain Henry2020-05-056-27/+10
* Remove unused hs-boot filejneira2020-05-041-6/+0
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-0430-227/+118
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-046-2/+48
* Don't return a panic in tcNestedSpliceSimon Peyton Jones2020-05-044-16/+27
* Flatten nested casts in the simple optimizerAlexis King2020-05-034-5/+23
* users guide: Add documentation for non-moving GC eventsBen Gamari2020-05-031-0/+79
* users guide: Move eventlog documentation users guideBen Gamari2020-05-034-104/+585
* rts: Enable tracing of nonmoving heap census with -lnBen Gamari2020-05-033-0/+9
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-016-32/+95
* PmCheck: Only call checkSingle if we would report warningsSebastian Graf2020-05-011-2/+4
* Fully remove PprDebugSylvain Henry2020-05-0113-94/+102
* Remove PprStyle param of logging actionsSylvain Henry2020-05-0119-82/+80
* Refactor PprDebug handlingSylvain Henry2020-05-0124-81/+73
* Use platform in Iface BinarySylvain Henry2020-05-011-10/+13
* GHC.StgToCmm.Ticky: remove a few unused stuffÖmer Sinan Ağacan2020-04-301-17/+4
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-304-50/+106
* nonmoving: Eagerly flush all capabilities' update remembered setsBen Gamari2020-04-301-2/+4
* nonmoving: Explicitly memoize block countBen Gamari2020-04-301-3/+2
* nonmoving: Clear bitmap after initializing block sizeBen Gamari2020-04-301-1/+1
* Hadrian: Improve tool-args command to support more componentsMatthew Pickering2020-04-306-38/+134
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-305-33/+116
* Add tests for #17873Simon Peyton Jones2020-04-302-0/+16
* Document BlockArguments/LambdaCase support in arrow notationAlexis King2020-04-302-1/+22
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-3015-47/+143
* Allow block arguments in arrow control operatorsAlexis King2020-04-307-8/+46
* Unit: split and rename modulesSylvain Henry2020-04-30192-1977/+1987
* Refactoring unit management codeSylvain Henry2020-04-3067-1147/+1335
* Factorize mungePackagePaths codeSylvain Henry2020-04-303-87/+80
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-305-201/+158
* Remove unused `emptyGenericUnitInfo`Sylvain Henry2020-04-302-40/+0
* Refactor UnitInfoSylvain Henry2020-04-3016-391/+502
* Document backpack fields in DynFlagsSylvain Henry2020-04-301-3/+3
* Make boxed 1-tuples have known keysRyan Scott2020-04-287-8/+65