| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| 2019-10-02 | fix chalk links (#457) | Tshepang Lekhonkhobe | -28/+28 | |
| * whitespace * update links | ||||
| 2019-10-02 | codegen unit is aka CGU (#459) | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-10-01 | Update feature gating docs to fit reality (#455) | Mazdak Farrokhzad | -5/+14 | |
| 2019-10-01 | issues/issue-12345.rs is an anti-pattern (#456) | Mazdak Farrokhzad | -6/+7 | |
| 2019-09-30 | Prefer https in GitHub pages urls (#454) | lzutao | -14/+14 | |
| 2019-09-25 | file has since been removed from content (#453) | Tshepang Lekhonkhobe | -1/+0 | |
| Should of been part of 2ef961e45465a5edfbd3d5c49e4a16cee356b44b | ||||
| 2019-09-20 | Update the "Updating LLVM" documentation (#451) | Alex Crichton | -27/+63 | |
| Make sure existing sections are up-to-date and then also add some words about the recent convention we developed for updating LLVM versions with respect to branch naming as well. | ||||
| 2019-09-19 | Add guidance for making a PR fixes toolstate | Yuki Okushi | -1/+11 | |
| 2019-09-18 | add some instructions to fix toolstate (#446) | Who? Me?! | -0/+28 | |
| 2019-09-16 | minor typo fixes (#445) | Youngsuk Kim | -3/+3 | |
| * typo fix how to expose the them to any sort of external testing apparatus => how to expose them to any sort of external testing apparatus * typo fix These following image depicts => The following image depicts * typo fix trait itself is found in in => trait itself is found in * Update src/mir/passes.md following JohnTitor's suggestion Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> * Update src/test-implementation.md Also following JohnTitor's suggestion Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com> | ||||
| 2019-09-16 | typo fix (#444) | Youngsuk Kim | -1/+1 | |
| that would get compile to => that would get compiled to | ||||
| 2019-09-08 | typo (#441) | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-09-05 | hack + drive-by-fix | Mark Mansi | -3/+12 | |
| 2019-09-05 | Made sure travis caches mdbook-linkcheck's cache file | Michael Bryan | -0/+2 | |
| 2019-09-05 | Updated the mdbook-linkcheck version | Michael Bryan | -1/+1 | |
| 2019-09-05 | fix broken link | Mark Mansi | -4/+4 | |
| 2019-09-05 | Fix a link in the query docs. | Edd Barrett | -3/+3 | |
| 2019-08-29 | Update section on "existential type" to "opaque type" | varkor | -48/+62 | |
| 2019-08-27 | merge libtest build step with libstd (#434) | Tshepang Lekhonkhobe | -22/+9 | |
| Partially handles #431 | ||||
| 2019-08-27 | immutable was meant here (#435) | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-08-26 | 'or' skipped | Tshepang Lekhonkhobe | -1/+1 | |
| 2019-08-25 | mention stable-in-unstable issue | Ralf Jung | -0/+7 | |
| 2019-08-25 | Improve "Profiling the compiler" docs | Wesley Wiser | -6/+13 | |
| Add mentions and links to `rustc-perf` and `measureme`. | ||||
| 2019-08-24 | minor fixes | mark | -2/+5 | |
| 2019-08-24 | Update stability.md | Oliver Scherer | -0/+3 | |
| 2019-08-24 | Update stability.md | Oliver Scherer | -0/+4 | |
| 2019-08-24 | Apply suggestions from code review | Oliver Scherer | -4/+4 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> | ||||
| 2019-08-24 | Update src/stability.md | Oliver Scherer | -1/+1 | |
| Co-Authored-By: Jake Goulding <shepmaster@mac.com> | ||||
| 2019-08-24 | Explain our stability attributes | Oliver Scherer | -0/+36 | |
