| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -4/+4 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -3/+2 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -6/+12 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -5/+11 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -4/+10 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -28/+21 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -7/+7 |
| 2021-02-15 | Rollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2021-02-15 | Fix ES5 errors (IE11) | Guillaume Gomez | -6/+12 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -11/+27 |
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 |
| 2021-02-14 | fix typo | Takayuki Maeda | -1/+1 |
| 2021-02-13 | Rollup merge of #82033 - magurotuna:issue82016, r=jyn514 | Yuki Okushi | -17/+16 |
| 2021-02-12 | Modifiers -> Qualifiers | Rune Tynan | -5/+5 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -6/+9 |
| 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 | Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller | Yuki Okushi | -4/+5 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -71/+63 |
| 2021-02-12 | Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomez | Yuki Okushi | -23/+8 |
| 2021-02-12 | Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelid | Yuki Okushi | -1/+68 |
| 2021-02-12 | [librustdoc] Reform lang string token splitting | Casey Rodarmor | -7/+71 |
| 2021-02-11 | Fix private intra-doc warnings on associated items | Joshua Nelson | -4/+5 |
| 2021-02-11 | Fix injected errors when running doctests on a crate named after a keyword | Joshua Nelson | -6/+9 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -71/+63 |
| 2021-02-10 | Do not ICE on range patterns in function arguments | LeSeulArtichaut | -4/+1 |
| 2021-02-10 | Fix getCurrentValue | Ophir LOJKINE | -1/+1 |
| 2021-02-10 | Catch errors on localStorage setting failure | Ophir LOJKINE | -23/+8 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-09 | Update Markdown unit tests | Camelid | -5/+5 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-08 | Allow default hash types in conversion | Rune Tynan | -0/+2 |
| 2021-02-08 | Vec -> HashSet | Rune Tynan | -7/+10 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -11/+22 |
| 2021-02-08 | Revert "Get rid of custom pretty-printing in rustdoc" | LeSeulArtichaut | -1/+71 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -50/+8 |
| 2021-02-07 | Enable smart punctuation | Camelid | -1/+2 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+1 |
| 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 | Restore linking to itself in implementors section of trait page | LeSeulArtichaut | -50/+8 |
| 2021-02-06 | Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez | Jonas Schievink | -1/+4 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -1/+4 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+2 |
| 2021-02-06 | Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514 | Mara Bos | -1/+6 |
| 2021-02-06 | Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay | Mara Bos | -1/+0 |
| 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 |