| Age | Commit message (Expand) | Author | Lines |
| 2021-06-05 | Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula... | bors | -158/+148 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -7/+17 |
| 2021-06-05 | Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov | bors | -0/+122 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -285/+41 |
| 2021-06-04 | Pass --cfg=bootstrap for proc_macros or build scripts built by stage0 | Joshua Nelson | -0/+7 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -1/+158 |
| 2021-06-05 | Fix handling of unmatched angle brackets in parser | Fabian Wolff | -0/+73 |
| 2021-06-04 | Added a new test demonstrating the issue requiring revert | Rich Kadel | -0/+18 |
| 2021-06-05 | Rollup merge of #85988 - jyn514:ninja-error, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-06-05 | Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebank | Yuki Okushi | -0/+29 |
| 2021-06-05 | Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubilee | Yuki Okushi | -0/+33 |
| 2021-06-05 | Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebank | Yuki Okushi | -1/+25 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -20/+55 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -102/+135 |
| 2021-06-05 | Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez | Yuki Okushi | -20/+37 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -45/+10 |
| 2021-06-04 | Regression test for issue 84297. | Felix S. Klock II | -0/+9 |
| 2021-06-04 | With the revert of PR 83091, `swap` is not a `const fn` anymore. | Felix S. Klock II | -2/+9 |
| 2021-06-04 | Change test to use `likely`/`unlikely` instead of `copy`/`copy_overlapping`. | Felix S. Klock II | -7/+7 |
| 2021-06-04 | Remove tests that were also added in PR 79684. | Felix S. Klock II | -75/+0 |
| 2021-06-04 | Revert clippy's path to the copy intrinsics (part of reverting PR 81238). | Felix S. Klock II | -2/+2 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -114/+0 |
| 2021-06-04 | Remove incorrect assertion in type parsing code | Fabian Wolff | -0/+62 |
| 2021-06-04 | Revert "shrinking the deprecated method span" | Rich Kadel | -158/+130 |
| 2021-06-04 | Fix `deny(invalid_doc_attributes)` | Joshua Nelson | -11/+38 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -7/+17 |
| 2021-06-04 | rustdoc: Print a warning if the diff when comparing to old nightlies is empty | Joshua Nelson | -9/+21 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -102/+135 |
| 2021-06-04 | rustbuild: take changes to the standard library into account for `download-ru... | Joshua Nelson | -3/+5 |
| 2021-06-04 | Improve error message | Joshua Nelson | -1/+1 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -1/+229 |
| 2021-06-04 | Note that `ninja = false` goes under `[llvm]` | Joshua Nelson | -1/+1 |
| 2021-06-04 | Don't run sanity checks for `x.py setup` | Joshua Nelson | -2/+7 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -285/+41 |
| 2021-06-04 | Update hotplug codegen backend test | bjorn3 | -18/+3 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -49/+116 |
| 2021-06-04 | Auto merge of #85959 - RalfJung:miri-stage-0, r=Mark-Simulacrum | bors | -3/+12 |
| 2021-06-04 | Auto merge of #85984 - JohnTitor:rollup-rq0g9ph, r=JohnTitor | bors | -14/+94 |
| 2021-06-04 | Rollup merge of #85977 - ehuss:linkcheck-nightly, r=Mark-Simulacrum | Yuki Okushi | -5/+5 |
| 2021-06-04 | Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebank | Yuki Okushi | -0/+81 |
| 2021-06-04 | Rollup merge of #85899 - klensy:jsondocck-f, r=Mark-Simulacrum | Yuki Okushi | -9/+8 |
| 2021-06-04 | Auto merge of #85954 - flip1995:clippyup, r=Manishearth | bors | -1305/+2367 |
| 2021-06-03 | Warn against boxed DST in `improper_ctypes_definitions` lint | marmeladema | -20/+55 |
| 2021-06-03 | don't suggest unsized indirection in where-clauses | Taylor Yu | -0/+29 |
| 2021-06-03 | Build linkcheck script as release to run faster. | Eric Huss | -1/+1 |
| 2021-06-03 | Fix linkcheck script from getting out of sync. | Eric Huss | -4/+4 |
| 2021-06-03 | Auto merge of #85617 - hi-rustin:rustin-patch-fix, r=estebank | bors | -130/+158 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -0/+33 |
| 2021-06-03 | Auto merge of #85292 - wesleywiser:enum_debuginfo, r=michaelwoerister | bors | -36/+170 |
| 2021-06-03 | Auto merge of #85958 - hyd-dev:miri, r=RalfJung | bors | -7/+11 |