| Age | Commit message (Expand) | Author | Lines |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -411/+413 |
| 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 | 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 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -14/+12 |
| 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 |
| 2021-01-29 | Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011 | Yuki Okushi | -3/+97 |
| 2021-01-29 | Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514 | Yuki Okushi | -0/+29 |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+78 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -1/+91 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+60 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -1/+91 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+47 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -0/+40 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+78 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -105/+105 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -4/+35 |
| 2021-01-28 | Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -0/+123 |
| 2021-01-28 | Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+628 |
| 2021-01-27 | rustdoc: Render HRTB correctly for bare functions | Camelid | -0/+29 |
| 2021-01-27 | Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum | bors | -8/+0 |
| 2021-01-27 | fix tidy errors | Ellen | -3/+6 |
| 2021-01-27 | comments | Ellen | -0/+8 |
| 2021-01-27 | const_evaluatable: stop looking into type aliases | Bastian Kauschke | -4/+35 |
| 2021-01-27 | add const_evaluatable_checked test | Bastian Kauschke | -0/+24 |