| Age | Commit message (Expand) | Author | Lines |
| 2020-09-05 | Find the first segment that failed to resolve for _any_ namespace | Joshua Nelson | -14/+38 |
| 2020-09-05 | x.py bless | Joshua Nelson | -14/+14 |
| 2020-09-05 | Give a much better error message when an item has a macro disambiguator | Joshua Nelson | -2/+2 |
| 2020-09-05 | Say 'prefix with `kind@`' instead of 'prefix with the item kind' | Joshua Nelson | -82/+34 |
| 2020-09-05 | Don't suggest \[ \] if there's a :: in the path | Joshua Nelson | -22/+13 |
| 2020-09-05 | Show the first path segment which failed to resolve. | Joshua Nelson | -8/+11 |
| 2020-09-05 | Give a better error message when linking to a macro with the wrong disambiguator | Joshua Nelson | -10/+63 |
| 2020-09-05 | Use rustc_resolve's descr() instead of rewriting it | Joshua Nelson | -3/+3 |
| 2020-09-05 | Make errors more concise and helpful | Joshua Nelson | -30/+21 |
| 2020-09-05 | Remove some TODOs | Joshua Nelson | -1/+0 |
| 2020-09-05 | Don't give misleading errors for `f::A`, where f is in the value namespace | Joshua Nelson | -6/+6 |
| 2020-09-05 | Fix tests and improve error message if `::` isn't found | Joshua Nelson | -47/+27 |
| 2020-09-05 | Pass on the DefId so rustdoc can name it in suggestions | Joshua Nelson | -10/+24 |
| 2020-09-05 | Report if the thing exists in another namespace | Joshua Nelson | -0/+1 |
| 2020-09-05 | Update .stderr | Joshua Nelson | -17/+55 |
| 2020-09-05 | [WIP] give better errors for broken intra doc links | Joshua Nelson | -23/+176 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -0/+133 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -0/+29 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+31 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -0/+51 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -0/+84 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -0/+30 |
| 2020-09-05 | Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis | bors | -6/+14 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -6/+14 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -0/+40 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -33/+51 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -270/+1773 |
| 2020-09-04 | inliner: Add mir-opt tests for codegen attributes compatibility | Tomasz Miąsko | -0/+133 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -4384/+4402 |
| 2020-09-03 | Auto merge of #70793 - the8472:in-place-iter-collect, r=Amanieu | bors | -1/+2 |
| 2020-09-03 | Add test for doc alias on associated const in trait impls | Guillaume Gomez | -0/+30 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -0/+72 |
| 2020-09-03 | avoid applying in-place collect specialization in type-length test | The8472 | -1/+2 |
| 2020-09-03 | Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro | Aaron Hill | -0/+40 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -0/+33 |
| 2020-09-03 | rustc_lint: avoid trimmed paths for ty_find_init_error | Dan Aloni | -5/+5 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -71/+71 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -270/+1773 |
| 2020-09-03 | Rollup merge of #76245 - tmiasko:inline-generators, r=ecstatic-morse | Dylan DPC | -0/+18 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -0/+58 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -42/+61 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -4460/+4478 |
| 2020-09-02 | Fold length constant in Rvalue::Repeat | Tomasz Miąsko | -0/+29 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -42/+61 |
| 2020-09-01 | Rollup merge of #76218 - petrochenkov:shebang3, r=matklad | Tyler Mandry | -8/+5 |
| 2020-09-01 | Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morse | Tyler Mandry | -0/+53 |
| 2020-09-01 | Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkov | Tyler Mandry | -3/+48 |
| 2020-09-01 | Rollup merge of #76126 - camelid:crate-list-font, r=GuillaumeGomez | Tyler Mandry | -2/+2 |