| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2023-07-08 | improve explanation of placing tests in separate file (#1721) | Tshepang Mbambo | -7/+6 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-07-08 | various fixes/improvements to Contributing chapter (#1723) | Tshepang Mbambo | -73/+69 | |
| 2023-07-08 | ty::ConstKind has moved (#1724) | Tshepang Mbambo | -1/+1 | |
| 2023-07-05 | document `.x test --rustc-args` option | Rémy Rakic | -0/+9 | |
| 2023-07-03 | tests/run-make files have moved | Tshepang Mbambo | -4/+3 | |
| 2023-07-03 | replace dead link (#1717) | Tshepang Mbambo | -1/+1 | |
| 2023-07-02 | fix link | Tshepang Mbambo | -2/+2 | |
| 2023-07-03 | update link | Tshepang Mbambo | -1/+1 | |
| 2023-07-02 | typo | Tshepang Mbambo | -1/+1 | |
| 2023-07-02 | OwningRef exists no more | Tshepang Mbambo | -2/+0 | |
| 2023-07-01 | Try to avoid confusion | sslime336 | -22/+29 | |
| 2023-06-30 | typo | Tshepang Mbambo | -1/+1 | |
| 2023-06-30 | Fix line length out of limit | sslime336 | -1/+2 | |
| 2023-06-30 | Change `x.py` into `x`, add explanation for `x` | sslime336 | -42/+67 | |
| 2023-06-30 | Change `./x.py` into `./x` | sslime336 | -157/+155 | |
| 2023-06-29 | include rustc-dev-guide's own issues in suggested search | jyn | -1/+1 | |
| 2023-06-29 | Improve Windows docs | jyn | -2/+20 | |
| 2023-06-29 | Inline alternate x.py invocations from the rust-lang/rust readme | jyn | -0/+25 | |
| I'm going to make a follow-up PR shortly linking from rust-lang/rust to the dev guide so this info isn't duplicated. | ||||
| 2023-06-29 | cleanup the "tracking issue" section | jyn | -18/+3 | |
| mostly this just suggests using a tracking issue instead of inlining the info from the issue template | ||||
| 2023-06-29 | fix broken link | jyn | -1/+1 | |
| 2023-06-29 | move the Breaking Changes section later in the guide | jyn | -1/+1 | |
| 2023-06-29 | distinguish language and library processes more consistently | jyn | -7/+12 | |
| 2023-06-29 | Move "Adding a new feature gate" to the "Implementing new features" chapter | jyn | -47/+52 | |
| Splitting the two was confusing and meant that similar information was in wildly different parts of the guide. Combine them into a single page. | ||||
| 2023-06-29 | Reword `messages.ftl` example. | Eric Huss | -5/+6 | |
| 2023-06-29 | Fix some links | Eric Huss | -28/+28 | |
| 2023-06-28 | fix link | Tshepang Mbambo | -1/+1 | |
| 2023-06-28 | Define more lint terms | Eric Huss | -0/+77 | |
| 2023-06-26 | fix_typo | Oleksandr Babak | -1/+1 | |
| 2023-06-26 | run-make tests: fix and improve (#1702) | Tshepang Mbambo | -3/+3 | |
| 2023-06-23 | add stub for proof trees (#1700) | lcnr | -0/+51 | |
