Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix StringReader references #2230

Closed
wants to merge 2,506 commits into from

Conversation

nnethercote
Copy link
Contributor

StringReader was renamed Lexer in rust-lang/rust#133070. This commit updates the guide accordingly.

Arthur-Milchior and others added 30 commits January 28, 2024 06:12
Most files names are relatively explicit and probably don't need to be
explicited.  However `rt.rs` is really not clear, and I believe it clarifies the
text to indicate this is runtime service implementation.
* Add link in salsa

* Update src/salsa.md

Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>

* Update src/salsa.md

Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>

---------

Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
since this method has been renamed in rustc.

Also remove a link to  documentation in error-guaranteed.md because it was unused
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
* add implied bounds doc

* lazy type aliases also have explicit implied bounds
* add opaque types doc

* summary
* make shell.nix better

* Mention using RUST_BOOTSTRAP_CONFIG

* Move things to `buildInputs` and add `glibc.out glibc.static`

This fixes the nofile-limit.rs UI test.

* short lines for the short line fans

* Fix pkgs
* Add some more details on feature gating

* Apply suggestions from code review

---------

Co-authored-by: Ross Smyth <rsmyth@electrocraft.com>
Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
jieyouxu and others added 25 commits October 7, 2024 14:33
Co-authored-by: nora <48135649+Noratrieb@users.noreply.github.com>
But accept test names that include non-prefix issue number.
Co-authored-by: Jieyou Xu <39484203+jieyouxu@users.noreply.github.com>
Co-authored-by: Tbkhi <me.stole546@silomails.com>
fix conflicting link names that lead to the "chapter link" leading to rustdoc's source code instead.
* Fix broken link in syntax-intro.md

* Fix broken link in tests/compiletest.md

* Fix incorrectly formatted reference-style link in compiler-src.md

* Fix broken links to rustc-driver.md to point to rustc-driver/intro.md

* Define URLs for incomplete links to rustc sources in stabilization_guide.md

* Define link to coherence.md for incomplete link in solve/invariants.md
Co-authored-by: Jieyou Xu <jieyouxu@outlook.com>
`StringReader` was renamed `Lexer` in
rust-lang/rust#133070. This commit updates the
guide accordingly.
@nnethercote
Copy link
Contributor Author

Whoa, git failure on my end. Let me fix this up.

@nnethercote
Copy link
Contributor Author

Ok, this was already fixed in #2208.

@nnethercote nnethercote deleted the fix-StringReader-refs branch January 28, 2025 23:19
@BoxyUwU
Copy link
Member

BoxyUwU commented Jan 29, 2025

🤏 close to getting right to the top spot of contributors to the dev guide by line number 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.