| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | PassWrapper: these two lines shouldn't have been ifdef'd | Augie Fackler | -2/+2 |
| 2021-09-16 | Add a separate error for `dyn Trait` in `const fn` | Waffle | -5/+44 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+16 |
| 2021-09-16 | Rollup merge of #88983 - willcrichton:allow-single-polonius-call, r=ecstatic-... | Manish Goregaokar | -13/+13 |
| 2021-09-16 | Rollup merge of #88976 - notriddle:notriddle/cow-from-cstr-docs, r=Mark-Simul... | Manish Goregaokar | -1/+1 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -6/+10 |
| 2021-09-16 | Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, ... | Manish Goregaokar | -4/+0 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -10/+91 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -21/+56 |
| 2021-09-16 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+4 |
| 2021-09-16 | PassWrapper: handle separate Module*SanitizerPass | Augie Fackler | -0/+8 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -6/+33 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -12/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -9/+14 |
| 2021-09-16 | fix `clone` call | Esteban Kuber | -2/+2 |
| 2021-09-16 | Account for blocks in arguments | Esteban Kuber | -2/+22 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+11 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -54/+83 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -3/+41 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -63/+286 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -2/+6 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -4/+4 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -45/+33 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -85/+99 |
| 2021-09-15 | Fix linting when trailing macro expands to a trailing semi | Aaron Hill | -6/+9 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obk | Manish Goregaokar | -7/+2 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -2/+11 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -1/+22 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -141/+23 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -11/+14 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -3/+15 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -2/+23 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -71/+55 |
| 2021-09-15 | Allow call to get_body_with_borrowck_facts without -Z polonius | Will Crichton | -10/+10 |
| 2021-09-15 | Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass... | Will Crichton | -3/+3 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -15/+15 |
| 2021-09-15 | Disable RemoveZsts in generators to avoid query cycles | Tomasz Miąsko | -0/+4 |
| 2021-09-15 | Make two functions private | bjorn3 | -2/+2 |
| 2021-09-15 | Inline with_interner | bjorn3 | -9/+5 |
| 2021-09-15 | Move the Lock into symbol::Interner | bjorn3 | -16/+21 |
| 2021-09-15 | chore(rustc_expand): fix typo in comment | Michael Howell | -1/+1 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -6/+10 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -1/+5 |
| 2021-09-15 | Fast reject for NeedsNonConstDrop | Deadbeef | -1/+11 |
| 2021-09-15 | Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiser | bors | -11/+60 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -13/+24 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -22/+23 |
| 2021-09-15 | inline(always) on check_recursion_limit | Deadbeef | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -106/+278 |