| Age | Commit message (Expand) | Author | Lines |
| 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 | Render destructured struct function param names as underscore. | Alan Egerton | -11/+11 |
| 2021-04-04 | Auto merge of #83855 - Dylan-DPC:rollup-oww62sh, r=Dylan-DPC | bors | -96/+184 |
| 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 | Fix error codes check run and ensure it will not go unnoticed again | Guillaume Gomez | -13/+29 |
| 2021-04-04 | Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum | bors | -104/+188 |
| 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 | Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum | bors | -2/+48 |
| 2021-04-03 | Changed function signature to keep buffer handling out of lib | Rich Kadel | -9/+7 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -40/+323 |
| 2021-04-04 | Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomez | Yuki Okushi | -23/+21 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -48/+90 |
| 2021-04-03 | Auto merge of #83549 - sjakobi:no-tidy-line-length-1, r=Mark-Simulacrum | bors | -6/+32 |
| 2021-04-03 | tidy: Add ignore-rules for the line length check | Anthony Huang | -6/+32 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -72/+107 |
| 2021-04-02 | rustdoc: update macro highlight tests | Michael Howell | -4/+4 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -72/+107 |
| 2021-04-02 | Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko | bors | -3/+2 |
| 2021-04-02 | fix clippy error | Roxane | -1/+1 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -51/+51 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -3/+2 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -48/+90 |
| 2021-04-02 | rustdoc: highlight macros more efficiently | Michael Howell | -2/+6 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -27152/+1167 |
| 2021-04-02 | rustdoc: Remove unused `spotlight` CSS | Camelid | -4/+1 |
| 2021-04-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -19/+20 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -108/+640 |
| 2021-04-02 | Rollup merge of #83755 - richkadel:cov-test-simplify, r=tmandry | Dylan DPC | -26664/+0 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -246/+246 |
| 2021-04-02 | Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum | Dylan DPC | -134/+281 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -167/+1894 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -0/+84 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -13/+109 |
| 2021-04-02 | Rollup merge of #83754 - GuillaumeGomez:search-tab-behaviour, r=jyn514 | Yuki Okushi | -0/+21 |
| 2021-04-02 | Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157 | Yuki Okushi | -13/+57 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+31 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -25/+25 |
| 2021-04-02 | Simplify coverage tests | Rich Kadel | -26664/+0 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -73/+112 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -37/+70 |
| 2021-04-01 | Make the diagnostic message more readable | Aman Arora | -54/+54 |