| Age | Commit message (Expand) | Author | Lines |
| 2021-05-01 | Add help message for unused type param | kadmin | -3/+49 |
| 2021-05-01 | Auto merge of #84747 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2021-04-30 | Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwco | bors | -49/+55 |
| 2021-04-30 | Auto merge of #84753 - hyd-dev:update-miri, r=RalfJung | bors | -7/+9 |
| 2021-04-30 | Auto merge of #84654 - alexcrichton:update-llvm-, r=cuviper | bors | -2/+0 |
| 2021-04-30 | Update LLVM submodule | Amanieu d'Antras | -2/+0 |
| 2021-04-30 | Update LLVM for more wasm simd updates | Alex Crichton | -0/+0 |
| 2021-04-30 | Update Miri | hyd-dev | -7/+9 |
| 2021-04-30 | bump version to 1.54.0 | Pietro Albini | -1/+1 |
| 2021-04-30 | Auto merge of #84716 - joshtriplett:chroot, r=dtolnay | bors | -0/+33 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -118/+34 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+33 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -189/+459 |
| 2021-04-29 | Auto merge of #84729 - jackh726:rollup-dnm8kg5, r=jackh726 | bors | -47/+120 |
| 2021-04-29 | Rollup merge of #84713 - camelid:fix-regression-issue-template, r=Mark-Simula... | Jack Huey | -1/+1 |
| 2021-04-29 | Rollup merge of #84706 - joshtriplett:reduce-aliases, r=m-ou-se | Jack Huey | -1/+0 |
| 2021-04-29 | Rollup merge of #84705 - lcnr:const_generics-rec, r=joshtriplett | Jack Huey | -12/+21 |
| 2021-04-29 | Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett | Jack Huey | -2/+11 |
| 2021-04-29 | Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results... | Jack Huey | -1/+0 |
| 2021-04-29 | Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-res... | Jack Huey | -7/+0 |
| 2021-04-29 | Rollup merge of #84683 - Ben-Lichtman:grammar, r=jonas-schievink | Jack Huey | -4/+4 |
| 2021-04-29 | Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis | Jack Huey | -3/+28 |
| 2021-04-29 | Rollup merge of #84590 - est31:array_into_iter, r=nikomatsakis | Jack Huey | -2/+47 |
| 2021-04-29 | Rollup merge of #84451 - torhovland:flex, r=jsha | Jack Huey | -14/+8 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -49/+55 |
| 2021-04-29 | Fix labels for regression issue template | Camelid | -1/+1 |
| 2021-04-29 | Auto merge of #84708 - pnkfelix:revert-77885-everywhere, r=Mark-Simulacrum | bors | -75/+62 |
| 2021-04-29 | Remove tests introduced or cahnged by PR #77885, which is reverted in this PR. | Felix S. Klock II | -44/+0 |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-29 | Drop alias `reduce` for `fold` - we have a `reduce` function | Josh Triplett | -1/+0 |
| 2021-04-29 | make feature recommendations optional | lcnr | -12/+21 |
| 2021-04-29 | Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk | bors | -133/+85 |
| 2021-04-29 | Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoerister | bors | -184/+251 |
| 2021-04-29 | Add integration test for `--remap-pathh-prefix` | Joshua Nelson | -3/+6 |
| 2021-04-29 | Use doc-comment instad of comments consistently | Joshua Nelson | -58/+59 |
| 2021-04-29 | Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum | bors | -10/+42 |
| 2021-04-29 | Link between std::env::{var, var_os} and std::env::{vars, vars_os} | r00ster91 | -2/+11 |
| 2021-04-29 | Ignore doctests in bootstrap | est31 | -1/+2 |
| 2021-04-29 | re-bless on 32bit | Ralf Jung | -7/+7 |
| 2021-04-29 | Remove unneeded bottom margin on search results | Guillaume Gomez | -1/+0 |
| 2021-04-29 | Remove unnecessary CSS rules for search results | Guillaume Gomez | -7/+0 |
| 2021-04-29 | Auto merge of #84618 - lrh2000:fix-gdb-10-str, r=Mark-Simulacrum | bors | -8/+7 |
| 2021-04-29 | remove const_fn feature gate from const tests | Ralf Jung | -105/+69 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -21/+9 |
| 2021-04-29 | Auto merge of #84684 - jackh726:rollup-qxc5cos, r=jackh726 | bors | -39/+141 |
| 2021-04-28 | Rollup merge of #84668 - ehuss:update-books, r=ehuss | Jack Huey | -0/+0 |
| 2021-04-28 | Rollup merge of #84663 - CDirkx:dropguard, r=Mark-Simulacrum | Jack Huey | -24/+4 |
| 2021-04-28 | Rollup merge of #84661 - pierwill:patch-1, r=jackh726 | Jack Huey | -1/+1 |
| 2021-04-28 | Rollup merge of #84646 - JohnTitor:add-some-bad-placeholder-tests, r=Dylan-DPC | Jack Huey | -0/+108 |
| 2021-04-28 | Rollup merge of #84636 - notriddle:data-aliases, r=jyn514,GuillaumeGomez | Jack Huey | -3/+3 |