| Age | Commit message (Expand) | Author | Lines |
| 2020-08-26 | Avoid function-scoping global variables | Mark Rousskov | -9/+9 |
| 2020-08-26 | Auto merge of #75944 - jumbatm:issue-75924-clashing-extern-decl-ice, r=spasto... | bors | -10/+47 |
| 2020-08-26 | Fix swapped stability attributes | Joshua Nelson | -6/+6 |
| 2020-08-26 | Auto merge of #75903 - jyn514:lint-refactor, r=GuillaumeGomez | bors | -18/+58 |
| 2020-08-27 | Fix ICE on unwrap of unknown layout. | jumbatm | -10/+47 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -32/+25 |
| 2020-08-26 | Clean up E0761 explanation | Guillaume Gomez | -7/+3 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -11/+5 |
| 2020-08-26 | Fix a typo in #75781 | Amanieu d'Antras | -1/+6 |
| 2020-08-26 | suggest await on unexpected types | csmoe | -32/+126 |
| 2020-08-26 | bump version to 1.48 | Pietro Albini | -2/+2 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -18/+102 |
| 2020-08-26 | Auto merge of #75843 - hermitcore:devel, r=nagisa | bors | -6/+6 |
| 2020-08-25 | Note that `from_res` panics on errors | Joshua Nelson | -0/+1 |
| 2020-08-25 | Use map_or(true) instead of unwrap_or(true) | Joshua Nelson | -1/+1 |
| 2020-08-26 | Auto merge of #75811 - ecstatic-morse:better-dlerror, r=nagisa | bors | -34/+74 |
| 2020-08-25 | Remove outdated FIXME | Joshua Nelson | -1/+0 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -257/+300 |
| 2020-08-25 | Add back `Res::matches_ns`, implemented in terms of `ns` | Joshua Nelson | -1/+6 |
| 2020-08-25 | Remove unused `ns` parameter | Joshua Nelson | -9/+6 |
| 2020-08-25 | Unify error reporting for intra-doc links | Joshua Nelson | -102/+137 |
| 2020-08-25 | Explicitly pass `RTLD_LOCAL` to `dlopen` | Dylan MacKenzie | -4/+4 |
| 2020-08-25 | For VxWorks: | Pang, Baoshan | -1/+6 |
| 2020-08-25 | Always treat `dlsym` returning NULL as an error | Dylan MacKenzie | -31/+24 |
| 2020-08-25 | Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelix | bors | -1012/+1097 |
| 2020-08-25 | Add `Res::ns()` instead of `matches_ns()` | Joshua Nelson | -7/+8 |
| 2020-08-25 | Auto merge of #75908 - pietroalbini:ci-bump-llvm, r=Mark-Simulacrum | bors | -7/+12 |
| 2020-08-25 | ci: fix macOS target name for LLVM 10 | Pietro Albini | -3/+3 |
| 2020-08-25 | ci: bump LLVM source tarball on Linux to 10.0.0 | Pietro Albini | -1/+1 |
| 2020-08-25 | ci: bump prebuilt LLVM on macOS and Windows to 10.0.0 | Pietro Albini | -6/+11 |
| 2020-08-25 | Don't special case `warnings` | Joshua Nelson | -4/+1 |
| 2020-08-25 | Warn about unknown or renamed lints | Joshua Nelson | -2/+45 |
| 2020-08-25 | Rename debugging_options -> debugging_opts to match rustc | Joshua Nelson | -13/+13 |
| 2020-08-25 | Minor refactors | Joshua Nelson | -3/+3 |
| 2020-08-25 | VariantDef: move recovered into VariantFlags | Bastian Kauschke | -6/+15 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+56 |
| 2020-08-25 | suggest await before method | csmoe | -17/+97 |
| 2020-08-25 | suggest await on field access | csmoe | -41/+106 |
| 2020-08-25 | append more test cases for issue 61076 | csmoe | -4/+58 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -5/+3 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-25 | tidy | DPC | -1/+1 |
| 2020-08-25 | Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor | bors | -299/+277 |
| 2020-08-25 | cleanup | DPC | -9/+5 |
| 2020-08-24 | Unbreak the clippy test | Scott McMurray | -1/+3 |
| 2020-08-24 | Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrum | bors | -1/+10 |
| 2020-08-25 | removed not-needed conversion | DPC | -2/+1 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -4/+0 |
| 2020-08-24 | Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matklad | bors | -42/+22 |
| 2020-08-24 | Added a lint which corrects expressions like (a - b) < f32::EPSILON | Bastian | -0/+7 |