Commit Graph

778 Commits

Author SHA1 Message Date
Who? Me?! ebd0104b77 Add travis badge to README 2019-11-05 11:59:04 -06:00
Mark Mansi 45cd6946b7 fix broken links 2019-11-05 11:58:33 -06:00
Mark Mansi 2d8434cec3 remove all the hacks, add some improvements 2019-11-05 11:58:33 -06:00
Mark Mansi a1d1860a11 add discussion transcript so we don't lose it 2019-11-05 11:56:47 -06:00
Mark Mansi 2dabf0f58d add guidelines for future-incompat lints 2019-11-05 11:56:31 -06:00
Eric Huss 27f0854e6c Fix some broken fragment links. 2019-11-05 11:35:34 -06:00
Mazdak Farrokhzad fbe5ef0f93 Please don't rustfmt. 2019-11-05 09:10:33 -06:00
Tomasz Miąsko 8513fec4da Sanitizers implementation in rustc 2019-11-05 09:05:38 -06:00
Alexander Regueiro a14d795d7c Updated instructions for tracking issue (#488)
* Updated instructions for tracking issue

Removed link to Forge instructions for documentation since they no longer seem to exist.

* Improved links and wording
2019-11-01 14:36:47 -03:00
Mark Rousskov 1e07320932 Fixup links in lintstore docs (#487) 2019-10-30 09:32:16 -04:00
Mark Rousskov 1030eb393e Add some docs around the lint store (#476)
* Add some docs around the lint store

* Update src/diagnostics.md

Co-Authored-By: Niko Matsakis <niko@alum.mit.edu>

* restructure
2019-10-29 17:09:10 -04:00
Tshepang Lekhonkhobe 604db2f293 fix some whitespace issues (#483)
Also, those are not sh scripts
2019-10-28 15:06:57 +09:00
Mazdak Farrokhzad c9db2d13b8 Explain `rustc_on_unimplemented` 2019-10-27 15:58:58 -04:00
Who? Me?! 114ed694f2 move readme to guide (#481) 2019-10-24 16:30:01 -03:00
CreepySkeleton bb6ca4c4b8 Fix missing link (#480) 2019-10-24 15:54:40 -03:00
CreepySkeleton 6cd8dcce18 Fix a typo (#477) 2019-10-24 02:42:52 +09:00
Niko Matsakis cefca3b5ca give instructions for how to ping the ICE-breaker teams (#475)
* 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-22 17:11:52 -03:00
Yuki Okushi eae74d3e18 Update links (#472) 2019-10-18 16:22:17 +09:00
Tshepang Lekhonkhobe 1d8db1a89d I prefers long options in documentation 2019-10-17 23:14:34 -05:00
Tshepang Lekhonkhobe c46ab305be format examples better (#471) 2019-10-17 21:03:46 -03:00
Tshepang Lekhonkhobe 0a2e1b74df fix links (#469) 2019-10-17 16:40:38 +09:00
Tshepang Lekhonkhobe e9b02efb14 update link 2019-10-16 00:35:41 -05:00
Chris Emerson 9bd6e7d307 Fix some paths: tt -> mbe (#465) 2019-10-12 19:11:52 -03:00
Diogo Sousa bafa308add Updated kinds that were renamed to generic arguments.
This change happened in commit bea3d67c77dd643ef1f89c8bd6562e90b373cec4 on
rust-lang/rust.
2019-10-12 09:44:31 -05:00
Eric Huss 0c4f3a1b7f Try to clarify how crates are able to access force-unstable dependencies
without a feature attribute.
2019-10-10 21:00:58 -05:00
Eric Huss 226b37eaa0 Expand on stability documentation. 2019-10-10 21:00:58 -05:00
Niko Matsakis 38a7872b0b reference the new PR mechanism (#463)
* reference the new PR mechanism

* wrap lines
2019-10-10 15:28:49 -03:00
Amanjeev Sethi 16e931f43e Refactor (build CI script): minimizes the script, thanks to mark-i-m 2019-10-04 16:32:47 -05:00
Amanjeev Sethi bbaf50ac29 Fix (build CI script): fails early if linkcheck fails 2019-10-04 16:32:47 -05:00
Amanjeev Sethi a6e1c86d8b Fix (build CI script):
* 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 16:32:47 -05:00
Amanjeev Sethi 6b4949034b Revert "Removes timeout script so CI does not have false positives"
This reverts commit c3ed0a1ef9.
2019-10-04 16:32:47 -05:00
Amanjeev Sethi 7842d88dbc Revert "Removes timeout script call so CI does not have false pasitives"
This reverts commit 5aa733097a.
2019-10-04 16:32:47 -05:00
Amanjeev Sethi 1b6f51dd23 Removes timeout script call so CI does not have false pasitives 2019-10-04 16:32:47 -05:00
Amanjeev Sethi 1c6dabdb6b Removes timeout script so CI does not have false positives 2019-10-04 16:32:47 -05:00
Niko Matsakis 385205e319 create guide to ICE-breaker groups and specifically advice for LLVM (#452) 2019-10-02 16:18:28 -04:00
Tshepang Lekhonkhobe 470f24aae9 fix chalk links (#457)
* whitespace

* update links
2019-10-02 13:25:56 -03:00
Tshepang Lekhonkhobe a3d20a768d codegen unit is aka CGU (#459) 2019-10-02 13:25:14 -03:00
Mazdak Farrokhzad 6e3343158e Update feature gating docs to fit reality (#455) 2019-10-01 08:40:58 -03:00
Mazdak Farrokhzad 544d2326bc issues/issue-12345.rs is an anti-pattern (#456) 2019-10-01 08:39:48 -03:00
lzutao 45a3c4f5cc Prefer https in GitHub pages urls (#454) 2019-09-30 11:26:27 -03:00
Tshepang Lekhonkhobe de9f6f82ba file has since been removed from content (#453)
Should of been part of 2ef961e454
2019-09-25 16:29:26 -03:00
Alex Crichton fa049ffc79 Update the "Updating LLVM" documentation (#451)
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-20 14:08:46 -05:00
Yuki Okushi d290423947 Add guidance for making a PR fixes toolstate 2019-09-19 20:21:14 -05:00
Who? Me?! 2862a289ec add some instructions to fix toolstate (#446) 2019-09-18 09:50:39 -03:00
Youngsuk Kim 4cb7c6159c minor typo fixes (#445)
* 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 17:34:03 -03:00
Youngsuk Kim 2e15dbd1f5 typo fix (#444)
that would get compile to => that would get compiled to
2019-09-16 10:37:02 -03:00
Tshepang Lekhonkhobe 710b25a18e typo (#441) 2019-09-08 02:05:22 -03:00
Mark Mansi 6a0e3f667b hack + drive-by-fix 2019-09-05 19:04:33 -05:00
Michael Bryan 83cdd46c3e Made sure travis caches mdbook-linkcheck's cache file 2019-09-05 17:03:24 -05:00
Michael Bryan 589a4a2ea7 Updated the mdbook-linkcheck version 2019-09-05 17:03:24 -05:00