| Age | Commit message (Expand) | Author | Lines |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -258/+254 |
| 2020-11-28 | Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnr | Jonas Schievink | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -119/+376 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -5/+13 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+1 |
| 2020-11-27 | Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomez | bors | -2/+1 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+1 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -0/+10 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -104/+79 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -32/+346 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -20/+20 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -6/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -74/+297 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-26 | Bless test. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Update test. | Camille GILLOT | -78/+53 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -18/+18 |
| 2020-11-26 | Update coverage output now that primitives have proper spans | Joshua Nelson | -2/+1 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -0/+80 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -42/+138 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -36/+15 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -3/+40 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -0/+11 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -0/+11 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -49/+100 |
| 2020-11-25 | add tests | b-naber | -32/+346 |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -4/+524 |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -36/+15 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -13/+94 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -56/+56 |
| 2020-11-24 | Apply suggestions from code review | Rich Kadel | -1/+1 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -17/+17 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -49/+100 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -2/+30 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -1/+6 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -0/+75 |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -8/+8 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -53/+111 |
| 2020-11-24 | Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievink | Jonas Schievink | -0/+20 |
| 2020-11-24 | Rollup merge of #79321 - camelid:intra-doc-bang, r=Manishearth | Jonas Schievink | -0/+3 |
| 2020-11-24 | Rollup merge of #79312 - jyn514:doctree-impl, r=GuillaumeGomez | Jonas Schievink | -9/+9 |
| 2020-11-24 | Swap note for help | mendess | -111/+111 |
| 2020-11-24 | Requested changes | mendess | -40/+58 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+40 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -88/+95 |
| 2020-11-24 | Validate that `#[naked]` is applied to a function definition | Tomasz Miąsko | -13/+94 |