summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
Commit message (Expand)AuthorAgeFilesLines
* Fix GHCJS OS platform (fix #23346)Sylvain Henry2023-05-151-0/+2
* Implement executablePath for Solaris and make getBaseDir less platform-dependentPHO2023-04-231-12/+25
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-01-311-1/+1
* ghc-boot: Fix bootstrappingBen Gamari2022-12-211-3/+6
* base: Bump version to 4.18Ben Gamari2022-12-211-1/+1
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-0/+2
* Add Javascript backendSylvain Henry2022-11-291-0/+5
* Review suggestions for assorted fixes to avoid Data.List.{head,tail}sheaf2022-11-252-6/+8
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-253-7/+10
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-111-0/+4
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-051-1/+1
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-311-1/+1
* Drop make build systemBen Gamari2022-08-251-58/+0
* Add a Note summarising GHC's UTF-8 implementationsBen Gamari2022-07-221-0/+5
* base: Introduce GHC.Encoding.UTF8Ben Gamari2022-07-221-0/+9
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-224-302/+350
* Bump ghc-prim and base versionsBen Gamari2022-06-271-1/+1
* typosEric Lindblad2022-05-011-2/+2
* ghc-boot: export typesynonyms from GHC.Utils.EncodingAdam Sandberg Ericsson2022-04-301-0/+2
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-1/+1
* Reinstallable GHCZubin Duggal2022-02-212-4/+127
* ghc-boot: Simplify writePackageDb permissions handlingDaniel Gröber2022-02-101-23/+16
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-091-2/+2
* Purge DynFlags from GHC.StgJohn Ericson2022-02-061-7/+7
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Rip out remaining SPARC supportBen Gamari2022-01-291-4/+0
* Use getExecutablePath in getBaseDir on OpenBSDGreg Steuck2021-11-251-2/+2
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-1/+1
* Remove IndefiniteSylvain Henry2021-10-221-9/+10
* ghc-boot: Eliminate unnecessary use of getEnvironmentBen Gamari2021-09-301-2/+2
* ghc-boot: Fix metadata handling of writeFileAtomicBen Gamari2021-09-172-0/+28
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-231-0/+9
* ghc-boot: Use cabal-version: 3.0Ben Gamari2021-04-011-2/+3
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-1/+1
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-091-1/+1
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-0/+2
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-2/+12
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-4/+41
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-292-2/+2
* ghci: reuse Arch from ghc-bootSylvain Henry2020-12-111-2/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-112-0/+49
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-2/+18
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-151-2/+2
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-134-32/+678
* Make ghc-boot reexport modules from ghc-boot-thSylvain Henry2020-09-161-0/+8
* Add accessors to ArchOSSylvain Henry2020-07-251-1/+4
* Fix build systemsSylvain Henry2020-07-252-3/+1
* Move GHC.Platform into the compilerSylvain Henry2020-07-257-479/+221