| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -84/+62 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -12/+12 |
| 2021-02-14 | Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk | Dylan DPC | -0/+30 |
| 2021-02-14 | Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-Simulacrum | Dylan DPC | -0/+16 |
| 2021-02-14 | Rollup merge of #81914 - kper:fixing-81885, r=estebank | Dylan DPC | -8/+27 |
| 2021-02-14 | Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakis | Dylan DPC | -0/+232 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -17/+95 |
| 2021-02-14 | Rollup merge of #81720 - klensy:smallvec-update, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -6/+31 |
| 2021-02-14 | bumped smallvec deps | klensy | -3/+3 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -31/+28 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-13 | Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum | bors | -14/+17 |
| 2021-02-13 | add test | b-naber | -0/+30 |
| 2021-02-13 | Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider | Yuki Okushi | -0/+6 |
| 2021-02-13 | Rollup merge of #82033 - magurotuna:issue82016, r=jyn514 | Yuki Okushi | -17/+16 |
| 2021-02-13 | Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e... | Yuki Okushi | -0/+64 |
| 2021-02-13 | Rollup merge of #81900 - vandenheuvel:organize_trait_tests, r=Mark-Simulacrum | Yuki Okushi | -285/+285 |
| 2021-02-12 | Modifiers -> Qualifiers | Rune Tynan | -9/+9 |
| 2021-02-12 | Rollup merge of #81911 - BoxyUwU:constgenericgaticefix, r=nikomatsakis | Dylan DPC | -0/+71 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -5/+117 |
| 2021-02-12 | Rollup merge of #81479 - osa1:issue24151, r=lcnr | Dylan DPC | -7/+29 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -7/+10 |
| 2021-02-12 | Add test to prevent src link regression | Guillaume Gomez | -0/+6 |
| 2021-02-13 | Rename to `inline_attr` and use if-let to extract `NestedMetaItem` | Yusuke Tanaka | -12/+13 |
| 2021-02-13 | Refactor `get_word_attr` to return only `Option` | Yusuke Tanaka | -7/+5 |
| 2021-02-12 | Add nll test | 0yoyoyo | -0/+17 |
| 2021-02-12 | Rollup merge of #82013 - Mark-Simulacrum:better-ci-error, r=jyn514 | Yuki Okushi | -1/+5 |
| 2021-02-12 | Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller | Yuki Okushi | -9/+31 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -71/+63 |
| 2021-02-12 | Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-02-12 | Rollup merge of #81990 - matsujika:suggest-mut-reference, r=estebank | Yuki Okushi | -0/+56 |
| 2021-02-12 | Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomez | Yuki Okushi | -23/+8 |
| 2021-02-12 | Rollup merge of #81955 - dtolnay:dwp, r=Mark-Simulacrum | Yuki Okushi | -2/+5 |
| 2021-02-12 | Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid | Yuki Okushi | -2/+87 |
| 2021-02-12 | Update .stderr | Kevin Per | -2/+128 |
| 2021-02-11 | Tell user how to fix CI file being not up to date | Mark Rousskov | -1/+5 |
| 2021-02-11 | Fix private intra-doc warnings on associated items | Joshua Nelson | -9/+31 |
| 2021-02-11 | Fix injected errors when running doctests on a crate named after a keyword | Joshua Nelson | -7/+10 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -71/+63 |
| 2021-02-11 | Auto merge of #81760 - tmiasko:debug-borrow, r=pnkfelix | bors | -35/+32 |
| 2021-02-11 | dist: include src/build_helper as part of the crate graph for rustc-dev. | Benjamin Bouvier | -0/+8 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -0/+47 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -0/+56 |
| 2021-02-10 | resolve: Remove visibility hacks for enum variants and trait items | Vadim Petrochenkov | -41/+69 |
| 2021-02-10 | bootstrap: fix wrong docs installation path | Pietro Albini | -1/+1 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -5/+2 |
| 2021-02-10 | Add regression test for #81289 | LeSeulArtichaut | -0/+18 |
| 2021-02-10 | Fix getCurrentValue | Ophir LOJKINE | -1/+1 |