| Age | Commit message (Expand) | Author | Lines |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -1008/+1249 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+27 |
| 2021-02-07 | Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=mat... | bors | -0/+4 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -0/+20 |
| 2021-02-07 | Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn | bors | -11/+10 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -3919/+3922 |
| 2021-02-06 | Remove accidentally left-behind git mark | Rune Tynan | -1/+0 |
| 2021-02-06 | Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27 | bors | -220/+246 |
| 2021-02-06 | Auto merge of #81832 - jonas-schievink:rollup-3nw53p0, r=jonas-schievink | bors | -270/+376 |
| 2021-02-06 | Rollup merge of #81812 - nagisa:nagisa/escape-the-escape-hatch, r=Amanieu | Jonas Schievink | -0/+32 |
| 2021-02-06 | Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez | Jonas Schievink | -1/+37 |
| 2021-02-06 | Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr | Jonas Schievink | -20/+20 |
| 2021-02-06 | Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnr | Jonas Schievink | -12/+17 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -80/+71 |
| 2021-02-06 | Rollup merge of #81434 - ssomers:btree_drain_filter_doc_update, r=dtolnay | Jonas Schievink | -16/+18 |
| 2021-02-06 | Rollup merge of #81402 - ehuss:md-tidy, r=jyn514 | Jonas Schievink | -141/+181 |
| 2021-02-06 | Auto merge of #81824 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-02-06 | Add a test for escaping LLVMisms in inline asm | Simonas Kazlauskas | -0/+32 |
| 2021-02-06 | update Miri | Ralf Jung | -8/+8 |
| 2021-02-06 | Upgrade wasm32 image to Ubuntu 20.04 | Nikita Popov | -11/+10 |
| 2021-02-06 | path trimming: disable on src/test/run-make-fulldeps/coverage-spanview | Dan Aloni | -3794/+3796 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -191/+192 |
| 2021-02-06 | Auto merge of #81792 - pietroalbini:bump-nightly, r=Mark-Simulacrum | bors | -5/+5 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -1/+37 |
| 2021-02-06 | Auto merge of #81810 - m-ou-se:rollup-q3nborp, r=m-ou-se | bors | -126/+440 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+28 |
| 2021-02-06 | BTreeMap: fix documentation of unstable public members | Stein Somers | -16/+18 |
| 2021-02-05 | Bump clippy version | Mark Rousskov | -4/+4 |
| 2021-02-06 | Rollup merge of #81795 - camsteffen:diagnostics-reduce, r=oli-obk | Mara Bos | -3/+2 |
| 2021-02-06 | Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk | Mara Bos | -1/+152 |
| 2021-02-06 | Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514 | Mara Bos | -1/+34 |
| 2021-02-06 | Rollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnr | Mara Bos | -56/+24 |
| 2021-02-06 | Rollup merge of #81610 - ssomers:btree_emphasize_ord_bound, r=dtolnay | Mara Bos | -54/+191 |
| 2021-02-06 | Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay | Mara Bos | -4/+35 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -7/+2 |
| 2021-02-05 | Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisa | bors | -7/+45 |
| 2021-02-05 | Bump peekable_next_if to rust 1.51.0 | David Tolnay | -2/+2 |
| 2021-02-05 | Auto merge of #81215 - cjgillot:defkey-mir, r=oli-obk | bors | -215/+103 |
| 2021-02-05 | Remove unneeded From trait impl for DefKind | Guillaume Gomez | -7/+1 |
| 2021-02-05 | Remove unused cache argument | Guillaume Gomez | -12/+9 |
| 2021-02-05 | Improve code | Guillaume Gomez | -3/+3 |
| 2021-02-05 | Improve html::render::cache::get_real_types code | Guillaume Gomez | -5/+127 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -218/+88 |
| 2021-02-05 | Explicitly match all DefKind item in conversion to TypeKind | Guillaume Gomez | -0/+43 |
| 2021-02-05 | Small refactor with Iterator::reduce | Cameron Steffen | -3/+2 |
| 2021-02-05 | bump nightly version to 1.52.0 | Pietro Albini | -1/+1 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -11043/+10904 |
| 2021-02-05 | Auto merge of #81784 - m-ou-se:rollup-s23fow7, r=m-ou-se | bors | -385/+1599 |
| 2021-02-05 | Run x.py fmt to fix tidy issues | Wesley Wiser | -22/+19 |
| 2021-02-05 | Rollup merge of #81781 - m-ou-se:fix-ci, r=pietroalbini | Mara Bos | -1/+1 |