| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-16 | Update Rust Foundation links in Readme | Alex Touchet | -3/+3 | |
| 2024-12-09 | Grammar fixes | Aarik Pokras | -1/+1 | |
| 2024-04-03 | Use SVG logos in the README.md. | Zander Milroy | -3/+3 | |
| These should likely eventually reference the rust-lang.org site instead of raw.githubusercontent.com | ||||
| 2024-04-03 | Add nice header to our README.md | Urgau | -19/+15 | |
| 2024-04-03 | Add Why Rust? section to the README.md and mention our tools | Urgau | -0/+13 | |
| 2024-01-15 | Update Readme | Alex Touchet | -2/+4 | |
| 2024-01-13 | Move section "Installing from Source" to seperate file | henrispriet | -251/+2 | |
| 2023-11-29 | Capitalize ToC in README.md | Nine | -1/+1 | |
| 2023-11-29 | Fix typo in README.md | Nine | -1/+1 | |
| 2023-10-19 | Updated README with expandable table of content. | Claes Gill | -0/+14 | |
| 2023-10-06 | typo in README.md | AdityaPrakash | -1/+1 | |
| 2023-07-01 | Use consistent formatting in Readme | Alex Touchet | -12/+17 | |
| 2023-06-24 | outline x.py alternate invocations to the dev guide | jyn | -13/+2 | |
| almost no one on windows builds from source unless they're contributing, and `./x.py` just works on most unix systems. | ||||
| 2023-04-19 | Update readme to suggest `./configure` instead of printf | jyn | -26/+25 | |
| This also makes some other minor cleanups: - Suggest `python x.py` on windows instead of `./x.py`, which usually doesn't work - Move the "Configure and Make" section to a subsection of "Building on Unix" - Mention `config.toml` earlier - Suggest `x.py setup user` on Windows, since `configure` won't work | ||||
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -1/+1 | |
| 2023-02-26 | Bages for easy access links to Rust community | 0xf333 | -0/+2 | |
| 2022-12-28 | Improve Markdown styling in README | Alex Touchet | -73/+90 | |
| 2022-12-26 | readme: update section on how to run x.py | KaDiWa | -8/+9 | |
| 2022-12-24 | Update README.md | Gimbles | -2/+2 | |
| 2022-12-24 | Update README.md | Gimbles | -2/+2 | |
| 2022-12-24 | Bold | Gimbles | -1/+1 | |
| 2022-12-23 | Remove ancient and outdated references to `config.mk` | Joshua Nelson | -3/+1 | |
| 2022-12-23 | Suggest `profile = "user"` in the README | Joshua Nelson | -7/+6 | |
| This sets several useful defaults, like `extended = true`, and gives us a path forward for changing global defaults without breaking distros. | ||||
| 2022-12-23 | Add detail about dependencies from the dev-guide | Joshua Nelson | -13/+42 | |
| The goal is to remove this altogether from the dev-guide once this PR is merged. | ||||
| 2022-12-23 | Link to other resources instead of inlining their information | Joshua Nelson | -31/+6 | |
| The other places are more accurate and up-to-date. - Link to `std-dev-guide` in CONTRIBUTING.md Thom and Mara said the guide is in reasonably good shape, and it's tailored more closely to people working on the standard library. - Link to CONTRIBUTING.md instead of rustc-dev-guide in the main readme CONTRIBUTING.md has more information and also links the std-dev-guide. - Link to forge for the list of tested platforms; the one in the readme was hopelessly out of date. | ||||
| 2022-09-12 | very minor readme.md changes | zahash | -1/+1 | |
| 2022-09-11 | replace i.e. with e.g. in readme which is more accurate given the context | zahash | -1/+1 | |
| 2022-09-11 | smol grammar changes to README.md | zahash | -12/+11 | |
| 2022-08-23 | Update README.md | Tushar Dahiya | -2/+2 | |
| 2022-08-03 | Increase the minimum linux-gnu versions | Josh Stone | -1/+1 | |
| This is implementing the MCP from rust-lang/compiler-team#493. It is increasing the minimum requirements of a couple Tier 1 targets, and others at lower tiers, so this should go through FCP sign-offs for both `T-compiler` and `T-release`. The new `linux-gnu` baseline is kernel 3.2 and glibc 2.17. We will also take that kernel as the minimum floor for _all_ `*-linux-*` targets, so it may be broadly assumed in the implementation of the standard library. That does not preclude specific targets from having greater requirements where it makes sense, like a new arch needing something newer, or a platform like `linux-android` choosing a newer baseline. | ||||
| 2022-06-21 | Fix typo | Lucas Thormann | -1/+1 | |
| 2021-11-22 | Give people a single link they can click in the contributing guide | Joshua Nelson | -1/+4 | |
| Doc Jones mentioned that one of the things making it hard to get started is that the amount of information is overwhelming, between the dev-guide, contributing guide, and discussion platforms. This gives people a single link they can click to ask for help. | ||||
| 2021-07-01 | Rollup merge of #85504 - liigo:patch-13, r=Mark-Simulacrum | Yuki Okushi | -4/+3 | |
| the foundation owns rust trademarks | ||||
| 2021-06-21 | Delete spaces | Alexander Melentyev | -1/+1 | |
| 2021-05-26 | this section is just about trademarks, not governance | Liigo Zhuang | -4/+2 | |
| 2021-05-20 | the foundation owns rust trademarks | Liigo Zhuang | -2/+3 | |
| 2021-05-18 | Add x.py pre-setup instructions | Lee Bradley | -2/+22 | |
| This change adds pre-setup instructions that outline how x.py requires python to be setup and how to work around the problem of x.py failing to locate python, especially now that Ubuntu 20.04's dropped default python command is causing people to encounter this issue regularly. See also: #71818 | ||||
| 2021-03-10 | update MSYS2 link in README | Trevor Spiteri | -1/+1 | |
| Now https://msys2.github.io/ redirects to https://www.msys2.org/, so the README might just link to that immediately. | ||||
| 2021-03-09 | Update README.md to use the correct cmake version number | Wesley Wiser | -1/+1 | |
| LLVM requires at least cmake 3.13.4 and cmake is only required to build LLVM. Also closes #42555 | ||||
| 2020-12-23 | Bring back a top level heading | Corey Farwell | -0/+2 | |
| 2020-12-17 | Remove giant badge in README | Corey Farwell | -4/+0 | |
| 2020-10-18 | bootstrap: Print units for "finished in xxx" message | Camelid | -2/+1 | |
| It now says "finished in xxx seconds". Also slightly improved some wording in the README. | ||||
| 2020-09-18 | README.md: Remove prompts from code blocks | qlcom | -13/+13 | |
| 2020-09-09 | Auto merge of #76418 - jyn514:readme, r=Dylan-DPC | bors | -5/+4 | |
| Move sections about contributing closer together in the README This makes it easier to find what to do if you're interested in contributing. | ||||
| 2020-09-06 | Remove duplicate 'note:' | Joshua Nelson | -2/+2 | |
| 2020-09-06 | Move sections about contributing closer together | Joshua Nelson | -4/+3 | |
| 2020-09-02 | Add missing link in README | Camelid | -0/+2 | |
| 2020-09-01 | Remove tick for macOS x86 | Lzu Tao | -1/+7 | |
| 2020-08-31 | Adjust Linux supported kernels and glibc | Lzu Tao | -5/+5 | |
| 2020-08-31 | Update MinGW instructions to include ninja | CDirkx | -2/+3 | |
| Added the `mingw-w64-x86_64-ninja` package to the build guide for MinGW, as well as a note not to use the `ninja` package from the `msys2` subsystem (doesn't handle paths correctly on windows). | ||||
