| Age | Commit message (Expand) | Author | Lines |
| 2020-06-22 | WIP bless test and compare-mode=nll | Niko Matsakis | -101/+186 |
| 2020-06-22 | add new coherence tests and update the documentation | Niko Matsakis | -4/+53 |
| 2020-06-22 | add new tests from MCP and the tracking issue | Niko Matsakis | -0/+197 |
| 2020-06-22 | remove `leak_check` from the outlives predicate evaluations | Niko Matsakis | -5/+2 |
| 2020-06-22 | remove leak-check from project | Niko Matsakis | -87/+132 |
| 2020-06-22 | remove snapshot calls from "match" operations during select | Niko Matsakis | -188/+138 |
| 2020-06-22 | upcasting traits requires only that things become more general | Niko Matsakis | -40/+12 |
| 2020-06-22 | move leak-check to during coherence, candidate eval | Niko Matsakis | -576/+511 |
| 2020-06-22 | rewrite leak check to be based on universes | Niko Matsakis | -319/+571 |
| 2020-06-22 | Revert "modify leak-check to track only outgoing edges from placeholders" | Niko Matsakis | -219/+201 |
| 2020-06-22 | modify leak-check to track only outgoing edges from placeholders | Niko Matsakis | -201/+219 |
| 2020-06-21 | Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakis | bors | -100/+321 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -437/+530 |
| 2020-06-21 | Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-06-21 | Auto merge of #73546 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2020-06-21 | Replace `is_global` call on data with call on predicate | Matthew Jasper | -1/+1 |
| 2020-06-21 | Cache flags and escaping vars for predicates | Matthew Jasper | -28/+202 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -71/+118 |
| 2020-06-21 | Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk | bors | -45/+88 |
| 2020-06-21 | Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa | bors | -11/+568 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -966/+2735 |
| 2020-06-20 | Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-Simulacrum | Manish Goregaokar | -36/+45 |
| 2020-06-20 | Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum | Manish Goregaokar | -3/+7 |
| 2020-06-20 | Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk | Manish Goregaokar | -46/+52 |
| 2020-06-20 | Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkov | Manish Goregaokar | -65/+48 |
| 2020-06-20 | Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r... | Manish Goregaokar | -8/+127 |
| 2020-06-20 | Rollup merge of #73227 - camelid:multiple-asm-options, r=Amanieu | Manish Goregaokar | -67/+236 |
| 2020-06-20 | Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodt | Manish Goregaokar | -1/+42 |
| 2020-06-20 | Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat... | Manish Goregaokar | -490/+1584 |
| 2020-06-20 | Rollup merge of #72456 - ldm0:dereftrait, r=estebank | Manish Goregaokar | -250/+594 |
| 2020-06-20 | Fix broken inner_deref doc tests. | Eric Huss | -2/+6 |
| 2020-06-20 | Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15) | Eric Huss | -1/+1 |
| 2020-06-20 | Run `./x.py fmt` | Camelid | -4/+1 |
| 2020-06-20 | Fix duplicate options error | Camelid | -18/+21 |
| 2020-06-20 | Use `p.token` instead of `p.look_ahead()` | Camelid | -1/+1 |
| 2020-06-20 | Add documentation | Camelid | -0/+9 |
| 2020-06-20 | Create a separate, tool-only suggestion for the comma | Camelid | -5/+9 |
| 2020-06-20 | Make suggestion machine-applicable | Camelid | -12/+48 |
| 2020-06-20 | Add more to duplicate options test | Camelid | -1/+26 |
| 2020-06-20 | Use `span_suggestion` instead of `span_label` | Camelid | -7/+7 |
| 2020-06-20 | Use bitflags function instead of custom one | Camelid | -7/+1 |
| 2020-06-20 | Get option name from symbol instead of snippet | Camelid | -17/+19 |
| 2020-06-20 | Update duplicate options test | Camelid | -53/+11 |
| 2020-06-20 | Use `span_label` | Camelid | -1/+1 |
| 2020-06-20 | Make warning an error; use help instead of suggestion; clean up code | Camelid | -71/+87 |
| 2020-06-20 | Add UI test for duplicate `asm!` options warning | Camelid | -0/+57 |
| 2020-06-20 | Warn on duplicate `asm!` options | Camelid | -7/+58 |
| 2020-06-20 | Add codegen test for multiple `asm!` options | Camelid | -0/+53 |
| 2020-06-20 | Clean up | Camelid | -3/+3 |
| 2020-06-20 | Use `Vec<Span>` instead of `Option<Vec<Span>>` | Camelid | -13/+9 |