| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-04-30 | Note that later versions of G++ are okay | Demetri Obenour | -1/+1 | |
| G++ 4.7 is the minimum requirement, but later versions are also okay. | ||||
| 2016-03-31 | Adding #rust-beginners to README and pointing the two channels on ↵ | David AO Lozano | -1/+2 | |
| getting-started | ||||
| 2016-03-20 | Correct Windows build instructions in README.md | Vadim Petrochenkov | -1/+1 | |
| http://mingw-w64.org/doku.php/download/mingw-builds now provides GCC 5.x as a default version, but avoiding 5.x is exactly the reason why Mingw-builds is recommended instead of MSYS2's own mingw toolchain. One of the 4.9.x versions has to manually chosen during installation. | ||||
| 2016-03-05 | Add note about avoiding spaces in MinGW install path | John Talling | -1/+1 | |
| Using spaces in the install path causes the issue in #31293. | ||||
| 2016-02-13 | configure: require Python 2.7 | Robin Kruppe | -1/+1 | |
| In other words, enforce what was documented in #30626 (and also stop blaming it on LLVM, we have at least one Python script of our own). Also, there is no Python later than 2.7 and there never will be. | ||||
| 2016-01-29 | Fix link to Installing Rust section of the book | Andrew Barchuk | -1/+1 | |
| 2016-01-15 | added link for issue mentioned in readme | Joshua Olson | -1/+1 | |
| ▲ ▲ ▲ | ||||
| 2016-01-14 | Rollup merge of #30626 - steveklabnik:gh30618, r=luqmana | Manish Goregaokar | -1/+1 | |
| Fixes #30618 | ||||
| 2016-01-05 | Update MinGW details in the README | Steve Klabnik | -14/+30 | |
| Fixes #29649 | ||||
| 2015-12-29 | We actually require python 2.7 | Steve Klabnik | -1/+1 | |
| Fixes #30618 | ||||
| 2015-12-07 | README.md - RAM requirement on 32-bit *nix | petevine | -1/+1 | |
| Running `/usr/bin/time -v make` to build rust (using local llvm) shows the maximum memory usage at 715 megabytes on 32-bit x86 (on arm linux it's even less @ 580M). Reworded according to @brson's input. | ||||
| 2015-11-09 | Redo the README intro again | Brian Anderson | -7/+3 | |
| 2015-11-01 | Formatting | Vadim Chugunov | -1/+2 | |
| 2015-11-01 | Clarify Windows gcc setup instructions. | Vadim Chugunov | -4/+7 | |
| 2015-10-24 | Auto merge of #29229 - SingingTree:reflect_28260_in_readme, r=alexcrichton | bors | -0/+7 | |
| This PR adds a note to the end of the Windows build instructions to reflect the issues detailed in #28260, as well as a work around using older versions of gcc. I've avoided going into detail as I did not wish to bloat the README, and so that the changes are easy to yank once the issue is resolved. | ||||
| 2015-10-24 | Reference #28260 in the README | Bryce Van Dyk | -1/+1 | |
| 2015-10-22 | Update readme to reflect #28260 and a workaround | Bryce Van Dyk | -0/+7 | |
| 2015-10-20 | Add example to install git in MSYS2 | Bryce Van Dyk | -1/+4 | |
| 2015-10-19 | Clean whitespace | Carlos Liam | -1/+1 | |
| Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines | ||||
| 2015-10-06 | Clean newlines | Carlos Liam | -1/+1 | |
| 2015-08-28 | Update README.md | Jake Shadle | -1/+1 | |
| Use suggested composite command instead of 2 separate commands. | ||||
| 2015-08-28 | Update README.md | Jake Shadle | -16/+3 | |
| Folded in suggestion from @brson to simply put the mirror update step in the regular set of tool chain install commands. | ||||
| 2015-08-27 | Update README.md | Jake Shadle | -0/+16 | |
| Encountered an issue going through the guide for installing the `mingw` toolchain on Windows with msys2, after some googling I found the [solution](https://github.com/Alexpux/MSYS2-packages/issues/163#issuecomment-73555971) and thought it would be good to update the README so people don't get frustrated. :) | ||||
| 2015-08-18 | Add notes about building documentation to the README. | Steve Klabnik | -0/+22 | |
| Fixes #27632 | ||||
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 | |
| Also fixes a few outdated links. | ||||
| 2015-07-03 | MYSY2 -> MSYS2 | Kagami Sascha Rosylight | -1/+1 | |
| 2015-06-30 | Rollup merge of #26373 - tshepang:patch-2, r=steveklabnik | Steve Klabnik | -1/+1 | |
| 2015-06-18 | README: improve description of Rust | Tshepang Lekhonkhobe | -3/+5 | |
| 2015-06-17 | README: make it clear rustc is the compiler | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-05-15 | Update README | Nick Hamann | -4/+6 | |
| Tries to make the introductory portion of the README flow better. | ||||
| 2015-05-12 | readme: Rework the arch support matrix | Richo Healey | -3/+5 | |
| 2015-03-15 | Strip trailing whitespace | Tamir Duberstein | -1/+1 | |
| 2015-03-08 | Link README to license & copyright files | Daniel Lobato García | -2/+2 | |
| A minor change to avoid making the reader think 'where is this'. | ||||
| 2015-02-21 | Miscellaneous README changes | Kevin Yap | -33/+42 | |
| - Various grammatical changes. - Use triple-backtick syntax and sh highlighting for code blocks. - Fix indentation of code block in step 2 of "Building on Windows". - Use title case for "Getting Help" subheading. | ||||
| 2015-02-18 | Remove mention of wiki from README | Brian Anderson | -3/+2 | |
| 2015-02-18 | Address review feedback | Brian Anderson | -3/+3 | |
| 2015-02-18 | README: Simplify markdown | Brian Anderson | -3/+3 | |
| 2015-02-18 | README: Add one sentence about what Rust is. | Brian Anderson | -1/+3 | |
| Most people don't know what Rust is. | ||||
| 2015-02-18 | README: Add a link to #rust | Brian Anderson | -0/+8 | |
| 2015-02-18 | README: Make the wiki links more useful. | Brian Anderson | -1/+2 | |
| The page we want them to find is 'getting started developing'. | ||||
| 2015-02-18 | README: Give a hint about how to build Cargo from source. | Brian Anderson | -1/+4 | |
| Just a hint. | ||||
| 2015-02-18 | Simplify README by not talking about the source tarball option | Brian Anderson | -15/+4 | |
| I believe that few enough people build from source tarballs that we don't have to talk about it explicitly. | ||||
| 2015-02-16 | CONTRIBUTING.md redux | Steve Klabnik | -3/+6 | |
| This redux of CONTRIBUTING.md adds in more information, including subsuming both compliment-bugreport.md and Note-development-policy in the wiki. I only glanced at the broad TOC of Note-development-policy, and did not use the text as the basis for the re-write. This will then address the last outstanding part of #5831. | ||||
| 2015-02-12 | Remove some irrelevant text from README | Brian Anderson | -3/+0 | |
| The quick start already links to the book. I think its not necessary to do in the build instructions. | ||||
| 2015-02-12 | Change README quick start instructions to defer entirely to the book. | Brian Anderson | -8/+2 | |
| 2015-01-29 | doc: Add links to users.rust-lang.org | Brian Anderson | -2/+4 | |
| 2015-01-29 | Rollup merge of 21708 - brson:internals, r=huonw | Manish Goregaokar | -2/+2 | |
| 2015-01-28 | README.md - Fix source tarball link | John Hodge | -4/+4 | |
| 2015-01-27 | discuss.rust-lang.org -> internals.rust-lang.org | Brian Anderson | -2/+2 | |
| 2015-01-21 | Auto merge of #21242 - richo:no-perl, r=brson | bors | -1/+0 | |
| There's only one build-critical path in which perl is used, and it was to do a text replacement trivially achievable with sed(1). I ported the indenter script because it [appears to be used][indenter], but removed check links because it appears to be entirely out of date. [indenter]: https://github.com/rust-lang/rust/blob/master/src/librustc/util/common.rs#L60-70 | ||||
