| Age | Commit message (Expand) | Author | Lines |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -0/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -0/+1 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -0/+2 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -0/+2 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+2 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+1 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -1/+0 |
| 2021-04-06 | add lint deref_nullptr | AliƩnore Bouttefeux | -0/+2 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+1 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+1 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+1 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -0/+2 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -31/+4 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+1 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -1/+1 |
| 2021-03-20 | Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu | bors | -0/+1 |
| 2021-03-19 | Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett | Dylan DPC | -42/+44 |
| 2021-03-19 | Add simd_neg platform intrinsic | SparrowLii | -0/+1 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -7/+11 |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -42/+44 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -0/+2 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -0/+1 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -0/+1 |
| 2021-03-13 | Auto merge of #83064 - cjgillot:fhash, r=jackh726 | bors | -13/+2 |
| 2021-03-11 | Hash SyntaxContext first. | Camille GILLOT | -3/+2 |
| 2021-03-11 | Remove useless method. | Camille GILLOT | -10/+0 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -1/+4 |
| 2021-03-10 | Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -0/+3 |
| 2021-03-10 | fix: wrong word | ltoddy | -1/+1 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -0/+1 |
| 2021-03-08 | Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011 | Dylan DPC | -0/+1 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -0/+124 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+1 |
| 2021-03-05 | Rollup merge of #82773 - mgacek8:feature/add_diagnostic_item_to_Default_trait... | Mara | -1/+1 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -0/+5 |
| 2021-03-04 | Fix comment with path to `symbols!` macro | Mateusz Gacek | -1/+1 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -0/+3 |
| 2021-03-03 | Remove lint pass on borrow and deref | Ryan Levick | -3/+0 |
| 2021-03-03 | Fix tests | Ryan Levick | -0/+2 |
| 2021-03-03 | Add tests and support two more noop methods | Ryan Levick | -1/+3 |
| 2021-03-03 | First version of noop-lint | Ryan Levick | -0/+1 |
| 2021-03-02 | Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obk | Yuki Okushi | -0/+1 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -0/+1 |
| 2021-03-01 | Use diagnostic items in into_iter_collections | Cameron Steffen | -0/+1 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+5 |
| 2021-02-26 | Add missing diagnostic item Symbols | Cameron Steffen | -0/+2 |