summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
Commit message (Expand)AuthorAgeFilesLines
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-1/+1
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+2
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-045-17/+58
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-3/+3
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-0/+3
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-061-3/+35
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-093-0/+74
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-0/+2
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-193-1/+123
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-192-0/+191
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-072-0/+62
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-2/+0
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-184-0/+4
* Bump binary submodule to 0.8.6.0Ben Gamari2018-08-071-1/+1
* Bump binary submoduleBen Gamari2018-08-031-1/+1
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-132-0/+32
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-1/+1
* Drop GHC 8.0 compatibilityRyan Scott2018-03-132-27/+2
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* PackageDb: Explicitly unlock package database before closingBen Gamari2017-08-291-1/+5
* ghc-pkg: Try opening lockfiles in read-write mode firstBen Gamari2017-08-291-8/+14
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-11/+6
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-082-0/+13
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-0/+11
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-11/+139
* A number of Typeable wibbles from reviewBen Gamari2017-02-201-3/+1
* Type-indexed TypeableBen Gamari2017-02-181-2/+13
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-2/+10
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-2/+2
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-2/+8
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-28/+28
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-5/+9
* The Backpack patch.Edward Z. Yang2016-10-081-33/+101
* Remove reexports from ghc-boot, help bootstrap with GHC 8.Edward Z. Yang2016-10-081-4/+0
* Move Extension type to ghc-boot-thBen Gamari2016-05-164-162/+20
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-011-63/+44
* Make a constraint synonym for repeated BinaryStringRep and use it.Edward Z. Yang2016-01-221-8/+11
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-53/+30
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-141-1/+1
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-091-0/+1
* Synchronise ghci-package version with ghc-packageHerbert Valerio Riedel2015-12-281-1/+5
* Visible type applicationRichard Eisenberg2015-12-241-0/+1