| Age | Commit message (Expand) | Author | Lines |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -0/+37 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -0/+19 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -0/+37 |
| 2021-01-15 | Auto merge of #81027 - Xanewok:update-rls, r=calebcartwright | bors | -5/+5 |
| 2021-01-15 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -2/+239 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -0/+19 |
| 2021-01-14 | Rollup merge of #80973 - ehuss:update-books, r=ehuss | Mara Bos | -0/+0 |
| 2021-01-14 | Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank | Mara Bos | -2/+239 |
| 2021-01-14 | Auto merge of #79689 - Vooblin:patch1, r=tmandry | bors | -54/+55 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -2885/+2656 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -0/+37 |
| 2021-01-14 | Auto merge of #80802 - jyn514:box-attributes, r=nnethercote | bors | -9/+9 |
| 2021-01-14 | Encode optimized MIR of generators when emitting metadata | Tomasz Miąsko | -0/+34 |
| 2021-01-13 | Auto merge of #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiser | bors | -0/+10 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -385/+1914 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -0/+10 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -163/+152 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -919/+982 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -1/+0 |
| 2021-01-12 | Include `..` suggestion if fields are all wildcards | Camelid | -6/+32 |
| 2021-01-12 | Update books | Eric Huss | -0/+0 |
| 2021-01-13 | Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPC | bors | -41/+449 |
| 2021-01-12 | Always show suggestions in their own subwindows | Camelid | -44/+66 |
| 2021-01-12 | Add a test case with lots of whitespace | Camelid | -8/+34 |
| 2021-01-12 | Only suggest `..` if more than one field is missing | Camelid | -120/+50 |
| 2021-01-12 | Specialize `..` help message for all fields vs. the rest | Camelid | -19/+19 |
| 2021-01-12 | Pluralize 'parenthesis' correctly | Camelid | -2/+2 |
| 2021-01-12 | Suggest `Variant(..)` if all of the mentioned fields are `_` | Camelid | -10/+10 |
| 2021-01-12 | Suggest `_` and `..` if a pattern has too few fields | Camelid | -0/+233 |
| 2021-01-13 | Rollup merge of #80924 - teryror:issue-80893-fix, r=jyn514 | Dylan DPC | -5/+7 |
| 2021-01-13 | Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiser | Dylan DPC | -21/+4 |
| 2021-01-13 | Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco | Dylan DPC | -0/+20 |
| 2021-01-13 | Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic | Dylan DPC | -2/+3 |
| 2021-01-13 | Rollup merge of #79588 - estebank:issue-79187, r=oli-obk | Dylan DPC | -13/+328 |
| 2021-01-13 | Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank | Dylan DPC | -0/+87 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -97/+86 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -97/+86 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -448/+434 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -13/+328 |
| 2021-01-12 | Bless profiler run make tests | Matthew Jasper | -2286/+2077 |
| 2021-01-12 | Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a... | bors | -0/+21 |
| 2021-01-12 | Add tests for uninhabited types | Nadrieril | -212/+351 |
| 2021-01-12 | Deduplicate some tests using revisions | Nadrieril | -227/+74 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -129/+223 |
| 2021-01-12 | Simplify regression test | Tristan Dannenberg | -4/+3 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -6/+8 |
| 2021-01-12 | Fix rustdoc --test-builder argument parsing | Tristan Dannenberg | -2/+3 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -3/+68 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -15/+12 |