| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -2/+96 |
| 2021-02-03 | Auto merge of #81535 - nikic:update-test-various, r=sanxiyn | bors | -0/+1 |
| 2021-02-02 | Auto merge of #81678 - jackh726:rollup-3nerni4, r=jackh726 | bors | -20/+260 |
| 2021-02-02 | Rollup merge of #81671 - jackh726:atb-tests, r=estebank | Jack Huey | -0/+95 |
| 2021-02-02 | Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank | Jack Huey | -12/+12 |
| 2021-02-02 | Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkov | Jack Huey | -0/+51 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -3/+26 |
| 2021-02-02 | Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr | Jack Huey | -5/+76 |
| 2021-02-02 | Fix early lints inside an async desugaring | Aaron Hill | -3/+9 |
| 2021-02-02 | More associated type tests | Jack Huey | -0/+95 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -2/+12 |
| 2021-02-02 | Add better diagnostic for missing where clause | kadmin | -5/+76 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -2/+96 |
| 2021-02-02 | Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco | Jonas Schievink | -1/+28 |
| 2021-02-02 | Rollup merge of #81577 - BoxyUwU:subexpr_const_evaluatable, r=oli-obk | Jonas Schievink | -1/+17 |
| 2021-02-02 | Rollup merge of #81485 - jackh726:atb-issues, r=Mark-Simulacrum | Jonas Schievink | -0/+73 |
| 2021-02-02 | Rollup merge of #81481 - lcnr:cast-tests, r=jackh726 | Jonas Schievink | -9/+7 |
| 2021-02-02 | Rollup merge of #80629 - sexxi-goose:migrations_1, r=nikomatsakis | Jonas Schievink | -6/+565 |
| 2021-02-02 | Improve wording of suggestion about accessing field | Hirochika Matsumoto | -12/+12 |
| 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 | Add UI test for panic/assert in Rust 2021. | Mara Bos | -0/+51 |
| 2021-02-01 | more things are const evaluatable *sparkles* | Ellen | -1/+17 |
| 2021-02-01 | Auto merge of #80641 - Danue1:patch-1, r=oli-obk | bors | -11/+57 |
| 2021-02-01 | Update ui tests | Jesus Rubio | -1/+14 |
| 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 | Improve handling of spans around macro result parse errors | Aaron Hill | -1/+28 |
| 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 |