summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [linker/aarch64-elf] support section symbols for GOT relocationMoritz Angermann2021-10-111-1/+7
* [linker] align prototype with implementation signature.Moritz Angermann2021-10-111-2/+2
* [linker] SymbolExtras are only used on PPC and X86Moritz Angermann2021-10-112-5/+4
* [linker] Additional FALLTHROUGH decorations.Moritz Angermann2021-10-111-0/+2
* rts: Use CHECK instead of assertBen Gamari2021-10-112-30/+28
* rts/linker: Replace some ASSERTs with CHECKBen Gamari2021-10-115-34/+31
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-10-1117-18/+77
* [macho] improved linker with proper plt supportMoritz Angermann2021-10-118-97/+311
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-10-111-0/+29
* Backport of !6555 to GHC 9.0Viktor Dukhovni2021-10-091-58/+156
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-10-051-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-10-051-215/+853
* Fix two testswip/9.0.2-backportsZubin Duggal2021-09-242-3/+3
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-09-2410-21/+80
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-09-2420-17/+142
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-09-242-4/+3
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-09-214-4/+28
* [rts] Untag bq->bh prior to reading the info tableMoritz Angermann2021-09-211-1/+12
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-09-213-13/+63
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-09-211-0/+6
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-09-215-18/+21
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-09-211-1/+1
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-09-217-35/+58
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-09-211-0/+42
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-09-211-1/+1
* CI: Keep the value of PERF_NOTE_KEY in darwin environmentsMatthew Pickering2021-09-211-0/+1
* Update docs for change in parsing behaviour of infix operators like in GHC 9Zubin Duggal2021-09-211-2/+8
* Add exports to GHC.Tc.Errors.Hole (fixes #19864)Matthías Páll Gissurarson2021-09-212-107/+153
* Testsuite fixesBen Gamari2021-09-213-4/+24
* Unify remaining GHCi prompt exampleEmily Martins2021-09-211-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-09-212-16/+16
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-09-214-3/+29
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-09-213-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-09-214-7/+25
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-09-213-11/+27
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-09-213-21/+30
* rts: Eliminate redundant branchGHC GitLab CI2021-09-211-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-09-211-3/+3
* RTS: try to fix timer racesSylvain Henry2021-09-212-2/+5
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-09-211-1/+11
* gitlab-ci: Bump ci-images revisionBen Gamari2021-09-211-1/+1
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-09-2111-8/+96
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-09-213-3/+15
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-09-212-1/+11
* Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-09-211-1/+2
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-09-211-1/+2
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-09-212-3/+6
* Don't attach CPR signatures to NOINLINE data structures (#18154)Sebastian Graf2021-09-212-89/+118
* gitlab-ci: Add Alpine job linking against gmp integer backendBen Gamari2021-09-211-3/+13
* Re-introduce Note [keepAlive# magic]Ben Gamari2021-09-213-1/+148