| Age | Commit message (Expand) | Author | Lines |
| 2020-09-02 | Update docs of OpenOptions::as_flags | Federico Ponzi | -3/+3 |
| 2020-08-31 | Update OpenOptions::as_flags docs, and minor styling | Federico Ponzi | -9/+9 |
| 2020-08-31 | Merge branch 'convert-openoptions-cint' of github.com:FedericoPonzi/rust into... | Federico Ponzi | -1/+0 |
| 2020-08-31 | Add as_flag function to the OpenOptionsExt struct | Federico Ponzi | -7/+35 |
| 2020-08-30 | Fix typo get openoptions function name | Federico Ponzi | -1/+1 |
| 2020-08-30 | initial implementation of OpenOptions to c_int | Federico Ponzi | -0/+7 |
| 2020-08-29 | Auto merge of #76034 - flip1995:clippyup, r=Manishearth | bors | -1096/+4164 |
| 2020-08-29 | Auto merge of #75370 - simonvandel:optimize-if-condition-on-int-to-switch, r=... | bors | -0/+662 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+662 |
| 2020-08-29 | Auto merge of #75985 - csmoe:issue-61076-1, r=estebank | bors | -7/+11 |
| 2020-08-29 | Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio | bors | -116/+154 |
| 2020-08-29 | Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrum | bors | -15/+58 |
| 2020-08-29 | Auto merge of #75939 - Amanieu:fix_asm2, r=nagisa | bors | -6/+12 |
| 2020-08-29 | Auto merge of #75877 - vigoux:master, r=Amanieu | bors | -3/+3 |
| 2020-08-28 | Auto merge of #72808 - Lucretiel:line-writer-reimpl, r=Amanieu | bors | -176/+785 |
| 2020-08-28 | Auto merge of #76035 - tiagolam:master, r=pietroalbini | bors | -0/+1 |
| 2020-08-28 | Fix test | Amanieu d'Antras | -10/+11 |
| 2020-08-28 | Build dist-x86_64-musl with --enable-profiler. | Tiago Lam | -0/+1 |
| 2020-08-28 | Auto merge of #76018 - pietroalbini:ci-left-fallible-finish-2, r=Mark-Simulacrum | bors | -29/+29 |
| 2020-08-28 | Update Cargo.lock | flip1995 | -4/+4 |
| 2020-08-28 | Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup | flip1995 | -1092/+4160 |
| 2020-08-28 | Disable ninja on the dry-run builder | Josh Triplett | -0/+1 |
| 2020-08-28 | Auto merge of #5774 - ThibsG:FixNewRetNoSelf, r=ebroto | bors | -30/+230 |
| 2020-08-28 | Auto merge of #76019 - pietroalbini:rollup-1tkgdnd, r=pietroalbini | bors | -85/+220 |
| 2020-08-28 | Rollup merge of #76000 - richkadel:llvm-coverage-map-gen-6b.2, r=wesleywiser | Pietro Albini | -0/+12 |
| 2020-08-28 | Rollup merge of #75998 - richkadel:llvm-coverage-map-gen-6b.1, r=wesleywiser | Pietro Albini | -0/+1 |
| 2020-08-28 | Rollup merge of #75996 - tinaun:patch-2, r=jonas-schievink | Pietro Albini | -1/+1 |
| 2020-08-28 | Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomez | Pietro Albini | -7/+7 |
| 2020-08-28 | Rollup merge of #75972 - JulianKnodt:i70381, r=rollup | Pietro Albini | -1/+15 |
| 2020-08-28 | Rollup merge of #75967 - aticu:blackbox_typo, r=Dylan-DPC | Pietro Albini | -1/+1 |
| 2020-08-28 | Rollup merge of #75955 - camelid:intra-doc-links-for-future-and-dec2flt, r=jy... | Pietro Albini | -10/+4 |
| 2020-08-28 | Rollup merge of #75946 - pickfire:patch-8, r=jyn514 | Pietro Albini | -10/+7 |
| 2020-08-28 | Rollup merge of #75943 - elichai:2020-align_offset-docs, r=RalfJung | Pietro Albini | -2/+2 |
| 2020-08-28 | Rollup merge of #75941 - GuillaumeGomez:cleanup-e0761, r=Dylan-DPC | Pietro Albini | -7/+3 |
| 2020-08-28 | Rollup merge of #75927 - camelid:intra-doc-links-for-core-macros, r=jyn514 | Pietro Albini | -13/+13 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -33/+154 |
| 2020-08-28 | ci: run cancel-outdated-builds after fully setting up the env | Pietro Albini | -29/+29 |
| 2020-08-28 | Update clippy_lints/src/methods/mod.rs | Thibaud | -0/+1 |
| 2020-08-28 | Update clippy_lints/src/utils/mod.rs | Thibaud | -1/+1 |
| 2020-08-28 | Update clippy_lints/src/utils/mod.rs | Thibaud | -1/+1 |
| 2020-08-28 | Update compiler-builtins | Thomas Vigouroux | -3/+3 |
| 2020-08-27 | Once again, x.py tidy | Nathan West | -5/+1 |
| 2020-08-27 | Typo fixes | Nathan West | -5/+5 |
| 2020-08-27 | Remove unnecessary intra-doc link | Camelid | -1/+0 |
| 2020-08-27 | Improvements to `LineWriter::write_all` | Nathan West | -26/+79 |
| 2020-08-28 | Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrum | bors | -105/+275 |
| 2020-08-27 | Auto merge of #5971 - giraffate:fix_fp_in_to_string_in_display, r=ebroto | bors | -5/+41 |
| 2020-08-27 | Auto merge of #75995 - pietroalbini:ci-let-fallible-finish, r=Mark-Simulacrum | bors | -5/+22 |
| 2020-08-27 | Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514 | bors | -4/+5 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -105/+275 |