| Age | Commit message (Expand) | Author | Lines |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -4/+7 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -40/+54 |
| 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 | -21/+21 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -32/+158 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -45/+93 |
| 2020-11-05 | Add tests for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-05 | Add documentation for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -0/+100 |
| 2020-11-05 | update dangling-alloc-id-ice test | Vishnunarayan K I | -15/+2 |
| 2020-11-05 | Auto merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-04 | Added Rustdoc book sections for linting and embedding more examples | Andrew Gauger | -31/+283 |
| 2020-11-04 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-05 | Move f64::NAN ui tests into `library` | chansuke | -9/+0 |
| 2020-11-05 | ci: bump actions/checkout to version 2 | Pietro Albini | -1/+1 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -17/+17 |
| 2020-11-04 | Auto merge of #5911 - hegza:issue-568, r=ebroto | bors | -1/+8 |
| 2020-11-04 | Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum | bors | -151/+2 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -0/+40 |
| 2020-11-04 | ci: demote i686-unknown-freebsd to tier 2 compiler target | Pietro Albini | -38/+8 |
| 2020-11-04 | Fix issue 78654. | Hameer Abbasi | -0/+54 |
| 2020-11-05 | Move range in ui test to ops test in library/core | Daiki Ihara | -51/+0 |
| 2020-11-04 | Auto merge of #77227 - oli-obk:const_val_🌳_prelude, r=RalfJung | bors | -13/+15 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -2/+2 |
| 2020-11-04 | Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov | bors | -0/+118 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -1/+1 |
| 2020-11-04 | Use packed struct instead of manually packing into an array | oli | -2/+2 |
| 2020-11-04 | Add link to rust website | Guillaume Gomez | -1/+2 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -14/+16 |
| 2020-11-03 | Add a tool to run `x.py` from any subdirectory | Casey Rodarmor | -0/+107 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -2/+2 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -50/+129 |
| 2020-11-03 | Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-Simulacrum | Mara Bos | -0/+4 |
| 2020-11-03 | Rollup merge of #78699 - pietroalbini:lldb-error, r=jyn514 | Mara Bos | -2/+2 |
| 2020-11-03 | Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-Simulacrum | Mara Bos | -1/+2 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -31/+75 |
| 2020-11-03 | Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es... | Mara Bos | -15/+36 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+10 |
| 2020-11-03 | Fix panic in bootstrap for non-workspace path dependencies. | Eric Huss | -0/+4 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -6/+0 |
| 2020-11-03 | Auto merge of #6233 - montrivo:manual_ok_or, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -346/+373 |
| 2020-11-03 | Auto merge of #6165 - dvermd:ref_option_ref, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Print a summary of which test suite failed | Mark Rousskov | -2/+36 |
| 2020-11-03 | Auto merge of #6101 - pitiK3U:from_iter_instead_of_collect, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Fix run-make tests running when LLVM is disabled | bjorn3 | -11/+15 |
| 2020-11-03 | Run `cargo dev update_lints` | Piti the little Light | -0/+7 |
| 2020-11-03 | review comments | Vishnunarayan K I | -1/+4 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -151/+2 |
| 2020-11-03 | lldb_batchmode: show more error information | Pietro Albini | -2/+2 |