| Age | Commit message (Expand) | Author | Lines |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -40/+35 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -0/+4 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+3 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -5/+5 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -36/+31 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -9/+18 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -2/+5 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+1 |
| 2020-11-02 | Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper | bors | -0/+2 |
| 2020-11-02 | Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa | bors | -0/+2 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -0/+2 |
| 2020-10-30 | Some work | Aaron Hill | -3/+3 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -3301/+56 |
| 2020-10-30 | Add option to customize the nll-facts' folder location | Federico Poli | -0/+2 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -8/+3 |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -2/+2 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -2/+2 |
| 2020-10-28 | Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 | bors | -3/+5 |
| 2020-10-27 | Added suggestion to `function_item_references` lint and fixed warning message | Ayrton | -1/+1 |
| 2020-10-27 | Added documentation for `function_item_references` lint | Ayrton | -0/+24 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -2/+3 |
| 2020-10-27 | modified lint to work with MIR | Ayrton | -0/+6 |
| 2020-10-26 | Implement -Z function-sections=yes|no | Anthony Ramine | -0/+2 |
| 2020-10-26 | Fix some outdated comments | Anthony Ramine | -3/+3 |
| 2020-10-26 | Fix typo in lint description | Michael Howell | -1/+1 |
| 2020-10-24 | ensure that statics are inhabited | Ralf Jung | -0/+30 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -13/+6 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -47/+38 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -11/+10 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+1 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -2/+0 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+2 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -0/+11 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -9/+0 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+2 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -1/+1 |
| 2020-10-03 | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | -1/+1 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -0/+11 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+4 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -0/+2 |
| 2020-09-27 | Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC | Jonas Schievink | -3/+0 |
| 2020-09-27 | Add documentation for `private_intra_doc_links` | Joshua Nelson | -1/+1 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+11 |
| 2020-09-27 | Remove duplicate comment | Dániel Buga | -3/+0 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -18/+90 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-24 | Don't talk about determinism | Oliver Scherer | -2/+2 |
| 2020-09-23 | Update documentation tests | Oliver Scherer | -16/+6 |
| 2020-09-21 | Don't unwrap but report a fatal error for TargetDataLayout::parse. | Mara Bos | -1/+3 |