| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | missing space | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | avoid link rot | Tshepang Mbambo | -1/+1 | |
| 2023-08-21 | update internal terminology: Substs -> GenericArgs | yukang | -57/+57 | |
| 2023-08-21 | Update suggested.md | Absobel | -1/+1 | |
| I imagine that the book meant that a full build isn't needed since it gave as an example the addition of a debug! statement | ||||
| 2023-08-20 | Update outdated doc for types (#1768) | Yukang | -5/+7 | |
| 2023-08-18 | Add dropck documentation (#1767) | Santiago Pastorino | -0/+155 | |
| 2023-08-14 | fix: stabilize debugger_visualizer | Emmanuel Ferdman | -2/+2 | |
| Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> | ||||
| 2023-08-11 | refactor(parts): remove part numbers to be consistent | İsmail Arılık | -3/+3 | |
| 2023-08-11 | revert(part-5-intro): revert 4806958 | İsmail Arılık | -1/+1 | |
| I will remove part numbers after that. | ||||
| 2023-08-11 | revert(part-2-intro): revert 2f0aa1e | İsmail Arılık | -1/+1 | |
| I will remove part numbers after that. | ||||
| 2023-08-11 | fix(part-2-intro): remove the phrase "from Part 1" which is not exist | İsmail Arılık | -1/+1 | |
| 2023-08-11 | feat(part-5-intro): make "Part 5" obvious | İsmail Arılık | -1/+1 | |
| 2023-08-08 | Improve clarity about attribute applicability | Nicky Lim | -3/+3 | |
| 2023-08-08 | Update to new warning attribute | Nicky Lim | -6/+7 | |
| 2023-08-03 | Add RPITIT documentation (#1764) | Santiago Pastorino | -0/+420 | |
| 2023-08-01 | fix(visitor.md): fix a type name in a code sample | İsmail Arılık | -1/+1 | |
| From the context, it is understood that this type is `MyVisitor`, not `NoLandingPads`. | ||||
| 2023-07-30 | fix(name-resolution): remove unnecessary closing paranthesis | İsmail Arılık | -1/+1 | |
| 2023-07-28 | fix(macro-expansion.md): fix the article `an` to `a` to have uninterrupted ↵ | İsmail Arılık | -1/+1 | |
| reading | ||||
| 2023-07-28 | fix(serialization.md): fix the name of a derive macro | İsmail Arılık | -1/+1 | |
| It should be like this since in the next sentence, it is specified that this should generate an implementation. | ||||
| 2023-07-27 | fix(serialization.md): add a necessary plural suffix | İsmail Arılık | -1/+1 | |
| This is better not to have an interruption while reading it fast. | ||||
| 2023-07-27 | fix(salsa.md): add punctuation to prevent confusion | İsmail Arılık | -2/+2 | |
| 2023-07-27 | fix(salsa.md): remove duplicate "To Be" verb | İsmail Arılık | -1/+1 | |
| 2023-07-24 | feat(fuzzing.md): make `halfempty` word a link | İsmail Arılık | -1/+1 | |
| 2023-07-24 | fix(about.md): use `a` instead of `an` | İsmail Arılık | -1/+1 | |
| Pronunciation of the next word requires it. | ||||
| 2023-07-22 | refactor(git.md) use `<>` instead of long `[...](...)` syntax for plain links | İsmail Arılık | -2/+2 | |
| 2023-07-22 | refactor(git.md): make git-scm links clickable | İsmail Arılık | -2/+2 | |
| Some of them wasn't clickable. | ||||
| 2023-07-22 | fix(walkthrough.md) add a comma operator to eliminate ambiguity | İsmail Arılık | -1/+1 | |
| There was an ambiguity on whether the `it` after `don't` is a subject or object. | ||||
| 2023-07-21 | fix(git.md): remove a confusing end of sentence character | İsmail Arılık | -1/+1 | |
| It might cause a confusion since it is not end of a sentence. | ||||
| 2023-07-19 | refactor(profiling/with_perf): remove a wrong to be verb | İsmail Arılık | -1/+1 | |
| 2023-07-18 | refactor(tests/headers): remove duplicate list item | İsmail Arılık | -1/+0 | |
| 2023-07-18 | refactor(test/headers.md): make the meaning more obvious | İsmail Arılık | -1/+1 | |
| 2023-07-18 | refactor(tests/ui): remove unnecessary duplicate word | İsmail Arılık | -1/+1 | |
| 2023-07-18 | fix(duplicate): remove unnecessary duplicate word | İsmail Arılık | -1/+1 | |
| 2023-07-15 | generic_arguments.md: substs -> GenericArgs | Mahdi Dibaiee | -13/+13 | |
| See https://github.com/rust-lang/rust/pull/113591 | ||||
| 2023-07-14 | fix(suggested): remove an unnecessary and confusing statement | İsmail Arılık | -3/+0 | |
| This statement is not about Visual Studio Code; it is about Neovim and it is already in that section. And it is also confusing for a VS Code user. So I think it is better to remove it. | ||||
| 2023-07-14 | make it read better | Tshepang Mbambo | -1/+1 | |
| 2023-07-14 | fix(how-to-build-and-run): fix a typo ("fromer" -> "former") | İsmail Arılık | -1/+1 | |
| I think it is a typo, isn't it? 🤔 | ||||
| 2023-07-13 | fix(how-to-build-and-run): remove a wrong paragraph | İsmail Arılık | -4/+0 | |
| This paragraph says that given README section have instructions on how to install Python and other prerequisites but it doesn't. Other than that "Dependencies" section in the README is already given in this section of the rustc-dev-guide: https://rustc-dev-guide.rust-lang.org/building/prerequisites.html#dependencies So this paragraph seems not necessary. | ||||
| 2023-07-13 | linked issue is closed (#1729) | Tshepang Mbambo | -18/+0 | |
| 2023-07-12 | remove duplicated reference in about-this-guide.md | İsmail Arılık | -1/+0 | |
| Forge is already mentioned in an item above. | ||||
| 2023-07-11 | Update src/early-late-bound.md | Michael Goulet | -1/+1 | |
| 2023-07-11 | caps is so important | Boxy | -1/+1 | |
| Co-authored-by: Michael Goulet <michael@errs.io> | ||||
| 2023-07-11 | Gats isnt the only cool kid anymore | Boxy | -3/+1 | |
| Co-authored-by: Michael Goulet <michael@errs.io> | ||||
| 2023-07-11 | split file and replace with deep dive doc | Boxy | -88/+242 | |
| 2023-07-11 | add section for normalization with the new solver | lcnr | -0/+81 | |
| 2023-07-11 | Improve cleanup-crew.md with an example post | İsmail Arılık | -1/+1 | |
| Add a post which explains how to use C-reduce with Rust in cleanup-crew.md | ||||
| 2023-07-09 | fix: update link to function coverage (#1727) | Emmanuel Ferdman | -1/+1 | |
| 2023-07-09 | Fix a bug in getting-started.md (#1726) | İsmail Arılık | -1/+1 | |
