| Age | Commit message (Expand) | Author | Lines |
| 2020-12-17 | Don't allow `const` to begin a nonterminal | Camelid | -0/+20 |
| 2020-12-16 | bootstrap: include llvm-dwp in CI LLVM | David Wood | -0/+1 |
| 2020-12-16 | Auto merge of #77117 - davidtwco:issue-34651-split-dwarf, r=nagisa | bors | -12/+53 |
| 2020-12-16 | compiletest: add split dwarf compare mode | David Wood | -1/+20 |
| 2020-12-16 | tests: add run-make-fulldeps split-dwarf test | David Wood | -0/+9 |
| 2020-12-16 | bootstrap: copy `llvm-dwp` to sysroot | David Wood | -11/+24 |
| 2020-12-16 | Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomez | bors | -79/+15 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -29/+20 |
| 2020-12-15 | Don't look for blanket impls in intra-doc links | Joshua Nelson | -79/+15 |
| 2020-12-15 | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk | bors | -3/+3 |
| 2020-12-15 | Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomez | bors | -46/+74 |
| 2020-12-15 | Rollup merge of #80025 - JohnTitor:tidy-error, r=Mark-Simulacrum | Guillaume Gomez | -23/+20 |
| 2020-12-15 | Rollup merge of #80016 - jyn514:imports, r=GuillaumeGomez | Guillaume Gomez | -14/+2 |
| 2020-12-15 | Rollup merge of #80008 - EFanZh:patch-1, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2020-12-15 | Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry | Guillaume Gomez | -21/+546 |
| 2020-12-15 | Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing... | Guillaume Gomez | -3/+6 |
| 2020-12-15 | Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157 | Guillaume Gomez | -0/+10 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -31/+52 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -0/+139 |
| 2020-12-15 | Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514 | bors | -47/+134 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -45/+74 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -29/+20 |
| 2020-12-14 | Remove unnecessary unwrap_or | Joshua Nelson | -1/+0 |
| 2020-12-15 | Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisa | bors | -2/+140 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -1/+1 |
| 2020-12-14 | Disable the constant debuginfo promotion pass by default | Wesley Wiser | -13/+49 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -16/+18 |
| 2020-12-14 | Replace some `println!` with `tidy_error!` to simplify | Yuki Okushi | -23/+20 |
| 2020-12-14 | Rollup merge of #80013 - poliorcetics:rustdoc-test-refactor, r=jyn514 | Guillaume Gomez | -74/+69 |
| 2020-12-14 | Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514 | Guillaume Gomez | -1/+5 |
| 2020-12-14 | Add test case for Self:: links | Dániel Buga | -0/+14 |
| 2020-12-14 | Review suggestions | Dániel Buga | -79/+87 |
| 2020-12-14 | Cache link resolution results in current module | Dániel Buga | -14/+79 |
| 2020-12-14 | Check the number of entries in UI test | Yuki Okushi | -1/+43 |
| 2020-12-13 | Use imports instead of rewriting the type signature of `stable` | Joshua Nelson | -14/+2 |
| 2020-12-13 | Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkov | bors | -0/+48 |
| 2020-12-13 | Refactor test_lang_string_parse to make it clearer | Alexis Bourget | -74/+69 |
| 2020-12-13 | Fix `cargo-binutils` link | EFanZh | -3/+3 |
| 2020-12-13 | Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkov | bors | -0/+61 |
| 2020-12-13 | Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkov | bors | -0/+62 |
| 2020-12-13 | Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2020-12-13 | Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum | Yuki Okushi | -21/+29 |
| 2020-12-13 | Rollup merge of #79954 - jyn514:normalize-oops, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -11/+6 |
| 2020-12-13 | Rollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum | Yuki Okushi | -3/+8 |
| 2020-12-13 | Fixes submit event of the search input | Guillaume Gomez | -1/+1 |
| 2020-12-12 | Auto merge of #79976 - jyn514:assertion-failure, r=jyn514 | bors | -1/+1 |
| 2020-12-12 | Fix building compiler docs with stage 0 | Joshua Nelson | -2/+8 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -0/+62 |