summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings for -fwarn-incomplete-patternswip/lexer-warningsAlan Zimmerman2015-07-061-3/+3
* Specialise: Avoid unnecessary recomputation of free variable informationBen Gamari2015-07-061-22/+34
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-06284-1026/+0
* Remove Hugs specific test setups (omit_compiler_type)Thomas Miedema2015-07-067-13/+3
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-065-2/+40
* Fix typo [skip ci] (#10605)Thomas Miedema2015-07-051-1/+1
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-057-25/+117
* Lexer.x and Parser.y: delete dead codeThomas Miedema2015-07-052-17/+1
* Use -fno-warn-unused-imports instead of hiding `ord`Thomas Miedema2015-07-052-2/+4
* Comments only [skip ci]Thomas Miedema2015-07-041-0/+4
* Lexer: remove -fno-warn-unused-do-bindThomas Miedema2015-07-041-6/+3
* Remove dead code / overlapping pattern (#9723)Thomas Miedema2015-07-041-2/+0
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-047-21/+14
* Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backendMichal Terepeta2015-07-047-9/+198
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-049-70/+44
* Fix some validation errors.Richard Eisenberg2015-07-042-9/+2
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-0312-3/+58
* Generalize traceM, traceShowM (fixes #10023)RyanGlScott2015-07-032-6/+9
* Add "since" column for LANGUAGE extensions in user guideAlexey Shmalko2015-07-031-1/+97
* Remove redundant parser entry pointMatthew Pickering2015-07-031-2/+1
* users_guide: Describe order-dependence of -f and -O flagsBen Gamari2015-07-032-1/+24
* Remove unnecessary OrdList from decl parser.Matthew Pickering2015-07-031-73/+112
* Fix Trac #10519Thomas Winant2015-07-034-1/+12
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-034-2/+17
* Use `+RTS -G1` for more stable residency measurements (#9675)Ben Gamari2015-07-032-19/+51
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-0324-262/+1044
* Build system: rename bindist to bindist-list...Thomas Miedema2015-07-023-8/+8
* bin-package-db: copy paste writeFileAtomic from CabalThomas Miedema2015-07-021-23/+8
* ghc-pkg: use read/writeUTF8File from CabalThomas Miedema2015-07-021-55/+3
* disable check for .init_array section on OpenBSDKarel Gardas2015-07-011-2/+2
* Build system: prevent "warning: overriding commands for target..."Thomas Miedema2015-06-301-0/+1
* Testsuite: put extra_run_opts last on command lineThomas Miedema2015-06-301-3/+7
* Testsuite: accept T2592.stderr (minor changes)Thomas Miedema2015-06-301-2/+2
* Build system: remove unused variable CHECK_PACKAGESThomas Miedema2015-06-302-5/+0
* Correct BangPat SrcSpan calculationMatthew Pickering2015-06-291-2/+3
* Update performance numbers due to #10482Joachim Breitner2015-06-291-2/+4
* Mask to avoid uncaught ^C exceptionsSimon Marlow2015-06-291-7/+14
* Add -fcross-module-specialise flagBen Gamari2015-06-284-14/+83
|\
| * Add -fcross-module-specialise flagBen Gamari2015-06-284-14/+83
* | Test #10582Richard Eisenberg2015-06-272-0/+7
* | Test Trac #10524Simon Peyton Jones2015-06-263-0/+19
* | Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-2616-154/+138
* | Better tracing and tiny refactoringSimon Peyton Jones2015-06-261-11/+18
* | Make fvType ignore kindsSimon Peyton Jones2015-06-261-44/+59
* | Kill off sizePredSimon Peyton Jones2015-06-264-39/+30
* | closeOverKinds *before* oclose in coverage checkSimon Peyton Jones2015-06-263-15/+91
* | Improve CPR behavior for strict constructorsSimon Peyton Jones2015-06-268-76/+369
* | Small doc fixesSimon Peyton Jones2015-06-261-3/+3
* | Comments onlySimon Peyton Jones2015-06-261-1/+1
* | GHCi docs: layout rule is respected inside :{ :}Thomas Miedema2015-06-263-28/+37