| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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). | ||||
| 2020-08-26 | Set ninja=true by default | Josh Triplett | -0/+1 | |
| Ninja substantially improves LLVM build time. On a 96-way system, using Make took 248s, and using Ninja took 161s, a 35% improvement. We already require a variety of tools to build Rust. If someone wants to build without Ninja (for instance, to minimize the set of packages required to bootstrap a new target), they can easily set `ninja=false` in `config.toml`. Our defaults should help people build Rust (and LLVM) faster, to speed up development. | ||||
| 2020-07-19 | older toolchains not valid any more | Andreas Jonson | -14/+3 | |
| with the change to llvm 10 the parameter LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN do not do any thing as min and soft error is the same. see https://github.com/rust-lang/llvm-project/blob/86b120e6f302d39cd6973b6391fb299d7bc22122/llvm/cmake/modules/CheckCompilerVersion.cmake | ||||
| 2020-07-03 | Fix "getting started" link | Valentin | -1/+1 | |
| The previous link is 404. | ||||
| 2020-07-02 | Rollup merge of #73454 - mark-i-m:contributing, r=nikomatsakis | Manish Goregaokar | -21/+8 | |
| Move contributing.md to rustc-dev-guide and point at getting started See description on https://github.com/rust-lang/rustc-dev-guide/pull/753 | ||||
| 2020-06-25 | Add responsiveness to logo | Anirban | -2/+2 | |
| Added responsiveness to image logo based on device width (set at 90% of device width, which can be changed as per requirement) | ||||
| 2020-06-25 | Added clickable-link | Anirban | -0/+2 | |
| Linked the logo/svg to https://www.rust-lang.org/ (change if required) | ||||
| 2020-06-25 | Add alternate text for rust logo image | Anirban | -1/+1 | |
| 2020-06-25 | Commit suggestion | Anirban | -1/+1 | |
| Co-authored-by: Niko Matsakis <niko@alum.mit.edu> | ||||
| 2020-06-24 | Update README.md | Anirban | -4/+4 | |
| 2020-06-24 | Minor correction to sentence structure | Anirban | -4/+3 | |
| 2020-06-23 | Fix sentence structure | Anirban | -9/+9 | |
| Fixed grammar and sentence structure on appropriate instances. | ||||
| 2020-06-17 | move contributing.md to rustc-dev-guide and point at getting started | mark | -21/+8 | |
| 2020-06-02 | Update README.md | DutchGhost | -1/+1 | |
| https://github.com/rust-lang/rust/pull/72827 changed it from `*.nix` to `Unix-like system`, but actually it should be `a Unix-like system` | ||||
| 2020-06-01 | changed *nix to Unix-like | Miller | -1/+1 | |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+2 | |
| 2020-03-31 | Fix broken link in README | Russell Cohen | -1/+1 | |
| Crate name for rustc entry point docs changed. Fixes #70603 | ||||
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -2/+2 | |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -3/+3 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -3/+3 | |
| 2019-11-06 | Fix broken link in README | Alice Ryhl | -1/+1 | |
| 2019-10-02 | Replace mentions of IRC with Discord | BO41 | -7/+5 | |
| 2019-09-29 | fixed typo | = | -1/+1 | |
| 2019-09-28 | linux -> Linux | = | -1/+1 | |
| 2019-09-28 | add pkg-config to dependencies | = | -0/+1 | |
| 2019-09-19 | Rollup merge of #63630 - andjo403:bump_compiler, r=nikomatsakis | Mazdak Farrokhzad | -1/+12 | |
| Update installed compiler dependencies As llvm have updated the minimum toolchain https://reviews.llvm.org/D66188 | ||||
| 2019-09-14 | Update installed compiler dependencies | Andreas Jonson | -1/+12 | |
| there is a soft-error for older toolchains from https://reviews.llvm.org/D57264 in preparation for the hard error in https://reviews.llvm.org/D66188 | ||||
| 2019-09-06 | Added more prereqs and note about default directory | Aditya Atluri | -0/+3 | |
| 2019-07-31 | Fix README MSVC URI | Martin Finkel | -1/+1 | |
| 2019-07-22 | Change "OSX" to "macOS" | Alex Touchet | -5/+5 | |
| 2019-07-09 | Update cargo-vendor usage | Eric Huss | -41/+27 | |
| 2019-07-04 | Update README.md | Mark Brooks | -1/+1 | |
| 2019-06-08 | Neutralize link | Sunreal | -2/+1 | |
| 2019-06-07 | rephrase | Sunreal | -3/+2 | |
| 2019-06-05 | Windows 10 SDK is also required now. | Sunreal | -0/+2 | |
| 2019-05-23 | Remove the incorrect warning from README.md | Scott McMurray | -4/+3 | |
| My problem was user error; thanks to @Zoxc for fixing me! r? @alexcrichton | ||||
| 2019-05-13 | README: Mention MSVC 2017+, not 2013(!) | Scott McMurray | -3/+9 | |
| LLVM will soon require 2017+ [1] (and our in-tree version just rejected the version of 2015 I was using), so update the mention and provide a link. [1]: https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library | ||||
| 2019-04-12 | Add a link to the licenses page | Andrew Xu | -0/+4 | |
