summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-155-13/+13
* Rip out object splittingBen Gamari2019-03-054-21/+8
* Visible dependent quantificationRyan Scott2019-03-013-0/+60
* Cleanup iserv/iserv-proxyMoritz Angermann2019-02-281-0/+32
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-273-88/+105
* User's Guide: forall is a keyword nowadaysVladislav Zavialov2019-02-232-6/+11
* User's Guide: update info on kind inferenceVladislav Zavialov2019-02-231-18/+18
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-0/+22
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-151-1/+5
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-142-3/+92
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-141-0/+16
* ImplicitParams does not imply FlexibleContexts or FlexibleInstances, fixes #1...Neil Mitchell2019-02-081-4/+1
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-041-0/+10
* docs: change meta-variable of -interactive-print from expr to nameZejun Wu2019-02-031-4/+4
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-311-0/+12
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-302-2/+30
* Include type info for only some exprs in HIE filesAlec Theriault2019-01-301-0/+5
* Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und...Dmitry Ivanov2019-01-301-0/+10
* Revert "Batch merge"Ben Gamari2019-01-304-45/+2
* Batch mergeBen Gamari2019-01-304-2/+45
* A few typofixesGabor Greif2019-01-231-1/+1
* users guide: fix typesetting of pragmasBen Price2019-01-231-3/+4
* users guide: consistent spelling of inlinableBen Price2019-01-231-1/+1
* doc: behaviour of +RTS -h depends on profilingBen Price2019-01-162-0/+9
* Add -Wmissing-deriving-strategieschessai2019-01-063-0/+26
* Fix broken links (#16125)Sven Tennie2019-01-051-6/+7
* Visible kind applicationmynguyen2019-01-031-7/+11
* stg-spec: Modify `.lhs` to `.hs`Takenobu Tani2019-01-031-10/+10
* core-spec: Modify `.lhs` to `.hs` (generated PDF)Takenobu Tani2019-01-021-0/+0
* core-spec: Modify `.lhs` to `.hs` (source files)Takenobu Tani2019-01-024-80/+80
* configure: introduce HAPPY and ALEX vars and deprecate --with-ghc in favour o...Adam Sandberg Eriksson2019-01-011-0/+3
* Improve documention of TypeInTypeSimon Peyton Jones2018-12-211-2/+3
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-2/+2
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-4/+15
* Enable rebindable fail with overloaded stringsShayne Fletcher2018-12-111-1/+4
* Support generating HIE filesAlec Theriault2018-12-113-0/+61
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-0/+11
* Add -fno-safe-haskell flagMatthew Pickering2018-12-071-0/+17
* Fixed plugin example to workabc2018-12-071-14/+14
* Fix #12102/#15872 by removing outdated users' guide proseRyan Scott2018-12-071-36/+13
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-061-0/+4
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-031-0/+5
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-0/+42
* Fix #15828, from `More explicit foralls`Matthew Yacavone2018-11-291-3/+3
* Use autoconf to generate version numbers for libiserv and friendsRyan Scott2018-11-261-0/+1
* users guide: Clarify meanings of -g<n> flagsBen Gamari2018-11-231-3/+9
* Implement late lambda liftSebastian Graf2018-11-231-0/+52
* Overhaul -fprint-explicit-kinds to use VKARyan Scott2018-11-221-7/+19
* users guide: We no longer build libraries with -split-objsBen Gamari2018-11-221-1/+1
* Fix trac #15702, as a followon to fix for #13704.Chris Smith2018-11-171-11/+27