| Age | Commit message (Expand) | Author | Lines |
| 2021-04-30 | Add support for --run for non-ui tests | Tyler Mandry | -22/+43 |
| 2021-04-30 | Add run flag to bootstrap test | Tyler Mandry | -0/+23 |
| 2021-04-30 | Add --run flag to compiletest | Tyler Mandry | -5/+26 |
| 2021-04-23 | Auto merge of #84490 - JohnTitor:rollup-wrdj4ko, r=JohnTitor | bors | -109/+136 |
| 2021-04-24 | Rollup merge of #84469 - jyn514:dead-code, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-04-24 | Rollup merge of #84456 - richkadel:issue-84421, r=tmandry | Yuki Okushi | -8/+4 |
| 2021-04-24 | Rollup merge of #84444 - notriddle:num-docs-from-undocumented-items-toggle, r... | Yuki Okushi | -4/+12 |
| 2021-04-24 | Rollup merge of #84433 - GuillaumeGomez:search-input-blur, r=jsha | Yuki Okushi | -3/+6 |
| 2021-04-24 | Rollup merge of #84430 - dvdhrm:rw/uefidoc, r=Amanieu | Yuki Okushi | -2/+2 |
| 2021-04-24 | Rollup merge of #84387 - CDirkx:poison, r=m-ou-se | Yuki Okushi | -14/+15 |
| 2021-04-24 | Rollup merge of #84374 - CDirkx:gitignore, r=Mark-Simulacrum | Yuki Okushi | -26/+44 |
| 2021-04-24 | Rollup merge of #84359 - lnicola:rust-analyzer-2021-04-20, r=jonas-schievink | Yuki Okushi | -18/+17 |
| 2021-04-24 | Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez | Yuki Okushi | -8/+26 |
| 2021-04-24 | Rollup merge of #84248 - calebsander:refactor/vec-functions, r=Amanieu | Yuki Okushi | -2/+1 |
| 2021-04-24 | Rollup merge of #80805 - camelid:iter-by_ref-example, r=steveklabnik | Yuki Okushi | -23/+8 |
| 2021-04-23 | Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisa | bors | -378/+104 |
| 2021-04-23 | improve wording | Arpad Borsos | -2/+8 |
| 2021-04-23 | Update wasm test assertions | Alex Crichton | -173/+12 |
| 2021-04-23 | Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez | bors | -132/+150 |
| 2021-04-23 | Disable LLVM's new fptoint intrinsics on riscv64 | Alex Crichton | -2/+10 |
| 2021-04-23 | Auto merge of #84445 - jyn514:hidden, r=<try> | bors | -6/+44 |
| 2021-04-23 | Auto merge of #83425 - durin42:llvm-update, r=nagisa | bors | -1/+11 |
| 2021-04-22 | Update comment on `PrimTy::name_str` | Joshua Nelson | -1/+1 |
| 2021-04-23 | Auto merge of #82585 - TrolledWoods:master, r=dtolnay | bors | -0/+25 |
| 2021-04-23 | Auto merge of #78681 - m-ou-se:binary-heap-retain, r=Amanieu | bors | -35/+69 |
| 2021-04-22 | Remove `keywords` from ExternCrate | Joshua Nelson | -52/+57 |
| 2021-04-22 | Get rid of ExternCrate::primitives | Joshua Nelson | -77/+77 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -7/+12 |
| 2021-04-22 | Remove src field from ExternCrate | Joshua Nelson | -6/+14 |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-22 | rustdoc: Hide `#text` in doc-tests | Joshua Nelson | -6/+44 |
| 2021-04-22 | Auto merge of #84420 - workingjubilee:microvec, r=Mark-Simulacrum | bors | -69/+61 |
| 2021-04-22 | RustWrapper: work around unification of diagnostic handlers | Augie Fackler | -1/+11 |
| 2021-04-22 | Get rid of "[+] show undocumented items" toggle on numeric From impls | Michael Howell | -4/+12 |
| 2021-04-22 | Auto merge of #84440 - Dylan-DPC:rollup-0xjb8oi, r=Dylan-DPC | bors | -566/+371 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -32/+27 |
| 2021-04-22 | Rollup merge of #84404 - tmiasko:intrinsics-in-coercion-lub, r=Mark-Simulacrum | Dylan DPC | -1/+26 |
| 2021-04-22 | Rollup merge of #84402 - CDirkx:rwlock, r=dtolnay | Dylan DPC | -60/+53 |
| 2021-04-22 | Rollup merge of #84396 - Amanieu:fix_compiler_builtins_llvm, r=cuviper | Dylan DPC | -0/+0 |
| 2021-04-22 | Rollup merge of #84377 - jackh726:binder-refactor-fix, r=nikomatsakis | Dylan DPC | -422/+254 |
| 2021-04-22 | Rollup merge of #84376 - torhovland:issue-84534, r=GuillaumeGomez | Dylan DPC | -4/+9 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -47/+2 |
| 2021-04-22 | Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se | bors | -0/+155 |
| 2021-04-22 | Add better test for BinaryHeap::retain. | Mara Bos | -3/+16 |
| 2021-04-22 | Improve BinaryHeap::retain. | Mara Bos | -32/+53 |
| 2021-04-22 | Prevent control, shift and alt keys to make search input lose focus | Guillaume Gomez | -3/+6 |
| 2021-04-22 | Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkor | bors | -8/+8 |
| 2021-04-22 | doc/platform-support: clarify UEFI support | David Rheinsberg | -2/+2 |
| 2021-04-22 | Remove "Version control" | Christiaan Dirkx | -4/+0 |
| 2021-04-22 | Clean up .gitignore | Christiaan Dirkx | -26/+48 |