| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -57/+86 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -50/+63 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -7/+14 |
| 2021-09-16 | Fix typo in `break` docs | tatami4 | -1/+1 |
| 2021-09-16 | Remove FUNDING.yml | Antoni Boucher | -2/+0 |
| 2021-09-16 | Add intra-doc-links to BinaryHeap rustdoc | est31 | -3/+7 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |
| 2021-09-16 | add 3414 test | lyj | -0/+19 |
| 2021-09-16 | Enable rustdoc's --generate-link-to-definition for rustc docs | Giacomo Stevanato | -0/+1 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -68/+626 |
| 2021-09-16 | Fix clippy | jackh726 | -3/+3 |
| 2021-09-16 | Fix clippy | jackh726 | -3/+3 |
| 2021-09-15 | Fix rustdoc | jackh726 | -2/+6 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -2/+46 |
| 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-16 | Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearth | bors | -625/+272 |
| 2021-09-15 | Avoid codegen for Result::into_ok in lang_start | Mark Rousskov | -3/+3 |
| 2021-09-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -30/+106 |
| 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/+43 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Auto merge of #88977 - ehuss:disable-validate-maintainers, r=Mark-Simulacrum | bors | -1/+9 |
| 2021-09-15 | Disable debuginfo test on Windows that fails in new cdb version. | Eric Huss | -0/+2 |
| 2021-09-15 | Rollup merge of #88951 - ehuss:update-books, r=ehuss | Manish Goregaokar | -0/+0 |
| 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 #88915 - joshlf:patch-4, r=kennytm | Manish Goregaokar | -0/+4 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -6/+34 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -1/+55 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -595/+50 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -11/+25 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -5/+102 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -40/+129 |
| 2021-09-15 | Add tracking issue for unix_chown | Josh Triplett | -3/+3 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -92/+104 |
| 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 | Update the backtrace crate | Henrik Böving | -0/+0 |
| 2021-09-15 | Update clobber_abi list to include k[1-7] regs | Commeownist | -3/+3 |
| 2021-09-15 | Disable both reproducible-build tests for crate-type=bin | danakj | -14/+5 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -37/+2 |
| 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/+20 |
| 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 | Disable validate_maintainers. | Eric Huss | -1/+7 |
| 2021-09-15 | docs(std): add docs for cof_from_cstr impls | Michael Howell | -0/+3 |
| 2021-09-15 | chore(rustc_expand): fix typo in comment | Michael Howell | -1/+1 |
| 2021-09-15 | Fix formatting | Albin Hedman | -1/+3 |