| Age | Commit message (Expand) | Author | Lines |
| 2021-04-05 | change SourceSerifPro to SourceSerif4 in emit-shared-files test | Trevor Spiteri | -3/+3 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -34/+33 |
| 2021-04-05 | Fix bug where rustc_lint would not apply renamed tool lints | Joshua Nelson | -1/+26 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -44/+54 |
| 2021-04-05 | Remove 'unnecessary long for for link' warning | Joshua Nelson | -80/+44 |
| 2021-04-05 | Stabilize `non_autolinks` lint | Joshua Nelson | -8/+1 |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -0/+14 |
| 2021-04-05 | Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r... | bors | -0/+39 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -1992/+1646 |
| 2021-04-05 | Renamed test | Alan Egerton | -0/+0 |
| 2021-04-05 | Merge branch 'master' of github.com:rust-lang/rust into issue-83852 | Alan Egerton | -212/+400 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -4/+51 |
| 2021-04-04 | Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum | bors | -19/+14 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -1/+28 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -132/+5 |
| 2021-04-05 | Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu... | Dylan DPC | -1848/+1596 |
| 2021-04-05 | Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomez | Dylan DPC | -10/+14 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -1/+3 |
| 2021-04-04 | Render destructured struct function param names as underscore. | Alan Egerton | -11/+11 |
| 2021-04-04 | use jemallocator in rustc/rustdoc | Gus Wynn | -1/+63 |
| 2021-04-04 | Get rid of unneeded `aliases` field | Michael Howell | -6/+6 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -118/+159 |
| 2021-04-04 | Workaround increased cache clearing in Cargo | Mark Rousskov | -1/+10 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -16/+2 |
| 2021-04-04 | Auto merge of #83855 - Dylan-DPC:rollup-oww62sh, r=Dylan-DPC | bors | -96/+184 |
| 2021-04-04 | Optimize PartialOrd le | AngelicosPhosphoros | -0/+39 |
| 2021-04-04 | Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid | Dylan DPC | -30/+11 |
| 2021-04-04 | Rollup merge of #83793 - notriddle:single-span-macro-highlight, r=GuillaumeGomez | Dylan DPC | -6/+10 |
| 2021-04-04 | Rollup merge of #83532 - asomers:gdb-fbsd, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -52/+52 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -7/+106 |
| 2021-04-04 | Bump bootstrap compiler | Mark Rousskov | -2/+2 |
| 2021-04-04 | wasm64 | Gus Caplan | -1/+3 |
| 2021-04-04 | Fix error codes check run and ensure it will not go unnoticed again | Guillaume Gomez | -13/+29 |
| 2021-04-04 | Update clobber example in the asm documentation | Amanieu d'Antras | -1/+7 |
| 2021-04-04 | Allow clobbering unsupported registers in asm! | Amanieu d'Antras | -0/+21 |
| 2021-04-04 | Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum | bors | -104/+188 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -17/+20 |
| 2021-04-04 | perform filesystem probe once before running bins checks concurrently | The8472 | -80/+110 |
| 2021-04-04 | Auto merge of #83529 - richkadel:demangler, r=tmandry | bors | -42/+322 |
| 2021-04-03 | Address review comments and Windows failure, and make cleaner | Rich Kadel | -109/+108 |
| 2021-04-03 | Auto merge of #83811 - JohnTitor:rollup-hnw1xwz, r=JohnTitor | bors | -23/+21 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -30/+11 |
| 2021-04-03 | Remove trailing whitespace | SlightlyOutOfPhase | -1/+1 |
| 2021-04-03 | Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum | bors | -2/+48 |
| 2021-04-03 | List trait impls before methods from deref in the sidebar of Rustdoc's output | SlightlyOutOfPhase | -7/+8 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1848/+1596 |
| 2021-04-04 | Move a `unused_doc_comments ` test to the `unused` dir | Yuki Okushi | -0/+0 |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -0/+48 |
| 2021-04-03 | Changed function signature to keep buffer handling out of lib | Rich Kadel | -9/+7 |