| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-08 | trim down "Document rustc" | Tshepang Lekhonkhobe | -17/+7 | |
| 2019-11-08 | whitespace | Tshepang Lekhonkhobe | -4/+4 | |
| 2019-11-08 | those are now documented in this guide | Tshepang Lekhonkhobe | -4/+0 | |
| 2019-11-08 | rustc_back has long since been renamed to rustc_target | Tshepang Lekhonkhobe | -2/+2 | |
| 2019-11-08 | fix typo | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-11-08 | Update the "Testing infrastructure" section | PotHix | -10/+10 | |
| The testing infrastructure was migrated from Travis and AppVeyor to Azure Pipelines some time ago. This commit updates the documentation to reflect this change. Fixes #500. | ||||
| 2019-11-09 | Clarify function name and add links (#506) | Youngsuk Kim | -7/+9 | |
| * Clarify function name and add links rustc_interface::interface::run_compiler (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/interface/fn.run_compiler.html) | ||||
| 2019-11-06 | Add link to git repository for book | Yuki Okushi | -0/+1 | |
| 2019-11-05 | Fix diagram src | Who? Me?! | -1/+1 | |
| 2019-11-05 | fix links | Mark Mansi | -3/+3 | |
| 2019-11-05 | breakup the building chapter | Mark Mansi | -536/+548 | |
| 2019-11-05 | fold subchapters | Mark Mansi | -1/+3 | |
| 2019-11-05 | add compiler lecture series appendix | Mark Mansi | -1/+53 | |
| 2019-11-05 | apply linebreaks | Ralf Jung | -63/+96 | |
| 2019-11-05 | expand and update Miri description | Ralf Jung | -25/+82 | |
| 2019-11-05 | Add travis badge to README | Who? Me?! | -0/+3 | |
| 2019-11-05 | fix broken links | Mark Mansi | -2/+5 | |
| 2019-11-05 | remove all the hacks, add some improvements | Mark Mansi | -15/+6 | |
| 2019-11-05 | add discussion transcript so we don't lose it | Mark Mansi | -0/+703 | |
| 2019-11-05 | add guidelines for future-incompat lints | Mark Mansi | -0/+9 | |
| 2019-11-05 | Fix some broken fragment links. | Eric Huss | -3/+3 | |
| 2019-11-05 | Please don't rustfmt. | Mazdak Farrokhzad | -8/+6 | |
| 2019-11-05 | Sanitizers implementation in rustc | Tomasz Miąsko | -0/+69 | |
| 2019-11-01 | Updated instructions for tracking issue (#488) | Alexander Regueiro | -6/+6 | |
| * Updated instructions for tracking issue Removed link to Forge instructions for documentation since they no longer seem to exist. * Improved links and wording | ||||
| 2019-10-30 | Fixup links in lintstore docs (#487) | Mark Rousskov | -4/+4 | |
| 2019-10-29 | Add some docs around the lint store (#476) | Mark Rousskov | -13/+144 | |
| * Add some docs around the lint store * Update src/diagnostics.md Co-Authored-By: Niko Matsakis <niko@alum.mit.edu> * restructure | ||||
| 2019-10-28 | fix some whitespace issues (#483) | Tshepang Lekhonkhobe | -15/+15 | |
| Also, those are not sh scripts | ||||
| 2019-10-27 | Explain `rustc_on_unimplemented` | Mazdak Farrokhzad | -0/+147 | |
| 2019-10-24 | move readme to guide (#481) | Who? Me?! | -0/+204 | |
| 2019-10-24 | Fix missing link (#480) | CreepySkeleton | -0/+2 | |
| 2019-10-24 | Fix a typo (#477) | CreepySkeleton | -1/+1 | |
| 2019-10-22 | give instructions for how to ping the ICE-breaker teams (#475) | Niko Matsakis | -0/+17 | |
| * give instructions for how to ping the ICE-breaker teams * Update src/ice-breaker/about.md Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> * add links | ||||
| 2019-10-18 | Update links (#472) | Yuki Okushi | -8/+8 | |
| 2019-10-17 | I prefers long options in documentation | Tshepang Lekhonkhobe | -1/+2 | |
| 2019-10-17 | format examples better (#471) | Tshepang Lekhonkhobe | -14/+14 | |
| 2019-10-17 | fix links (#469) | Tshepang Lekhonkhobe | -4/+4 | |
| 2019-10-16 | update link | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-10-12 | Fix some paths: tt -> mbe (#465) | Chris Emerson | -4/+4 | |
| 2019-10-12 | Updated kinds that were renamed to generic arguments. | Diogo Sousa | -51/+52 | |
| This change happened in commit bea3d67c77dd643ef1f89c8bd6562e90b373cec4 on rust-lang/rust. | ||||
| 2019-10-10 | Try to clarify how crates are able to access force-unstable dependencies | Eric Huss | -7/+11 | |
| without a feature attribute. | ||||
| 2019-10-10 | Expand on stability documentation. | Eric Huss | -5/+78 | |
| 2019-10-10 | reference the new PR mechanism (#463) | Niko Matsakis | -3/+15 | |
| * reference the new PR mechanism * wrap lines | ||||
| 2019-10-04 | Refactor (build CI script): minimizes the script, thanks to mark-i-m | Amanjeev Sethi | -14/+2 | |
| 2019-10-04 | Fix (build CI script): fails early if linkcheck fails | Amanjeev Sethi | -2/+7 | |
| 2019-10-04 | Fix (build CI script): | Amanjeev Sethi | -30/+18 | |
| * Removes timeout hack because it is not needed because we have upgraded mdbook_linkcheck * Renamed build script because it is no longer ignoring timeouts | ||||
| 2019-10-04 | Revert "Removes timeout script so CI does not have false positives" | Amanjeev Sethi | -0/+29 | |
| This reverts commit c3ed0a1ef9013f2821eed24efcd9954600ce2b41. | ||||
| 2019-10-04 | Revert "Removes timeout script call so CI does not have false pasitives" | Amanjeev Sethi | -0/+1 | |
| This reverts commit 5aa733097afa7d4b3ec67e4fb09b76c761f18d17. | ||||
| 2019-10-04 | Removes timeout script call so CI does not have false pasitives | Amanjeev Sethi | -1/+0 | |
| 2019-10-04 | Removes timeout script so CI does not have false positives | Amanjeev Sethi | -29/+0 | |
| 2019-10-02 | create guide to ICE-breaker groups and specifically advice for LLVM (#452) | Niko Matsakis | -1/+115 | |
