| Age | Commit message (Expand) | Author | Lines |
| 2021-04-17 | rustdoc: Give a more accurate span for anchor failures | Joshua Nelson | -14/+34 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+9 |
| 2021-04-15 | Rollup merge of #84196 - lnicola:rust-analyzer-2021-04-12, r=jonas-schievink | Dylan DPC | -18/+18 |
| 2021-04-15 | Rollup merge of #84191 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2021-04-15 | Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakis | Dylan DPC | -0/+113 |
| 2021-04-14 | Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkov | bors | -0/+15 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+9 |
| 2021-04-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+18 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+109 |
| 2021-04-14 | Update books | Eric Huss | -0/+0 |
| 2021-04-14 | test: add reasonable case | hi-rustin | -2/+2 |
| 2021-04-14 | test: add more cases | hi-rustin | -3/+69 |
| 2021-04-14 | Auto merge of #83068 - mockersf:method-trait-foreign-impl, r=GuillaumeGomez | bors | -19/+134 |
| 2021-04-14 | add macro-or-patterns-2021 test | hi-rustin | -0/+47 |
| 2021-04-14 | Auto merge of #83762 - camelid:bare-urls-note, r=jyn514 | bors | -0/+35 |
| 2021-04-13 | remove line length ignore | François Mockers | -2/+0 |
| 2021-04-13 | forgot test assertions for default method | François Mockers | -0/+2 |
| 2021-04-13 | add test | François Mockers | -0/+65 |
| 2021-04-13 | tidy format rust | François Mockers | -10/+28 |
| 2021-04-13 | format css | François Mockers | -1/+2 |
| 2021-04-13 | fix source link when in a trait implementation | François Mockers | -8/+30 |
| 2021-04-13 | add anchors links on hover to items from trait impl | François Mockers | -8/+16 |
| 2021-04-13 | fix links from trait impl methods to trait declaration | François Mockers | -3/+4 |
| 2021-04-13 | Auto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r=Dylan-DPC | bors | -3/+64 |
| 2021-04-13 | Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -0/+58 |
| 2021-04-13 | Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu | bors | -5/+32 |
| 2021-04-12 | Add explanatory note to `bare_urls` lint | Camelid | -0/+35 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -1/+32 |
| 2021-04-13 | Check for asm support in UI tests that require it | Tomasz Miąsko | -5/+32 |
| 2021-04-12 | Auto merge of #82918 - Manishearth:edition-2015-warn, r=oli-obk | bors | -77/+84 |
| 2021-04-12 | Fix typo in error message | Camelid | -3/+6 |
| 2021-04-12 | add test | b-naber | -0/+58 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -77/+84 |
| 2021-04-12 | Auto merge of #84103 - calebcartwright:bump-rls-rustfmt, r=Xanewok | bors | -5/+5 |
| 2021-04-12 | Fix lookahead with None-delimited group | Aaron Hill | -0/+15 |
| 2021-04-12 | update RLS and rustfmt | Caleb Cartwright | -5/+5 |
| 2021-04-12 | Auto merge of #84068 - Amanieu:fix_lint, r=lcnr | bors | -12/+15 |
| 2021-04-12 | Auto merge of #84095 - infinity0:master, r=Mark-Simulacrum | bors | -4/+6 |
| 2021-04-12 | Auto merge of #84112 - Dylan-DPC:rollup-tapsrzz, r=Dylan-DPC | bors | -182/+498 |
| 2021-04-12 | Rollup merge of #84101 - jyn514:early-pass, r=Manishearth | Dylan DPC | -133/+220 |
| 2021-04-12 | Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514 | Dylan DPC | -18/+80 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -31/+155 |
| 2021-04-12 | Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor | Dylan DPC | -0/+43 |
| 2021-04-11 | Auto merge of #84100 - sjakobi:77548-reenable-check, r=jyn514 | bors | -5/+3 |
| 2021-04-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -61/+80 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+32 |
| 2021-04-11 | tidy: Re-enable the "ignoring file length unnecessarily" check | Simon Jakobi | -5/+3 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -11/+65 |
| 2021-04-11 | Add test to allow bad_asm_style | Amanieu d'Antras | -12/+15 |