| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Rollup merge of #80629 - sexxi-goose:migrations_1, r=nikomatsakis | Jonas Schievink | -6/+565 |
| 2021-02-01 | New migration | Aman Arora | -28/+28 |
| 2021-02-01 | PR fixup | Aman Arora | -2/+2 |
| 2021-02-01 | Tests for 2229 lint | Aman Arora | -0/+559 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -0/+30 |
| 2021-02-01 | Process mentioned upvars for analysis first pass after ExprUseVisitor | Aman Arora | -6/+6 |
| 2021-02-01 | Auto merge of #80641 - Danue1:patch-1, r=oli-obk | bors | -11/+57 |
| 2021-02-02 | Bless tests | Danuel | -3/+3 |
| 2021-02-01 | Add test for primitive search | Guillaume Gomez | -0/+30 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -8/+54 |
| 2021-02-01 | Rollup merge of #81529 - estebank:case_lints, r=davidtwco | Jonas Schievink | -4/+4 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+137 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -0/+0 |
| 2021-02-01 | Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov | Jonas Schievink | -0/+74 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -411/+413 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+0 |
| 2021-01-31 | Add error message for private fn | kadmin | -0/+74 |
| 2021-01-31 | Rollup merge of #81566 - osa1:issue71202, r=jonas-schievink | Jonas Schievink | -0/+33 |
| 2021-01-31 | Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebank | Jonas Schievink | -0/+165 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -84/+52 |
| 2021-01-31 | Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis | Jonas Schievink | -0/+964 |
| 2021-01-31 | Bless coverage-spanview/expected_mir_dump.*. | Mara Bos | -75/+75 |
| 2021-01-31 | Rollup merge of #81509 - 0yoyoyo:fix-issue-72685-ice-drop-in-place, r=estebank | Jonas Schievink | -10/+22 |
| 2021-01-31 | Rollup merge of #81491 - jryans:rustdoc-deref-ice-81395, r=GuillaumeGomez | Jonas Schievink | -0/+15 |
| 2021-01-31 | Rollup merge of #81472 - Aaron1011:fix/revert-cursor-clone, r=petrochenkov | Jonas Schievink | -0/+40 |
| 2021-01-31 | Rollup merge of #81422 - estebank:dotdot_sugg, r=davidtwco | Jonas Schievink | -2/+2 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -2/+0 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -90/+20 |
| 2021-01-30 | add suggestion for nested fields | b-naber | -0/+165 |
| 2021-01-30 | Add a test for #71202 | Ömer Sinan Ağacan | -0/+33 |
| 2021-01-30 | Balance sidebar `Deref` cycle check with main content | J. Ryan Stinnett | -0/+15 |
| 2021-01-30 | Add a regression test | 0yoyoyo | -10/+22 |
| 2021-01-30 | Account for union | Hirochika Matsumoto | -4/+42 |
| 2021-01-30 | Fix test to check help message as well | Hirochika Matsumoto | -21/+16 |
| 2021-01-30 | Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk | Yuki Okushi | -0/+47 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -0/+94 |
| 2021-01-30 | Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda... | Yuki Okushi | -0/+57 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -14/+12 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -0/+13 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -37/+70 |
| 2021-01-29 | Fix unused 'mut' warning for capture's root variable | Aman Arora | -17/+46 |
| 2021-01-29 | Test for restricting capture precision | Aman Arora | -0/+657 |
| 2021-01-29 | Test cases for handling mutable references | Aman Arora | -0/+245 |
| 2021-01-29 | Fix invalid camel case suggestion involving unicode idents | Esteban Küber | -4/+4 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -14/+12 |
| 2021-01-29 | Add rust-fix test | Hirochika Matsumoto | -3/+32 |
| 2021-01-29 | Add test for match expression | Hirochika Matsumoto | -1/+42 |
| 2021-01-29 | Add tests | est31 | -0/+94 |
| 2021-01-28 | Add a test for syntax like: ..t.s | Dhruv Jauhar | -1/+17 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -59/+34 |