| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | the best way to fix bugs is by ignoring them | Bastian Kauschke | -32/+0 |
| 2020-05-17 | chalk | Bastian Kauschke | -7/+6 |
| 2020-05-17 | correctly handle escaping bound variables | Bastian Kauschke | -3/+11 |
| 2020-05-17 | add docs | Bastian Kauschke | -3/+5 |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -198/+70 |
| 2020-05-17 | explicitly handle errors in `select` | Bastian Kauschke | -13/+19 |
| 2020-05-17 | explicitly handle errors in fulfill | Bastian Kauschke | -25/+26 |
| 2020-05-17 | update tests and add relevant feature gate test | Bastian Kauschke | -33/+124 |
| 2020-05-17 | keep the good old lazy_normalization hack alive | Bastian Kauschke | -5/+25 |
| 2020-05-17 | initial cleanup | Bastian Kauschke | -8/+11 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -67/+207 |
| 2020-05-17 | Add lazy normalization tests | Ben Lewis | -3/+167 |
| 2020-05-17 | Emit `ConstEquate` obligation after checking/unifying for inference variables... | Ben Lewis | -55/+59 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -122/+371 |
| 2020-05-17 | Stabilization of weak-into-raw | Michal 'vorner' Vaner | -24/+8 |
| 2020-05-17 | Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum | bors | -1/+1 |
| 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 | -15/+251 |
| 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 | Name return place in debuginfo if it is a user variable | Dylan MacKenzie | -1/+6 |
| 2020-05-16 | Test that Miri can handle MIR with NRVO applied | Dylan MacKenzie | -0/+50 |
| 2020-05-16 | Expand comment with possible improvements | Dylan MacKenzie | -2/+6 |
| 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-16 | Dumb NRVO | Dylan MacKenzie | -0/+221 |
| 2020-05-17 | Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-17 | Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-17 | Rollup merge of #72277 - RalfJung:manually-drop-docs, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2020-05-17 | Rollup merge of #72233 - dtolnay:literal, r=petrochenkov | Dylan DPC | -9/+241 |
| 2020-05-17 | Run fmt | flip1995 | -112/+110 |
| 2020-05-17 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -72/+30 |
| 2020-05-16 | Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic | bors | -13/+50 |
| 2020-05-16 | Improve documentation for drop elaboration | Jonas Schievink | -9/+99 |
| 2020-05-16 | Rename lint `identity_conversion` to `useless_conversion` | ThibsG | -7/+7 |
| 2020-05-16 | Auto merge of #5563 - ThibsG:MergeLints, r=flip1995 | bors | -68/+26 |
| 2020-05-16 | Fix issue number typo in note | Jonas Schievink | -2/+2 |
| 2020-05-16 | Fix whitespace in `?Sized` structured suggestion | Esteban Küber | -3/+3 |
| 2020-05-16 | emphasize that ManuallyDrop is safe-to-access and unsafe-to-drop | Ralf Jung | -1/+5 |
| 2020-05-16 | Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay | Ralf Jung | -4/+4 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -2/+33 |
| 2020-05-16 | Rollup merge of #72060 - lcnr:move-list, r=estebank | Ralf Jung | -145/+155 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -214/+132 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -182/+284 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -2/+128 |
| 2020-05-16 | Continue lowering for unsupported async generator instead of returning an error. | marmeladema | -11/+7 |
| 2020-05-16 | Auto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r=Dylan-DPC | bors | -60/+187 |
| 2020-05-16 | move borrow-of-packed-field unsafety check out of loop | Ralf Jung | -19/+19 |
| 2020-05-16 | Implement PartialOrd and Ord for SocketAddr* | Hoe Hao Cheng | -1/+146 |
| 2020-05-16 | Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay | Dylan DPC | -1/+1 |