Commit Graph

16 Commits

Author SHA1 Message Date
LeSeulArtichaut 2c2fb3f05f
Add more info on useful workflows (#727)
* Add more info on useful workflows

* Apply suggestions from code review

Co-authored-by: mark-i-m <mark-i-m@users.noreply.github.com>
Co-authored-by: spastorino <spastorino@gmail.com>

Co-authored-by: mark-i-m <mark-i-m@users.noreply.github.com>
Co-authored-by: spastorino <spastorino@gmail.com>
2020-06-03 22:46:04 +02:00
LeSeulArtichaut 55c92daeb6
Document `RUSTFLAGS_STAGE_` bootstrap environment variables (#728)
* Document `RUSTFLAGS_STAGE_`

* Fix typos

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-05-30 01:20:24 +09:00
Jade McGough 7fb45e52e9
Add missing closing paren (#705) 2020-05-16 21:19:52 -04:00
Jan-Erik Rediger d7b4c7e899
Start with the basics (#675)
* The very first step should be to clone the repository

* Make the command copy-able

By having the plain command users can select and copy the text and paste
it, without needing to fiddle around to remove extra characters.

Now that the previous command switched directories it is not necessary
to be called out here again either.

* Update src/building/how-to-build-and-run.md

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-04-17 21:16:56 +09:00
Paul Daniel Faria 6e91f8d0e9 Add ids to all glossary items, make existing glossary links point to glossary, add links for def id in query.md 2020-04-05 12:46:22 -05:00
LeSeulArtichaut 83cd94ed2b Rename `librustc` to `librustc_middle` 2020-03-31 15:43:14 -05:00
DillionMango 14a92d3762
quote some commands by to make the style more consistent (#611) 2020-03-16 17:43:48 +09:00
Who? Me?! a59a612451 More info about using local LLVM (#547)
* more info about llvm-config

* typo

Co-Authored-By: Santiago Pastorino <spastorino@gmail.com>

Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
2019-12-31 09:46:49 -03:00
Who? Me?! 3e7993aefe Document rustc internal env vars a little bit (#513) 2019-12-21 08:00:09 -05:00
Hanif Bin Ariffin d373bca885 Couple of changes to code so that its safe
Specifically, `> $1` causes it to write into the file $1 if it exist
And `> ./x.py` is particularly bad because it overwrite the script with
empty spaces...
2019-11-26 17:18:04 -06:00
Tshepang Lekhonkhobe 3e1213e728 trim down "Document rustc" 2019-11-08 10:19:32 -06:00
Tshepang Lekhonkhobe 399d543e38 whitespace 2019-11-08 10:19:32 -06:00
Tshepang Lekhonkhobe afa3168921 fix typo 2019-11-08 10:15:21 -06:00
Who? Me?! ab4978cb3b Fix diagram src 2019-11-05 21:57:14 -06:00
Mark Mansi 16d731801a fix links 2019-11-05 21:45:49 -06:00
Mark Mansi 6d15cb5b8e breakup the building chapter 2019-11-05 21:45:49 -06:00