Skip to content

Commit 4013f45

Browse files
committed
chalk has moved to rust-lang
1 parent aa9bb67 commit 4013f45

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

src/traits/chalk-overview.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Chalk's functionality is broken up into the following crates:
172172
- `coherence`, which implements coherence rules
173173
- Also includes [chalki][chalki], chalk's REPL.
174174

175-
[Browse source code on GitHub](https://github.com/rust-lang-nursery/chalk)
175+
[Browse source code on GitHub](https://github.com/rust-lang/chalk)
176176

177177
## Testing
178178

@@ -202,8 +202,8 @@ Likewise, lowering tests use the [`lowering_success!` and
202202

203203
## More Resources
204204

205-
* [Chalk Source Code](https://github.com/rust-lang-nursery/chalk)
206-
* [Chalk Glossary](https://github.com/rust-lang-nursery/chalk/blob/master/GLOSSARY.md)
205+
* [Chalk Source Code](https://github.com/rust-lang/chalk)
206+
* [Chalk Glossary](https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md)
207207

208208
### Blog Posts
209209

@@ -224,34 +224,34 @@ Likewise, lowering tests use the [`lowering_success!` and
224224
[wf-checking]: ./wf.html
225225

226226
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
227-
[chalk]: https://github.com/rust-lang-nursery/chalk
228-
[rustc-issues]: https://github.com/rust-lang-nursery/rustc-guide/issues
227+
[chalk]: https://github.com/rust-lang/chalk
228+
[rustc-issues]: https://github.com/rust-lang/rustc-guide/issues
229229
[universal quantification]: https://en.wikipedia.org/wiki/Universal_quantification
230230

231-
[`ProgramClause`]: https://rust-lang-nursery.github.io/chalk/doc/chalk_ir/enum.ProgramClause.html
232-
[`ProgramEnvironment`]: https://rust-lang-nursery.github.io/chalk/doc/chalk_ir/struct.ProgramEnvironment.html
233-
[chalk_engine]: https://rust-lang-nursery.github.io/chalk/doc/chalk_engine/index.html
234-
[chalk_ir]: https://rust-lang-nursery.github.io/chalk/doc/chalk_ir/index.html
235-
[chalk_parse]: https://rust-lang-nursery.github.io/chalk/doc/chalk_parse/index.html
236-
[chalk_solve]: https://rust-lang-nursery.github.io/chalk/doc/chalk_solve/index.html
237-
[doc-chalk]: https://rust-lang-nursery.github.io/chalk/doc/chalk/index.html
238-
[engine-context]: https://rust-lang-nursery.github.io/chalk/doc/chalk_engine/context/index.html
239-
[rust_ir-program]: https://rust-lang-nursery.github.io/chalk/doc/chalk/rust_ir/struct.Program.html
240-
[rust_ir]: https://rust-lang-nursery.github.io/chalk/doc/chalk/rust_ir/index.html
241-
242-
[binders-struct]: https://github.com/rust-lang-nursery/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir.rs#L661
243-
[chalk-ast]: https://github.com/rust-lang-nursery/chalk/blob/master/chalk-parse/src/ast.rs
244-
[chalk-test-example]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
245-
[chalk-test-lowering-example]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
246-
[chalk-test-lowering]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
247-
[chalk-test-wf]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
248-
[chalki]: https://rust-lang-nursery.github.io/chalk/doc/chalki/index.html
249-
[clause]: https://github.com/rust-lang-nursery/chalk/blob/master/GLOSSARY.md#clause
250-
[coherence-src]: https://github.com/rust-lang-nursery/chalk/blob/master/src/coherence.rs
251-
[ir-code]: https://github.com/rust-lang-nursery/chalk/blob/master/src/rust_ir.rs
252-
[rules-environment]: https://github.com/rust-lang-nursery/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/rules.rs#L9
253-
[rules-src]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules.rs
254-
[rules-wf-src]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf.rs
255-
[solve_goal]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
256-
[test-lowering-macros]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
257-
[test-macro]: https://github.com/rust-lang-nursery/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33
231+
[`ProgramClause`]: https://rust-lang.github.io/chalk/doc/chalk_ir/enum.ProgramClause.html
232+
[`ProgramEnvironment`]: https://rust-lang.github.io/chalk/doc/chalk_ir/struct.ProgramEnvironment.html
233+
[chalk_engine]: https://rust-lang.github.io/chalk/doc/chalk_engine/index.html
234+
[chalk_ir]: https://rust-lang.github.io/chalk/doc/chalk_ir/index.html
235+
[chalk_parse]: https://rust-lang.github.io/chalk/doc/chalk_parse/index.html
236+
[chalk_solve]: https://rust-lang.github.io/chalk/doc/chalk_solve/index.html
237+
[doc-chalk]: https://rust-lang.github.io/chalk/doc/chalk/index.html
238+
[engine-context]: https://rust-lang.github.io/chalk/doc/chalk_engine/context/index.html
239+
[rust_ir-program]: https://rust-lang.github.io/chalk/doc/chalk/rust_ir/struct.Program.html
240+
[rust_ir]: https://rust-lang.github.io/chalk/doc/chalk/rust_ir/index.html
241+
242+
[binders-struct]: https://github.com/rust-lang/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir.rs#L661
243+
[chalk-ast]: https://github.com/rust-lang/chalk/blob/master/chalk-parse/src/ast.rs
244+
[chalk-test-example]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
245+
[chalk-test-lowering-example]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
246+
[chalk-test-lowering]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
247+
[chalk-test-wf]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
248+
[chalki]: https://rust-lang.github.io/chalk/doc/chalki/index.html
249+
[clause]: https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md#clause
250+
[coherence-src]: https://github.com/rust-lang/chalk/blob/master/src/coherence.rs
251+
[ir-code]: https://github.com/rust-lang/chalk/blob/master/src/rust_ir.rs
252+
[rules-environment]: https://github.com/rust-lang/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/rules.rs#L9
253+
[rules-src]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules.rs
254+
[rules-wf-src]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf.rs
255+
[solve_goal]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
256+
[test-lowering-macros]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
257+
[test-macro]: https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33

src/traits/slg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ well as the various *strands*, which are basically suspended
4747
computations that may be used to find more answers. Tables are
4848
interdependent: solving one query may require solving others.
4949

50-
[`Forest`]: https://rust-lang-nursery.github.io/chalk/doc/chalk_engine/forest/struct.Forest.html
50+
[`Forest`]: https://rust-lang.github.io/chalk/doc/chalk_engine/forest/struct.Forest.html
5151

5252
### Walkthrough
5353

@@ -150,7 +150,7 @@ is the subgoal after the turnstile (`:-`) that we are currently trying
150150
to prove in this strand. Initally, when a strand is first created,
151151
there is no selected subgoal.
152152

153-
[`ExClause`]: https://rust-lang-nursery.github.io/chalk/doc/chalk_engine/struct.ExClause.html
153+
[`ExClause`]: https://rust-lang.github.io/chalk/doc/chalk_engine/struct.ExClause.html
154154

155155
**Activating a strand.** Now that we have created the table T0 and
156156
initialized it with strands, we have to actually try and produce an answer.
@@ -187,7 +187,7 @@ Here, we write `selected(L, An)` to indicate that (a) the literal `L`
187187
is the selected subgoal and (b) which answer `An` we are looking for. We
188188
start out looking for `A0`.
189189

190-
[`ensure_root_answer`]: https://rust-lang-nursery.github.io/chalk/doc/chalk_engine/forest/struct.Forest.html#method.ensure_root_answer
190+
[`ensure_root_answer`]: https://rust-lang.github.io/chalk/doc/chalk_engine/forest/struct.Forest.html#method.ensure_root_answer
191191

192192
**Processing the selected subgoal.** Next, we have to try and find an
193193
answer to this selected goal. To do that, we will u-canonicalize it
@@ -297,6 +297,6 @@ more answers later on.
297297
- [Negative Reasoning in Chalk][negative-reasoning-blog] explains the need
298298
for negative reasoning, but not how the SLG solver does it
299299

300-
[readme]: https://github.com/rust-lang-nursery/chalk/blob/239e4ae4e69b2785b5f99e0f2b41fc16b0b4e65e/chalk-engine/src/README.md
300+
[readme]: https://github.com/rust-lang/chalk/blob/239e4ae4e69b2785b5f99e0f2b41fc16b0b4e65e/chalk-engine/src/README.md
301301
[slg-blog]: http://smallcultfollowing.com/babysteps/blog/2018/01/31/an-on-demand-slg-solver-for-chalk/
302302
[negative-reasoning-blog]: http://aturon.github.io/blog/2017/04/24/negative-chalk/

0 commit comments

Comments
 (0)