| Age | Commit message (Expand) | Author | Lines |
| 2021-03-04 | Update rustdoc documentation | Joshua Nelson | -132/+67 |
| 2021-03-01 | Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 | bors | -66/+101 |
| 2021-03-01 | Auto merge of #82587 - taiki-e:unaligned_references, r=oli-obk | bors | -0/+68 |
| 2021-03-01 | Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth | Joshua Nelson | -0/+37 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -41/+42 |
| 2021-03-01 | Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-Simulacrum | Joshua Nelson | -23/+13 |
| 2021-03-01 | Rollup merge of #82360 - osa1:issue82317, r=Mark-Simulacrum | Joshua Nelson | -2/+9 |
| 2021-03-01 | Use diagnostic items in into_iter_collections | Cameron Steffen | -24/+22 |
| 2021-03-01 | Auto merge of #82216 - kulikjak:fix-solaris-target, r=nagisa,Mark-Simulacrum | bors | -16/+32 |
| 2021-03-01 | Update Docker to use the correct target | Jakub Kulik | -13/+26 |
| 2021-03-01 | Update supported platforms doc | Jakub Kulik | -2/+2 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -1/+4 |
| 2021-03-01 | Auto merge of #78360 - tmiasko:storage-markers, r=wesleywiser,oli-obk | bors | -3/+128 |
| 2021-03-01 | config.toml error reporting: | Ömer Sinan Ağacan | -2/+9 |
| 2021-03-01 | Rollup merge of #82643 - Aaron1011:test-macro-attrs, r=petrochenkov | Yuki Okushi | -371/+2249 |
| 2021-03-01 | Rollup merge of #82622 - jyn514:cargo-test-args, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2021-03-01 | Rollup merge of #82543 - klensy:skip-jobs, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-01 | Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-Simulacrum | Yuki Okushi | -3/+86 |
| 2021-03-01 | Rollup merge of #82531 - GuillaumeGomez:gui-tests-start, r=jyn514 | Yuki Okushi | -0/+37 |
| 2021-03-01 | Rollup merge of #82507 - jyn514:tidy-windows, r=Mark-Simulacrum | Yuki Okushi | -1/+12 |
| 2021-03-01 | Rollup merge of #82403 - pnkfelix:rustbuild-emit-env-vars-on-verbose-verbose,... | Yuki Okushi | -0/+6 |
| 2021-03-01 | Rollup merge of #82309 - jyn514:rustdocflags, r=Mark-Simulacrum | Yuki Okushi | -9/+21 |
| 2021-02-28 | Add more proc-macro attribute tests | Aaron Hill | -371/+2249 |
| 2021-02-28 | Add GUI tests | Guillaume Gomez | -0/+37 |
| 2021-02-28 | Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr | bors | -48/+33 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -48/+33 |
| 2021-02-28 | Auto merge of #82603 - RalfJung:miri, r=RalfJung | bors | -7/+10 |
| 2021-02-28 | update Miri | Ralf Jung | -7/+10 |
| 2021-02-28 | Auto merge of #82350 - ehuss:test-chapter, r=jyn514 | bors | -1/+287 |
| 2021-02-28 | Auto merge of #82605 - cuviper:issue81051, r=nikic | bors | -0/+0 |
| 2021-02-28 | Apply lint restrictions from renamed lints | Joshua Nelson | -0/+37 |
| 2021-02-28 | Propagate `--test-args` for `x.py test src/tools/cargo` | Joshua Nelson | -0/+1 |
| 2021-02-28 | Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkov | bors | -36/+0 |
| 2021-02-28 | Use -O in try_identity test that requires storage markers | Tomasz Miąsko | -1/+1 |
| 2021-02-28 | compiletest: run mir-opt tests with -C opt-level=1 | Tomasz Miąsko | -0/+1 |
| 2021-02-28 | Remove storage markers if they won't be used during code generation | Tomasz Miąsko | -2/+126 |
| 2021-02-27 | Rollup merge of #82584 - tazjin:rustdoc-aria, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-27 | Rollup merge of #82563 - lucas-deangelis:issue-82209-fix, r=jyn514 | Dylan DPC | -0/+19 |
| 2021-02-27 | Rollup merge of #82537 - wesleywiser:update_measureme, r=oli-obk | Dylan DPC | -0/+1 |
| 2021-02-27 | Rollup merge of #82534 - nikic:musl-crtend, r=nagisa | Dylan DPC | -0/+6 |
| 2021-02-27 | Rollup merge of #81856 - Smittyvb:utf16-warn, r=matthewjasper | Dylan DPC | -0/+0 |
| 2021-02-27 | Revert LLVM D81803 because it broke Windows 7 | Josh Stone | -0/+0 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -36/+0 |
| 2021-02-27 | Enable report_in_external_macro in unaligned_references | Taiki Endo | -0/+68 |
| 2021-02-27 | Add ARIA role to sidebar toggle in Rustdoc | Vincent Ambo | -1/+1 |
| 2021-02-27 | Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez | bors | -6/+14 |
| 2021-02-26 | Add missing diagnostic item Symbols | Cameron Steffen | -17/+20 |
| 2021-02-27 | Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov | Dylan DPC | -2/+32 |
| 2021-02-27 | Rollup merge of #82490 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -0/+40 |