| Age | Commit message (Expand) | Author | Lines |
| 2020-10-07 | Rollup merge of #76911 - RalfJung:vecdeque-aliasing, r=oli-obk | Dylan DPC | -7/+55 |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+4 |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -1/+69 |
| 2020-10-06 | Auto merge of #73905 - matthewjasper:projection-bounds-2, r=nikomatsakis | bors | -2336/+3604 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -9/+47 |
| 2020-10-06 | Deduplicate some code | Matthew Jasper | -24/+15 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -481/+585 |
| 2020-10-06 | Avoid creating useless projection predicate | Matthew Jasper | -10/+21 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -10/+16 |
| 2020-10-06 | Deduplicate item bounds after normalization | Matthew Jasper | -17/+40 |
| 2020-10-06 | Don't require lifetime super-bounds on traits apply to trait objects of that ... | Matthew Jasper | -14/+33 |
| 2020-10-06 | Normalize super trait bounds when confirming object candidates | Matthew Jasper | -9/+46 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -201/+121 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -13/+14 |
| 2020-10-06 | Fix bootstrap | Matthew Jasper | -5/+7 |
| 2020-10-06 | Handle multiple trait-def projection candidates | Matthew Jasper | -0/+23 |
| 2020-10-06 | Avoid cycles from projection bounds | Matthew Jasper | -81/+118 |
| 2020-10-06 | Avoid cycle with projections from object types | Matthew Jasper | -350/+193 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -256/+390 |
| 2020-10-06 | Handle multiple applicable projection candidates | Matthew Jasper | -37/+82 |
| 2020-10-06 | Fix bugs in evaluating WellFormed predicates | Matthew Jasper | -42/+117 |
| 2020-10-06 | Avoid cycle in nested obligations for object candidate | Matthew Jasper | -52/+382 |
| 2020-10-06 | Remove predicates on associated types from traits | Matthew Jasper | -42/+141 |
| 2020-10-06 | Address review comments | Matthew Jasper | -8/+69 |
| 2020-10-06 | Fix ICE | Matthew Jasper | -4/+5 |
| 2020-10-06 | Fix tools | Matthew Jasper | -57/+55 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -63/+182 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -18/+166 |
| 2020-10-06 | Move some code from rustc_typeck to rustc_trait_selection | Matthew Jasper | -0/+56 |
| 2020-10-06 | Remove unused part of return value from `replace_bound_vars_with_placeholders` | Matthew Jasper | -20/+12 |
| 2020-10-06 | Check associated type bounds for object safety violations | Matthew Jasper | -39/+88 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -36/+158 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -30/+278 |
| 2020-10-06 | Make projection wf check the predicates for the projection | Matthew Jasper | -11/+25 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -1128/+934 |
| 2020-10-06 | Split bounds from predicates | Matthew Jasper | -231/+153 |
| 2020-10-06 | Move item_bounds to typeck::collect | Matthew Jasper | -124/+129 |
| 2020-10-06 | Rename projection_predicates to item_bounds | Matthew Jasper | -32/+21 |
| 2020-10-06 | Auto merge of #77594 - timvermeulen:chain_advance_by, r=scottmcm | bors | -12/+167 |
| 2020-10-06 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+4 |
| 2020-10-06 | avoid unnecessary intermediate reference and improve safety comments | Ralf Jung | -6/+11 |
| 2020-10-06 | Auto merge of #77606 - JohnTitor:rollup-7rgahdt, r=JohnTitor | bors | -386/+512 |
| 2020-10-06 | Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebank | Yuki Okushi | -2/+66 |
| 2020-10-06 | Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morse | Yuki Okushi | -9/+6 |
| 2020-10-06 | Rollup merge of #77573 - pickfire:patch-7, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-10-06 | Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr | Yuki Okushi | -9/+6 |
| 2020-10-06 | Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=... | Yuki Okushi | -9/+12 |
| 2020-10-06 | Rollup merge of #77558 - thomcc:defaults-toml-extension, r=jyn514 | Yuki Okushi | -3/+5 |
| 2020-10-06 | Rollup merge of #77555 - camelid:patch-8, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -24/+150 |