| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Add deny-by-default test | Ryan Levick | -0/+22 |
| 2021-06-02 | Add missing stderr file | Ryan Levick | -0/+14 |
| 2021-06-02 | Add final test | Ryan Levick | -7/+6 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -4/+58 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+14 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -0/+93 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -7/+22 |
| 2021-05-27 | Auto merge of #85732 - Smittyvb:trait-alias-camelcase-lint, r=varkor | bors | -0/+18 |
| 2021-05-27 | Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g... | Dylan DPC | -0/+27 |
| 2021-05-27 | Rollup merge of #84701 - nikomatsakis:stabilize-member-constraints-61997, r=j... | Dylan DPC | -140/+29 |
| 2021-05-27 | Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank | Dylan DPC | -8/+214 |
| 2021-05-26 | Lint against non-camelCase trait alias names | Smitty | -0/+18 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -3/+3 |
| 2021-05-26 | Rollup merge of #85678 - lukas-code:matches2021, r=dtolnay | Dylan DPC | -0/+12 |
| 2021-05-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -0/+56 |
| 2021-05-26 | Rollup merge of #85627 - LeSeulArtichaut:thir-unsafe-fn-lint, r=nikomatsakis | Dylan DPC | -16/+141 |
| 2021-05-26 | Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkov | Dylan DPC | -0/+77 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -137/+26 |
| 2021-05-26 | Rollup merge of #85623 - LeSeulArtichaut:stray-stderr, r=Mark-Simulacrum | Yuki Okushi | -58/+0 |
| 2021-05-25 | Run THIR unsafeck on `unsafe_op_in_unsafe_fn` test | LeSeulArtichaut | -16/+141 |
| 2021-05-25 | add test for issue 85155 and similar | Rémy Rakic | -0/+56 |
| 2021-05-25 | add regression test | Lukas Markeffsky | -0/+12 |
| 2021-05-25 | show list of candidates | Aliénore Bouttefeux | -9/+14 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+46 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -59/+35 |
| 2021-05-24 | Apply suggestions from code review
| Felix S Klock II | -0/+2 |
| 2021-05-24 | Auto merge of #85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomez | bors | -7/+7 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -13/+11 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -7/+7 |
| 2021-05-24 | Remove stray .stderr files | LeSeulArtichaut | -58/+0 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -13/+11 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -29/+5 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -30/+30 |
| 2021-05-22 | change from review and show full type if it can be deref | Aliénore Bouttefeux | -34/+68 |
| 2021-05-22 | const_fn_unsize: check that the cast behaves correctly | Ralf Jung | -3/+10 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -75/+31 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -55/+575 |
| 2021-05-21 | Apply suggestions from code review
| Felix S Klock II | -3/+0 |
| 2021-05-21 | Regression test for issue 85435. | Felix S. Klock II | -0/+28 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -55/+575 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -20/+226 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -19/+33 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -13/+88 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -2/+33 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -19/+33 |
| 2021-05-21 | remove generic argument insead of displaying "_" | Aliénore Bouttefeux | -35/+35 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -0/+29 |
| 2021-05-20 | Check for calls to functions with `#[target_feature]` in THIR unsafeck | LeSeulArtichaut | -11/+120 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -9/+108 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -3/+46 |