| Age | Commit message (Expand) | Author | Lines |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -3/+3 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -10/+64 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -3/+3 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -1/+1 |
| 2021-08-03 | Small refactorings for miri. | Charles Lew | -17/+16 |
| 2021-08-03 | Implement pointer casting. | Charles Lew | -5/+60 |
| 2021-08-02 | Auto merge of #87248 - RalfJung:ctfe-partial-overwrite, r=oli-obk | bors | -4/+11 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -2/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -13/+13 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -1/+1 |
| 2021-07-31 | CTFE: throw unsupported error when partially overwriting a pointer | Ralf Jung | -4/+11 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -11/+12 |
| 2021-07-31 | Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obk | Yuki Okushi | -30/+39 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -11/+12 |
| 2021-07-30 | Tweak borrowing suggestion in `for` loop | Esteban Küber | -30/+39 |
| 2021-07-30 | Auto merge of #87483 - oli-obk:tait_ice, r=lqd | bors | -0/+1 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -2/+0 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -8/+41 |
| 2021-07-29 | Rollup merge of #87527 - LeSeulArtichaut:no-mir-unsafeck, r=oli-obk | Yuki Okushi | -4/+6 |
| 2021-07-28 | Improve comments about const panic handling | Mara Bos | -0/+5 |
| 2021-07-28 | Check that const_panic_fmt is const too. | Mara Bos | -2/+9 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -9/+30 |
| 2021-07-28 | Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser | Yuki Okushi | -2/+12 |
| 2021-07-27 | Don't run MIR unsafeck at all when using `-Zthir-unsafeck` | LeSeulArtichaut | -4/+6 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -28/+1 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -32/+0 |
| 2021-07-27 | Rollup merge of #87427 - RalfJung:no-mir-for, r=oli-obk | Yuki Okushi | -15/+4 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -1/+1 |
| 2021-07-26 | Mir borrowck does not generate lifetime variables for 'static lifetimes durin... | Oli Scherer | -0/+1 |
| 2021-07-26 | Rollup merge of #87458 - ibraheemdev:help-msg-block-borrow, r=oli-obk | Guillaume Gomez | -6/+4 |
| 2021-07-26 | Rollup merge of #87447 - RalfJung:not-null, r=oli-obk | Guillaume Gomez | -1/+5 |
| 2021-07-26 | Auto merge of #87424 - RalfJung:const-check, r=oli-obk | bors | -8/+8 |
| 2021-07-25 | fmt | ibraheemdev | -3/+3 |
| 2021-07-25 | fix help message for modification to &T created by &{t} | ibraheemdev | -9/+7 |
| 2021-07-25 | suggest removing unnecessary \&mut as help message | ibraheemdev | -2/+12 |
| 2021-07-25 | Auto merge of #85646 - Moxinilian:separate-const-switch, r=cjgillot | bors | -0/+345 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -8/+8 |
| 2021-07-25 | clippy:: append_instead_of_extend | Matthias Krüger | -3/+3 |
| 2021-07-25 | use vec![] macro to create Vector with first item inside instead of pushing t... | Matthias Krüger | -2/+2 |
| 2021-07-25 | Miri: santiy check that null pointer can never have an AllocId | Ralf Jung | -1/+5 |
| 2021-07-24 | get rid of NoMirFor error variant | Ralf Jung | -15/+4 |
| 2021-07-24 | rename Validator → Checker | Ralf Jung | -6/+6 |
| 2021-07-24 | rename const checking visitor module to check_consts::check | Ralf Jung | -3/+3 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -7/+7 |
| 2021-07-22 | Resolve nested inference variables. | Oli Scherer | -19/+7 |
| 2021-07-22 | Remove an unnecessary variable | Oli Scherer | -2/+1 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -87/+62 |
| 2021-07-21 | Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank | Guillaume Gomez | -4/+6 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -8/+11 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+6 |