dc8548cd
|
Takenobu Tani
|
Clean up module paths after #13009
See also https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular
|
|
826692c7
|
Ben Gamari
|
Update ticky ticky
|
|
f44c17be
|
Sylvain Henry
|
StgToCmm renamings after #13009
|
|
68031c49
|
Sebastian Graf
|
Update ticky ticky
|
|
c26b8cdd
|
Sebastian Graf
|
Update ticky ticky
|
|
dde0ac8e
|
Ben Gamari
|
Mention compare-ticks
|
|
81fc5cc5
|
Daniel Gröber (dxld)
|
Fix typo s/Allod'd/Alloc'd/
|
|
0dfa7b62
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e `'s#haskell.org/ghc/ghc/tree/master/ghc/#haskell.org/ghc/ghc/blob/master/#g'
|
|
13ee9668
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e 's#/trac/ghc/browser/ghc/#https://gitlab.haskell.org/ghc/ghc/blob/master/#g'`
|
|
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.
|
|
e483f083
|
Tobias Dammers
|
Fix links to GHC source code
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
11d8ff45
|
Tobias Dammers
|
Fix links to GHC source code
|
|
04e155c4
|
sgraf
|
Edit Debugging/TickyTicky
|
|
df12d2b2
|
Ömer Sinan Ağacan
|
Edit Debugging/TickyTicky
|
|
d6eaa752
|
bgamari
|
Edit Debugging/TickyTicky
|
|
19c71e92
|
Simon Peyton Jones
|
Edit Debugging/TickyTicky
|
|
528654d6
|
dfeuer
|
Edit Debugging/TickyTicky
|
|