| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-16 | remove stray text (#1604) | Tshepang Mbambo | -1/+0 | |
| 2023-02-16 | Typo | Michele | -1/+1 | |
| 2023-02-16 | Typo | Michele | -1/+1 | |
| 2023-02-15 | Add link to vscode settings in Rust repo (#1591) | clubby789 | -0/+6 | |
| 2023-02-15 | avoid code duplication by including files in docs (#1598) | Tshepang Mbambo | -67/+4 | |
| 2023-02-15 | howto run the examples (#1593) | Tshepang Mbambo | -21/+17 | |
| 2023-02-15 | Add sample CodeLLDB launch.json (#1482) | AE1020 | -0/+34 | |
| * Add sample CodeLLDB launch.json There is a section with [instructions for setting up source analyzer in VSCode](https://rustc-dev-guide.rust-lang.org/building/suggested.html#configuring-rust-analyzer-for-rustc), but nothing for setting up debugging with CodeLLDB. This adds a sample configuration that may not be ideal, but appears to work for me. To source highlight the snippet, uses JavaScript instead of JSON so that comments do not show up as errors highlighted in red (VSCode allows comments). * Update src/compiler-debugging.md Co-authored-by: jyn <github@jyn.dev> * Update src/compiler-debugging.md Co-authored-by: jyn <github@jyn.dev> --------- Co-authored-by: Santiago Pastorino <spastorino@gmail.com> Co-authored-by: jyn <github@jyn.dev> | ||||
| 2023-02-15 | typo (#1600) | Tshepang Mbambo | -1/+1 | |
| Fixes #1599 | ||||
| 2023-02-14 | use actual names (#1594) | Tshepang Mbambo | -2/+2 | |
| 2023-02-14 | Fix a typo (#1597) | Tshepang Mbambo | -1/+1 | |
| 2023-02-13 | Add Neovim configuration information (#1545) | Christopher Smyth | -4/+32 | |
| * Add Neovim configuration information The JSON provided for VSCode works with coc and nlsp-settings. This is verified by https://github.com/fannheyward/coc-rust-analyzer/blob/9d8bdb9290e2a9644367594a1ceed0288506efcd/README.md for coc, and feeding the JSON in to this schema https://github.com/tamago324/nlsp-settings.nvim/blob/215b537cfb3fad7c9c2e352fe47a10698b0993e0/schemas/_generated/rust_analyzer.json for validating nlsp-settings. * Make the steps clear First open a Rust buffer Then update RA settings If you don't open a buffer first then nothing will happen. This is because the plugin makes a raw LSP RPC, so RA must be attached. * Use separate sections for VSCode and Nvim * Add a short section on the VSCode tasks. | ||||
| 2023-02-11 | Add a citation file | Yuki Okushi | -3/+12 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-09 | Improve git submodule help (#1587) | jyn | -8/+10 | |
| 2023-02-09 | update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590) | Hiroki Fujino | -17/+16 | |
| Closes https://github.com/rust-lang/rustc-dev-guide/issues/1581 | ||||
| 2023-02-08 | Replace settings.json with x.py setup note (#1588) | clubby789 | -36/+5 | |
| 2023-02-06 | Do not add accept header on linkcheck | Yuki Okushi | -1/+1 | |
| It seems that this header causes "406 Not Acceptable" failures: https://github.com/rust-lang/rustc-dev-guide/actions/runs/4092776683/jobs/7057742900 | ||||
| 2023-02-05 | Fixed small grammar mistake in monomorph.md (#1585) | Ciel | -1/+1 | |
| Fixes https://github.com/rust-lang/rustc-dev-guide/issues/1584 | ||||
| 2023-02-04 | update bootstrap guide (#1583) | Onur | -67/+11 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-02-04 | Use host symlink for custom rustup toolchain | Nixon Enraght-Moony | -8/+2 | |
| 2023-02-03 | Fix broken relative links | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-03 | Address the change in https://github.com/rust-lang/rust/pull/99715 | Yuki Okushi | -4/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-03 | Address the change in https://github.com/rust-lang/rust/pull/106718 | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-03 | Address the change in https://github.com/rust-lang/rust/pull/97287 | Yuki Okushi | -12/+12 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-03 | Address the change in https://github.com/rust-lang/rust/pull/107256 | Yuki Okushi | -7/+7 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-03 | Update explnation about benchmarks | Yuki Okushi | -5/+6 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-02 | Add param_env and wording | nils | -2/+3 | |
| 2023-02-02 | Expand section basedd on review comments | nils | -12/+37 | |
| 2023-02-02 | Add section on comparing types | Nilstrieb | -7/+25 | |
| 2023-02-01 | Update rustfmt path | Zephaniah Ong | -1/+1 | |
| As per https://github.com/rust-lang/rust/pull/107297#discussion_r1092764740, the change broke the rust-analyzer config. Hence, changing the docs to match the new path | ||||
| 2023-02-01 | fix wrong heading level (#1573) | Tshepang Mbambo | -1/+1 | |
| 2023-01-31 | fix incorrect position of topic | ozkanonur | -4/+4 | |
| Right now "Clarification of build command's stdout" topic shows up under the "Environment Variables" which is not correct. This commit aims to fix this problem. Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-31 | extend bootstrap related documentations | ozkanonur | -32/+83 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-31 | New infcx usage (#1571) | nils | -7/+5 | |
| Fixes https://github.com/rust-lang/rustc-dev-guide/issues/1543 | ||||
| 2023-01-29 | Apply suggestions from code review | Denis Belik | -4/+3 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2023-01-29 | Update ast-validation.md | Denis Belik | -3/+34 | |
| 2023-01-28 | Use ephemeral PAT for linkcheck | Yuki Okushi | -0/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-01-27 | update datecheck | lcnr | -1/+2 | |
| 2023-01-27 | review | lcnr | -10/+22 | |
| 2023-01-27 | line length | lcnr | -1/+2 | |
| 2023-01-27 | Update src/solve/canonicalization.md | lcnr | -1/+1 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2023-01-27 | review | lcnr | -4/+22 | |
| 2023-01-27 | Update src/solve/canonicalization.md | lcnr | -1/+1 | |
| Co-authored-by: Boxy <supbscripter@gmail.com> | ||||
| 2023-01-27 | fix line lengths | lcnr | -32/+67 | |
| 2023-01-27 | add section for the new trait solver | lcnr | -0/+328 | |
| 2023-01-27 | version 5 is now not supported (#1568) | Tshepang Mbambo | -7/+5 | |
| 2023-01-27 | there are still no locale bundles (#1567) | Tshepang Mbambo | -1/+1 | |
| 2023-01-27 | bumpt date-check examples to current month (#1566) | Tshepang Mbambo | -3/+3 | |
| 2023-01-25 | Update hir.md | Yang Pan | -2/+2 | |
| Fix method name and the link, as it's outdated. | ||||
| 2023-01-21 | fix review suggestion | Tshepang Mbambo | -1/+5 | |
| 2023-01-21 | accept review suggestion | Tshepang Mbambo | -3/+1 | |
| Co-authored-by: lcnr <rust@lcnr.de> | ||||
