| Age | Commit message (Expand) | Author | Lines |
| 2021-01-06 | Style nit: avoid confusing name shadowing in pattern match | Daniel Henry-Mantilla | -2/+2 |
| 2021-01-06 | Enhance tests based on code review | Daniel Henry-Mantilla | -1/+2 |
| 2021-01-06 | WIP: attempt to fix the undocument re-export issue | Daniel Henry-Mantilla | -2/+13 |
| 2021-01-06 | Update test assertions (showcases bug) | Daniel Henry-Mantilla | -7/+31 |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -12/+21 |
| 2021-01-06 | Fix type/value namespace clashes + test for that | Daniel Henry-Mantilla | -44/+85 |
| 2021-01-06 | Implement suggestions from code review. | Daniel Henry-Mantilla | -25/+35 |
| 2021-01-06 | Rustdoc: Fix macros 2.0 and built-in derives being shown at the wrong path. | Daniel Henry-Mantilla | -5/+60 |
| 2021-01-06 | Auto merge of #80714 - jakevossen5:master, r=lcnr | bors | -55/+55 |
| 2021-01-06 | Auto merge of #80724 - GuillaumeGomez:remove-useless-doc_alias-feature, r=jyn514 | bors | -23/+17 |
| 2021-01-06 | Auto merge of #80415 - cjgillot:issue-77828, r=petrochenkov | bors | -8/+31 |
| 2021-01-05 | Do not swallow parent for MacroDef. | Camille GILLOT | -1/+1 |
| 2021-01-05 | Add rustdoc test. | Camille GILLOT | -0/+14 |
| 2021-01-05 | Compute parent module when collecting hir::MacroDef. | Camille GILLOT | -7/+16 |
| 2021-01-05 | Auto merge of #80711 - camelid:intrinsic-of-val-safety, r=oli-obk | bors | -7/+11 |
| 2021-01-05 | Remove useless doc_alias feature | Guillaume Gomez | -23/+17 |
| 2021-01-05 | Auto merge of #80717 - mbartlett21:patch-2, r=dtolnay | bors | -12/+12 |
| 2021-01-05 | Auto merge of #80699 - usbalbin:const_copy_tracking_issue, r=oli-obk | bors | -3/+2 |
| 2021-01-05 | Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514 | bors | -1/+36 |
| 2021-01-05 | Add code spans to docs in intrinsics.rs | mbartlett21 | -12/+12 |
| 2021-01-05 | fixed feature gate stderr | Jake Vossen | -1/+1 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -54/+54 |
| 2021-01-04 | Make `size_of_val` and `min_align_of_val` intrinsics unsafe | Camelid | -7/+11 |
| 2021-01-05 | Auto merge of #80708 - JohnTitor:rollup-6esk027, r=JohnTitor | bors | -88/+173 |
| 2021-01-05 | Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obk | Yuki Okushi | -2/+13 |
| 2021-01-05 | Rollup merge of #80677 - kw-fn:patch-2, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-05 | Rollup merge of #80672 - matthiaskrgr:xpy_clippy_less_noise, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2021-01-05 | Rollup merge of #80666 - jjlin:master, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2021-01-05 | Rollup merge of #80656 - booleancoercion:master, r=sfackler | Yuki Okushi | -1/+1 |
| 2021-01-05 | Rollup merge of #80643 - LingMan:unwrap, r=oli-obk | Yuki Okushi | -8/+7 |
| 2021-01-05 | Rollup merge of #80637 - LingMan:filter, r=oli-obk | Yuki Okushi | -19/+9 |
| 2021-01-05 | Rollup merge of #80627 - bugadani:warn, r=Mark-Simulacrum | Yuki Okushi | -1/+13 |
| 2021-01-05 | Rollup merge of #80612 - rust-lang:XAMPPRocky-patch-1, r=Mark-Simulacrum | Yuki Okushi | -2/+0 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -41/+95 |
| 2021-01-05 | Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-Simulacrum | Yuki Okushi | -13/+17 |
| 2021-01-05 | Rollup merge of #80442 - steffahn:mention_arc_in_cow, r=Mark-Simulacrum | Yuki Okushi | -0/+5 |
| 2021-01-05 | Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrum | bors | -10/+11 |
| 2021-01-04 | Auto merge of #80624 - RalfJung:place-ref, r=oli-obk | bors | -111/+61 |
| 2021-01-04 | make sure that promoteds which fail to evaluate in dead const code behave cor... | Ralf Jung | -2/+13 |
| 2021-01-04 | Added reference to tracking issue and removed unneeded line | Albin Hedman | -3/+2 |
| 2021-01-04 | Auto merge of #80688 - ehuss:update-mdbook, r=pietroalbini | bors | -3/+3 |
| 2021-01-04 | Add tests for new doc alias check | Guillaume Gomez | -0/+24 |
| 2021-01-04 | Update mdbook | Eric Huss | -3/+3 |
| 2021-01-04 | Builder: Warn if test file does not exist | Dániel Buga | -1/+13 |
| 2021-01-04 | Add an error in case the doc alias is the same as the item it's aliasing | Guillaume Gomez | -1/+12 |
| 2021-01-04 | Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrieril | bors | -0/+34 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -31/+53 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -41/+95 |
| 2021-01-04 | Auto merge of #80610 - Aaron1011:unhash-def-path-hash, r=varkor | bors | -10/+12 |
| 2021-01-04 | Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 | bors | -18/+12 |