| Age | Commit message (Expand) | Author | Lines |
| 2021-03-30 | Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPC | bors | -118/+387 |
| 2021-03-30 | Rollup merge of #83644 - lnicola:rust-analyzer-2021-03-29, r=jonas-schievink | Dylan DPC | -16/+21 |
| 2021-03-30 | Rollup merge of #83643 - JohnTitor:is-freeze-no-longer-uses-span, r=RalfJung | Dylan DPC | -1/+0 |
| 2021-03-30 | Rollup merge of #83636 - JohnTitor:const-generics-defualts-regg-test, r=lcnr | Dylan DPC | -52/+66 |
| 2021-03-30 | Rollup merge of #83543 - camelid:lint-unknown-disambiguator, r=jyn514 | Dylan DPC | -26/+123 |
| 2021-03-30 | Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplett | Dylan DPC | -23/+34 |
| 2021-03-30 | Rollup merge of #83130 - clarfonthey:escape, r=m-ou-se | Dylan DPC | -0/+121 |
| 2021-03-30 | Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=Amanieu | Dylan DPC | -0/+22 |
| 2021-03-29 | Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomez | bors | -6/+2 |
| 2021-03-29 | Updated the tracking issue # | Vlad Frolov | -1/+1 |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -995/+81 |
| 2021-03-29 | Revert changes to sync data structures | Joshua Nelson | -0/+110 |
| 2021-03-29 | Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrum | bors | -16/+38 |
| 2021-03-29 | Auto merge of #83609 - klensy:c-str, r=m-ou-se | bors | -2/+20 |
| 2021-03-29 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+21 |
| 2021-03-29 | Remove a FIXME resolved by #73578 | JohnTitor | -1/+0 |
| 2021-03-29 | ffi::c_str smaller as_bytes | klensy | -2/+4 |
| 2021-03-29 | Auto merge of #83637 - bjorn3:sync_cg_clif-2021-03-29, r=bjorn3 | bors | -493/+878 |
| 2021-03-29 | Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202... | bjorn3 | -493/+878 |
| 2021-03-29 | Prefer 4 spaces | JohnTitor | -52/+52 |
| 2021-03-29 | Add a regression test for issue-82792 | JohnTitor | -0/+14 |
| 2021-03-29 | Auto merge of #83565 - RalfJung:miri, r=oli-obk | bors | -10/+15 |
| 2021-03-29 | Rustup to rustc 1.53.0-nightly (4a20eb6a9 2021-03-28) | bjorn3 | -1/+1 |
| 2021-03-28 | Inline `find_suffix` closure that's only used once | Camelid | -18/+14 |
| 2021-03-28 | Add test for weird backticks placement | Camelid | -8/+23 |
| 2021-03-28 | Point to disambiguator instead of whole link | Camelid | -22/+35 |
| 2021-03-29 | Auto merge of #83605 - RalfJung:unaligned, r=petrochenkov | bors | -34/+87 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+121 |
| 2021-03-28 | Auto merge of #83619 - petrochenkov:nx, r=nagisa | bors | -73/+23 |
| 2021-03-28 | linker: Use data execution prevention options by default when linker supports... | Vadim Petrochenkov | -73/+23 |
| 2021-03-28 | Auto merge of #83602 - JohnTitor:cloudabi-flag-is-unnecessary, r=Xanewok | bors | -1/+0 |
| 2021-03-28 | ffi::c_str added tests for empty strings | klensy | -0/+16 |
| 2021-03-28 | test: run-make: skip tests on unsupported platforms | Tom Eccles | -0/+7 |
| 2021-03-28 | test: run-make: flag tests which won't work in no-std environments | Tom Eccles | -0/+5 |
| 2021-03-28 | ci: docker: x86_64: specify host explicitly | Tom Eccles | -1/+2 |
| 2021-03-28 | bootstrap: don't run linkcheck when crosscompiling | Tom Eccles | -1/+15 |
| 2021-03-28 | ci: docker: riscv64gc: specify host explicitly | Tom Eccles | -1/+1 |
| 2021-03-28 | run-make: skip issue-36710 on riscv64 and armhf | Tom Eccles | -0/+4 |
| 2021-03-28 | run-make: Specify --target to rustc | Tom Eccles | -14/+5 |
| 2021-03-28 | Auto merge of #83582 - jyn514:might-not, r=joshtriplett | bors | -3/+3 |
| 2021-03-28 | adjust old test | Ralf Jung | -16/+31 |
| 2021-03-28 | Auto merge of #83577 - geeklint:slice_to_ascii_case_doc_links, r=m-ou-se | bors | -2/+2 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -18/+56 |
| 2021-03-28 | update Miri | Ralf Jung | -9/+7 |
| 2021-03-28 | Auto merge of #83593 - petrochenkov:nounwrap, r=nagisa | bors | -50/+50 |
| 2021-03-28 | Remove unnecessary `ignore-cloudabi` flag | JohnTitor | -1/+0 |
| 2021-03-28 | Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplett | bors | -19/+55 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+21 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -1/+81 |
| 2021-03-27 | Fix compiler docs | Joshua Nelson | -1/+10 |