| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -177/+62 |
| 2020-05-17 | explicitly handle errors in fulfill | Bastian Kauschke | -14/+14 |
| 2020-05-17 | update tests and add relevant feature gate test | Bastian Kauschke | -31/+123 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -39/+142 |
| 2020-05-17 | Add lazy normalization tests | Ben Lewis | -3/+167 |
| 2020-05-16 | Bless mir-opt tests to account for #72220 | Wesley Wiser | -4/+2 |
| 2020-05-17 | Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPC | bors | -4/+225 |
| 2020-05-16 | `ret` has been optimized away in debuginfo test | Dylan MacKenzie | -30/+9 |
| 2020-05-16 | Disable MIR optimization for alignment codegen tests | Dylan MacKenzie | -2/+2 |
| 2020-05-16 | Test that Miri can handle MIR with NRVO applied | Dylan MacKenzie | -0/+50 |
| 2020-05-16 | Add simple NRVO test | Dylan MacKenzie | -0/+51 |
| 2020-05-16 | Bless MIR tests that inline functions qualifying for NRVO | Dylan MacKenzie | -15/+3 |
| 2020-05-17 | Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-17 | Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-17 | Rollup merge of #72233 - dtolnay:literal, r=petrochenkov | Dylan DPC | -1/+222 |
| 2020-05-16 | Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic | bors | -0/+31 |
| 2020-05-16 | Fix issue number typo in note | Jonas Schievink | -1/+1 |
| 2020-05-16 | Fix whitespace in `?Sized` structured suggestion | Esteban Küber | -2/+2 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -0/+9 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -176/+270 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -0/+57 |
| 2020-05-16 | suggest on Self return type | csmoe | -12/+0 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -179/+148 |
| 2020-05-15 | remove extra space from crate-level doctest names | Andy Russell | -0/+22 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -3/+3 |
| 2020-05-16 | Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obk | Dylan DPC | -6/+4 |
| 2020-05-16 | Rollup merge of #72218 - RalfJung:test-unleashed-ptrs, r=oli-obk | Dylan DPC | -0/+68 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -5/+68 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -2/+344 |
| 2020-05-15 | Add test of proc_macro::TokenStream's Debug | David Tolnay | -0/+221 |
| 2020-05-15 | Fix {:#?} representation of proc_macro::Literal | David Tolnay | -1/+1 |
| 2020-05-15 | Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieu | bors | -21/+5 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -6/+39 |
| 2020-05-15 | Rollup merge of #72173 - xliiv:54172-intra-for-trait-impl, r=GuillaumeGomez | Dylan DPC | -0/+35 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -6/+4 |
| 2020-05-14 | make sure even unleashed miri does not do pointer stuff | Ralf Jung | -0/+68 |
| 2020-05-14 | Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-14 | Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche... | Dylan DPC | -2/+7 |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -0/+7 |
| 2020-05-14 | Rollup merge of #71910 - mibac138:necessary-paren, r=cuviper | Dylan DPC | -0/+23 |
| 2020-05-14 | Don't ICE on missing `Unsize` impl | Nathan Corbyn | -0/+29 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -0/+31 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -104/+97 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -26/+49 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -15/+8 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -89/+89 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -32/+717 |
| 2020-05-13 | Make intra links work inside trait impl block | Tymoteusz Jankowski | -0/+35 |
| 2020-05-13 | Auto merge of #71451 - estebank:suggest-super-trait-constraint, r=nikomatsakis | bors | -92/+226 |