| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -2/+0 |
| 2020-06-19 | Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakis | Ralf Jung | -25/+22 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+143 |
| 2020-06-19 | Rollup merge of #72280 - nbdd0121:typeck, r=nikomatsakis | Ralf Jung | -0/+46 |
| 2020-06-19 | ty: simplify `transparent_newtype_field` | David Wood | -0/+24 |
| 2020-06-19 | lint: prohibit fields with opaque types | David Wood | -0/+116 |
| 2020-06-19 | ty: projections in `transparent_newtype_field` | David Wood | -0/+42 |
| 2020-06-19 | coerce reborrow multi arg test | Bastian Kauschke | -0/+27 |
| 2020-06-19 | merge coercion test folders | Bastian Kauschke | -97/+95 |
| 2020-06-19 | Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakis | Ralf Jung | -0/+44 |
| 2020-06-19 | Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkov | Ralf Jung | -0/+45 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -82/+73 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -9/+9 |
| 2020-06-19 | Rollup merge of #72331 - oddg:forbid-cast-of-cenum-implementing-drop, r=matth... | Ralf Jung | -0/+34 |
| 2020-06-19 | Rollup merge of #70740 - haraldh:static-pie, r=petrochenkov | Ralf Jung | -0/+58 |
| 2020-06-19 | Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearth | bors | -370/+853 |
| 2020-06-18 | Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomez | Manish Goregaokar | -0/+5 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -101/+113 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -1/+36 |
| 2020-06-18 | Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasper | Manish Goregaokar | -6/+122 |
| 2020-06-18 | Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakis | Manish Goregaokar | -161/+368 |
| 2020-06-18 | Rollup merge of #71976 - mibac138:let-recovery, r=estebank | Manish Goregaokar | -0/+28 |
| 2020-06-18 | Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakis | Manish Goregaokar | -99/+179 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -2/+2 |
| 2020-06-18 | Auto merge of #73446 - ecstatic-morse:issue-73431, r=pnkfelix | bors | -0/+29 |
| 2020-06-18 | Perform obligation deduplication to avoid buggy `ExistentialMismatch` | Esteban Küber | -0/+26 |
| 2020-06-18 | Add test for overflow when finding auto-trait impls in Rustdoc | Aaron Hill | -0/+35 |
| 2020-06-18 | Removed trailing whitespace | Jake Degen | -1/+1 |
| 2020-06-18 | Added tooltip for should_panic code examples. | Jake Degen | -0/+5 |
| 2020-06-18 | Implement crate level only lints checking. | Charles Lew | -1/+85 |
| 2020-06-18 | Auto merge of #73065 - Amanieu:tls-fix, r=oli-obk | bors | -0/+14 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -2/+80 |
| 2020-06-17 | ignore-debug: debug assertions in slice indexing prevent the optimization | erikdesjardins | -0/+1 |
| 2020-06-17 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 |
| 2020-06-16 | fixup! Note numeric literals that can never fit in an expected type | Ayaz Hafiz | -10/+2 |
| 2020-06-16 | fixup! Note numeric literals that can never fit in an expected type | Ayaz Hafiz | -125/+25 |
| 2020-06-16 | Ensure profiling runtime for -Zinstrument-coverage | Rich Kadel | -38/+39 |
| 2020-06-16 | Suggest new type param on single char ident | Esteban Küber | -7/+28 |
| 2020-06-16 | Provide `help` when `T: ?Sized` can't be suggested | Esteban Küber | -1/+109 |
| 2020-06-16 | we can enable one more codegen test in debug mode now | Ralf Jung | -2/+0 |
| 2020-06-16 | Update CFGuard syntax | Andrew Paverd | -3/+3 |
| 2020-06-16 | Add initial asm!() support for hexagon | Brian Cain | -0/+130 |
| 2020-06-16 | fixup! Note numeric literals that can never fit in an expected type | Ayaz Hafiz | -1/+416 |
| 2020-06-16 | Disallow loading crates with non-ascii identifier name. | Charles Lew | -0/+45 |
| 2020-06-16 | Update ui tests | Guillaume Gomez | -2/+3 |
| 2020-06-16 | bless all | Ralf Jung | -76/+151 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -92/+634 |
| 2020-06-15 | Adjust error message | oddg | -2/+2 |
| 2020-06-15 | Account for derived obligations to suggest `?Sized` bound | Esteban Küber | -0/+36 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -0/+76 |