| Age | Commit message (Expand) | Author | Lines |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -46/+1285 |
| 2020-05-19 | Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morse | Dylan DPC | -0/+22 |
| 2020-05-19 | Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obk | Dylan DPC | -0/+29 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -0/+32 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -5/+5 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -166/+70 |
| 2020-05-18 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -0/+22 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -0/+32 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -71/+273 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -18/+431 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -0/+56 |
| 2020-05-18 | Fix feature gate tests | Amanieu d'Antras | -10/+14 |
| 2020-05-18 | Add borrow-check test | Amanieu d'Antras | -1/+50 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -4/+4 |
| 2020-05-18 | Add support for high byte registers on x86 | Amanieu d'Antras | -46/+40 |
| 2020-05-18 | Apply review feedback | Amanieu d'Antras | -18/+33 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -40/+1160 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+1 |
| 2020-05-17 | Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkov | Ralf Jung | -0/+57 |
| 2020-05-17 | update tests | Bastian Kauschke | -21/+11 |
| 2020-05-17 | the best way to fix bugs is by ignoring them | Bastian Kauschke | -32/+0 |
| 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-17 | Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPC | bors | -4/+225 |
| 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 #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -174/+268 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -0/+57 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -179/+148 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -3/+3 |
| 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-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-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 |