summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: detabify/dewhitespace Updates.hAustin Seipp2014-08-201-12/+12
* rts: detabify/dewhitespace Weak.cAustin Seipp2014-08-201-24/+24
* rts: detabify/dewhitespace Ticky.cAustin Seipp2014-08-201-99/+99
* Add a missing newline to a GHCi linker debugBelchReid Barton2014-08-201-1/+1
* Update a comment in base cbitsReid Barton2014-08-201-1/+1
* genprimopcode: Don't output tabsAustin Seipp2014-08-201-2/+2
* basicTypes: detabify/dewhitespace IdInfoAustin Seipp2014-08-201-155/+148
* basicTypes: detabify/dewhitespace NameEnvAustin Seipp2014-08-201-46/+38
* basicTypes: detabify/dewhitespace NameSetAustin Seipp2014-08-201-67/+60
* basicTypes: detabify/dewhitespace VarAustin Seipp2014-08-201-101/+94
* hsSyn: detabify/dewhitespace HsLitAustin Seipp2014-08-201-60/+52
* stranal: detabify/dewhitespace DmdAnalAustin Seipp2014-08-201-302/+301
* deSugar: detabify/dewhitespace DsCCallAustin Seipp2014-08-201-107/+100
* coreSyn: detabify/dewhitespace CoreSubstAustin Seipp2014-08-201-219/+212
* coreSyn: detabify/dewhitespace CoreTidyAustin Seipp2014-08-201-75/+68
* prelude: detabify/dewhitespace TysPrimAustin Seipp2014-08-201-188/+181
* simplCore: detabify/dewhitespace LiberateCaseAustin Seipp2014-08-201-128/+120
* simplCore: detabify/dewhitespace SetLevelsAustin Seipp2014-08-201-272/+264
* utils: detabify/dewhitespace GraphPprAustin Seipp2014-08-201-136/+128
* utils: detabify/dewhitespace GraphBaseAustin Seipp2014-08-201-72/+59
* utils: detabify/dewhitespace BufWriteAustin Seipp2014-08-201-42/+35
* simplCore: detabify/dewhitespace SATAustin Seipp2014-08-201-62/+54
* stranal: detabify/dewhitespace WorkWrapAustin Seipp2014-08-201-85/+78
* coreSyn: detabify/dewhitespace TrieMapAustin Seipp2014-08-201-83/+76
* Comments fix to Trac #9140Simon Peyton Jones2014-08-201-0/+4
* Make sure that a prototype is included for 'setIOManagerControlFd'Gabor Greif2014-08-201-0/+1
* Fix prepositions in the documentation of -rdynamic.Facundo Domínguez2014-08-202-4/+4
* validate: add simple CPU count autodetectionSergei Trofimovich2014-08-191-5/+27
* rts/base: Fix #9423Andreas Voellmy2014-08-199-51/+92
* travis: Use hvr’s multi-ghc-PPAJoachim Breitner2014-08-191-5/+8
* Check if file is present instead of directoryThomas Miedema2014-08-191-1/+1
* Correct checkStrictBinds for generalised typearchblob2014-08-194-2/+22
* Add test case for #9046Vitaly Bragilevsky2014-08-193-0/+5
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-195-44/+4
* Mention that `Data.Ix` uses row-major indexingAlexander Berntsen2014-08-191-1/+1
* Explain how to clone GitHub forks. Ticket #8379.Thomas Miedema2014-08-191-7/+9
* Use absolute links to Cabal docs from the GHC users guide (#9154)Bob Ippolito2014-08-191-2/+2
* includes/stg/Prim.h: add matching 'hs_atomic_*' prototypesSergei Trofimovich2014-08-191-0/+38
* This note's name has been fixedGabor Greif2014-08-191-1/+1
* Have the RTS linker search symbols in the originating windows binary.Facundo Domínguez2014-08-182-9/+15
* Implement -rdynamic in Linux and Windows/MinGW32.Facundo Domínguez2014-08-186-1/+79
* UNREG: fix PackageKey emission into .hc filesSergei Trofimovich2014-08-181-2/+1
* Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-08-183-0/+60
* Make Prelude.signum handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-7/+8
* Make Prelude.abs handle -0.0 correctly (#7858)Alexander Berntsen2014-08-182-4/+8
* testsuite/T9379: Use GHC.Conc instead of Control.Concurrent.STMBen Gamari2014-08-181-1/+3
* Fix three problems with occurrence analysis on case alternatives.Andrew Farmer2014-08-181-21/+32
* concurrent/should_run/throwto002: DoRec -> RecursiveDoBen Gamari2014-08-181-1/+1
* ghci/scripts/ghci016: Add implementation for negateBen Gamari2014-08-181-0/+1
* Make T8832 operative on 32-bit systems (#8832)Reid Barton2014-08-184-3/+16