| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-27 | coverage tests have moved, twice (#1780) | Tshepang Mbambo | -4/+5 | |
| 2023-08-27 | remove extraneous word (#1779) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | llvm updates (#1761) | Tshepang Mbambo | -3/+4 | |
| 2023-08-27 | make link more pleasant to eye (#1777) | Tshepang Mbambo | -2/+2 | |
| 2023-08-27 | date-check: test suites/classes using "revisions" (#1738) | Tshepang Mbambo | -3/+9 | |
| 2023-08-27 | share link target (#1740) | Tshepang Mbambo | -5/+5 | |
| 2023-08-27 | indicate full hierarchy of config option (#1776) | Tshepang Mbambo | -6/+6 | |
| 2023-08-27 | remove stray word (#1773) | Tshepang Mbambo | -1/+1 | |
| 2023-08-27 | it is lower-case (#1772) | Tshepang Mbambo | -1/+1 | |
| 2023-08-22 | Suggest enabling patch-binaries-for-nix in `shell.nix` (#1774) | Ethan Brierley | -0/+1 | |
| Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - https://github.com/rust-lang/rust/issues/115073 | ||||
| 2023-08-22 | Fix long lines | Wesley Wiser | -8/+17 | |
| 2023-08-22 | Add additional licensing concerns to docs | Wesley Wiser | -0/+33 | |
| Content included from https://github.com/rust-lang/compiler-team/issues/220. | ||||
| 2023-08-22 | avoid repetition | Tshepang Mbambo | -2/+2 | |
| 2023-08-22 | Fix broken links format | yukang | -3/+2 | |
| 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 | ||||
