| Age | Commit message (Expand) | Author | Lines |
| 2020-11-24 | Update bootstrap documentation with the new envvars for RUSTFLAGS | Gabriel de Perthuis | -6/+2 |
| 2020-11-24 | Rollup merge of #76858 - rcvalle:rust-lang-exploit-mitigations, r=steveklabnik | Jonas Schievink | -0/+694 |
| 2020-11-23 | Add exploit mitigations chapter to the rustc book | Ramon de C Valle | -0/+694 |
| 2020-11-23 | don't use cache while running PR builds | mark | -2/+2 |
| 2020-11-23 | Update `param_env` link | Camelid | -1/+1 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -3/+3 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -4/+0 |
| 2020-11-22 | add small explanation of why fuel can be useful for debugging | cjkenn | -2/+4 |
| 2020-11-22 | add mir-opt section for optimization fuel | cjkenn | -0/+21 |
| 2020-11-16 | updated link for Citizen Code of Conduct (#959) | Tobias | -36/+1 |
| 2020-11-16 | Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus | Mara Bos | -6/+1 |
| 2020-11-15 | add string interning wikipedia link (#960) | hosseind88 | -1/+5 |
| 2020-11-12 | Provide a brief example of a data-flow analysis | Camelid | -0/+26 |
| 2020-11-12 | Explain the purpose of the bottom value | Camelid | -2/+6 |
| 2020-11-12 | Add a section on data-flow convergence | Camelid | -1/+15 |
| 2020-11-11 | Update books | Eric Huss | -0/+0 |
| 2020-11-11 | Links to htmldocck/@has/matches for searchability | Alexis Bourget | -1/+6 |
| 2020-11-11 | Update src/compiler-debugging.md | Olivier FAURE | -1/+1 |
| 2020-11-11 | Update link in compiler-debugging.md | Olivier FAURE | -2/+6 |
| 2020-11-10 | Add some more examples of using the compiler | Joshua Nelson | -3/+15 |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -6/+1 |
| 2020-11-09 | Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+38 |
| 2020-11-09 | Update src/building/how-to-build-and-run.md | Casey Rodarmor | -1/+1 |
| 2020-11-09 | Fix install command | Casey Rodarmor | -1/+1 |
| 2020-11-09 | Document `src/tools/x`, an `x.py` wrapper | Casey Rodarmor | -0/+8 |
| 2020-11-09 | Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2020-11-08 | correct minor grammar mistake (#944) | Joshua Nitschke | -1/+1 |
| 2020-11-06 | Use `provide_both` link instead of `provide(_extern)` | Yuki Okushi | -5/+3 |
| 2020-11-06 | Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514 | bors | -31/+282 |
| 2020-11-07 | Rollup merge of #78726 - GuillaumeGomez:back-link-to-main-website, r=stevekla... | Yuki Okushi | -1/+2 |
| 2020-11-05 | doc/rustc: promote aarch64-unknown-linux-gnu to tier 1 | Pietro Albini | -1/+7 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -2/+2 |
| 2020-11-05 | Update URLs used in the lint example | Guillaume Gomez | -14/+15 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -10/+3 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -9/+13 |
| 2020-11-05 | Add documentation for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-04 | Added Rustdoc book sections for linting and embedding more examples | Andrew Gauger | -31/+282 |
| 2020-11-04 | ci: demote i686-unknown-freebsd to tier 2 compiler target | Pietro Albini | -1/+1 |
| 2020-11-04 | Add link to rust website | Guillaume Gomez | -1/+2 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+1 |
| 2020-11-03 | Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievink | Yuki Okushi | -0/+1 |
| 2020-11-03 | Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandry | Yuki Okushi | -0/+169 |
| 2020-11-02 | add mipsel-unknown-none target | Stephan | -0/+1 |
| 2020-11-02 | addressed feedback | Rich Kadel | -15/+24 |
| 2020-11-01 | Document -Zinstrument-coverage | Rich Kadel | -0/+160 |
| 2020-10-29 | Rollup merge of #78492 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-28 | Use new-style mdBook internal links in glossary | Camelid | -30/+30 |
| 2020-10-28 | Put `TyCtxt` at the right position | Camelid | -2/+2 |