| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -1/+69 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -5/+42 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -459/+552 |
| 2020-10-06 | Don't require lifetime super-bounds on traits apply to trait objects of that ... | Matthew Jasper | -0/+16 |
| 2020-10-06 | Normalize super trait bounds when confirming object candidates | Matthew Jasper | -0/+26 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -89/+80 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -12/+13 |
| 2020-10-06 | Fix bootstrap | Matthew Jasper | -3/+3 |
| 2020-10-06 | Handle multiple trait-def projection candidates | Matthew Jasper | -0/+16 |
| 2020-10-06 | Avoid cycles from projection bounds | Matthew Jasper | -61/+61 |
| 2020-10-06 | Avoid cycle with projections from object types | Matthew Jasper | -83/+73 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -99/+120 |
| 2020-10-06 | Handle multiple applicable projection candidates | Matthew Jasper | -0/+23 |
| 2020-10-06 | Fix bugs in evaluating WellFormed predicates | Matthew Jasper | -0/+39 |
| 2020-10-06 | Avoid cycle in nested obligations for object candidate | Matthew Jasper | -0/+206 |
| 2020-10-06 | Remove predicates on associated types from traits | Matthew Jasper | -40/+55 |
| 2020-10-06 | Fix tools | Matthew Jasper | -34/+40 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -53/+151 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -5/+115 |
| 2020-10-06 | Check associated type bounds for object safety violations | Matthew Jasper | -0/+26 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -33/+90 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -2/+229 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -978/+698 |
| 2020-10-06 | Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebank | Yuki Okushi | -0/+47 |
| 2020-10-06 | Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morse | Yuki Okushi | -6/+4 |
| 2020-10-06 | Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-06 | Rollup merge of #77558 - thomcc:defaults-toml-extension, r=jyn514 | Yuki Okushi | -3/+5 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -19/+88 |
| 2020-10-06 | Rollup merge of #76855 - jyn514:platform-specific, r=ollie27 | Yuki Okushi | -21/+50 |
| 2020-10-05 | Make changes based on @jyn514's comments | Cassandra Fridkin | -9/+16 |
| 2020-10-05 | Add install_git_hook_maybe to setup.rs | Cassandra Fridkin | -0/+40 |
| 2020-10-05 | Clean up pre-commit.sh | Cassandra Fridkin | -5/+4 |
| 2020-10-05 | Revamp rustdoc docs about documentation using `cfg` | Joshua Nelson | -21/+50 |
| 2020-10-05 | Remove the rust stuff and just make it a simple shell script | Cassandra Fridkin | -46/+1 |
| 2020-10-05 | Move script to src/etc | Cassandra Fridkin | -4/+8 |
| 2020-10-05 | Merge branch 'master' into hooks | Cassandra Fridkin | -17626/+47754 |
| 2020-10-05 | Record `expansion_that_defined` into crate metadata | Aaron Hill | -0/+47 |
| 2020-10-05 | Fix span for unicode escape suggestion. | Eric Huss | -6/+4 |
| 2020-10-05 | Renamed tests to avoid exceeding Windows max path limit | Rich Kadel | -585/+585 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -1518/+17752 |
| 2020-10-05 | Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obk | bors | -0/+21 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -3/+4 |
| 2020-10-05 | Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC | bors | -564/+1424 |
| 2020-10-04 | Add changelog entry mentioning the renamed profile files | Thom Chiovoloni | -0/+2 |
| 2020-10-04 | Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} | Thom Chiovoloni | -3/+3 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -1979/+1710 |
| 2020-10-05 | Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung | Dylan DPC | -0/+51 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -62/+623 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -122/+270 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -380/+465 |