| Age | Commit message (Expand) | Author | Lines |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -0/+79 |
| 2021-04-24 | Rollup merge of #84496 - marmeladema:specialization-test, r=JohnTitor | Yuki Okushi | -0/+91 |
| 2021-04-24 | Rollup merge of #84485 - marmeladema:trait-tests, r=jackh726 | Yuki Okushi | -0/+81 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -16/+53 |
| 2021-04-23 | Add test for issue #51892 | marmeladema | -0/+29 |
| 2021-04-23 | Add test for issue #33017 | marmeladema | -0/+62 |
| 2021-04-23 | Add test for issue #81193 | marmeladema | -0/+15 |
| 2021-04-23 | Add test for issue #83017 | marmeladema | -0/+66 |
| 2021-04-22 | Rollup merge of #84404 - tmiasko:intrinsics-in-coercion-lub, r=Mark-Simulacrum | Dylan DPC | -1/+18 |
| 2021-04-21 | Check for intrinsics before coercing to a function pointer | Tomasz Miąsko | -1/+18 |
| 2021-04-21 | Add test for issue #71176 | marmeladema | -0/+40 |
| 2021-04-21 | Add test for issue #70304 | marmeladema | -0/+78 |
| 2021-04-20 | Add test for issue #70303 | marmeladema | -0/+60 |
| 2021-04-20 | Add test for issue #78671 | marmeladema | -0/+33 |
| 2021-04-20 | Add test for issue #79636 | marmeladema | -0/+80 |
| 2021-04-20 | Add test for issue #79949 | marmeladema | -0/+26 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -59/+103 |
| 2021-04-20 | Limit test to 64 bit systems to keep the sizes in the diagnostics stable | Oli Scherer | -4/+5 |
| 2021-04-20 | Tidy | Oli Scherer | -1/+1 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -4/+23 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -0/+59 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -59/+103 |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -28/+56 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -1/+21 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -28/+56 |
| 2021-04-19 | Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro... | bors | -2/+6 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -448/+149 |
| 2021-04-18 | Improve an error message. | teymour-aldridge | -2/+6 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -1/+3 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+0 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -0/+46 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+0 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -0/+46 |
| 2021-04-17 | Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank | bors | -0/+31 |
| 2021-04-17 | Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkov | bors | -0/+14 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -0/+39 |
| 2021-04-16 | Auto merge of #83416 - alexcrichton:const-thread-local, r=sfackler | bors | -0/+17 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -0/+17 |
| 2021-04-16 | fix reporting return type in some cases | Aliénore Bouttefeux | -0/+31 |
| 2021-04-16 | builtin derive macros: fix error with const generics default | Soveu | -0/+14 |
| 2021-04-16 | Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe... | Dylan DPC | -35/+35 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -0/+41 |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -183/+35 |
| 2021-04-16 | Auto merge of #84228 - SkiFire13:fix-84213, r=estebank | bors | -0/+55 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -183/+35 |
| 2021-04-15 | Add regression test | Giacomo Stevanato | -0/+55 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -8/+19 |
| 2021-04-15 | Add test. | Camille GILLOT | -1/+21 |
| 2021-04-15 | Allow use of deprecated std::raw in a test for that feature | Simon Sapin | -1/+3 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+34 |