| Age | Commit message (Expand) | Author | Lines |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -2/+413 |
| 2020-10-07 | Auto merge of #77637 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-10-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-07 | Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514 | Dylan DPC | -1/+1 |
| 2020-10-07 | Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-10-07 | Rollup merge of #77590 - Xanewok:update-rls, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-10-07 | Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse | Dylan DPC | -0/+38 |
| 2020-10-07 | Rollup merge of #77515 - jackh726:chalk-0.31, r=matthewjasper | Dylan DPC | -49/+76 |
| 2020-10-07 | Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514 | Dylan DPC | -38/+81 |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+3 |
| 2020-10-06 | Add c as a shorthand check alternative for new options #77603 | Alexander Koptelov | -1/+1 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -49/+76 |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -1/+69 |
| 2020-10-06 | Use String type for Profile parse error | Antoine Martin | -11/+6 |
| 2020-10-06 | Show available profiles on error | Antoine Martin | -1/+12 |
| 2020-10-06 | Use Profile enum for x.py setup | Antoine Martin | -38/+75 |
| 2020-10-06 | Fix suggestions for x.py setup | Antoine Martin | -2/+2 |
| 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 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+3 |
| 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-06 | Fix rustc_def_path to show the full path and not the trimmed one | Dan Aloni | -4/+4 |
| 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 |