dc8548cd
|
Takenobu Tani
|
Clean up module paths after #13009
See also https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular
|
|
f44c17be
|
Sylvain Henry
|
StgToCmm renamings after #13009
|
|
cd0fe4eb
|
Alex D
|
Update overview
|
|
0cf77ce6
|
Leif Metcalf
|
Fix links to code.
|
|
cb122086
|
Ben Gamari
|
Fix links to GHC source files
Rewritten with,
```
sed -i -e 's%/ghc/ghc/tree%https://gitlab.haskell.org/ghc/ghc/tree%g' $(find -iname '*.md')
```
|
|
56738617
|
Ben Gamari
|
Rewrite superfluous issue links
Many issues in the wiki were unnecessarily links:
```
... patch posted in [\#1346](https://gitlab.haskell.org/ghc/ghc/issues/1346).
```
This rewrites these as `#1346` using
```bash
sed -i -r -e 's/\[\\#([0-9]+)\]\([^)]+\/\1\)/#\1/g' $(find -iname '*.md')
```
And manually eyeballing the result.
|
|
33352ae3
|
Ben Gamari
|
Merge branch 'master' into fixed-master
|
|
4db3d179
|
Takenobu Tani
|
Fix layout in gitlab miglation
|
|
e483f083
|
Tobias Dammers
|
Fix links to GHC source code
|
|
fdb71faa
|
Ben Gamari
|
Rename ca-fs pages to CAFs
Fixes gitlab-migration#39.
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
11d8ff45
|
Tobias Dammers
|
Fix links to GHC source code
|
|
71e3f43f
|
Ben Gamari
|
Rename ca-fs pages to CAFs
Fixes gitlab-migration#39.
|
|
36d89f99
|
Shao Cheng
|
tryNewCodeGen has been renamed to doCodeGen in c0258176ad255ac42a68df75ac4287630a6c82c0. Updating this page to avoid confusion
|
|
1cdffb7c
|
Simon Peyton Jones
|
Edit Commentary/Compiler/CodeGen/Overview
|
|