| Age | Commit message (Expand) | Author | Lines |
| 2020-09-01 | Improve wording for const pointers | Camelid | -1/+1 |
| 2020-09-01 | Minor improvements | Camelid | -2/+2 |
| 2020-08-26 | Improve docs for the `const` keyword | Camelid | -12/+14 |
| 2020-08-26 | Auto merge of #75912 - scottmcm:manuallydrop-vs-forget, r=Mark-Simulacrum | bors | -3/+7 |
| 2020-08-26 | Auto merge of #75903 - jyn514:lint-refactor, r=GuillaumeGomez | bors | -18/+58 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -32/+25 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -162/+185 |
| 2020-08-26 | Auto merge of #75843 - hermitcore:devel, r=nagisa | bors | -6/+6 |
| 2020-08-26 | Auto merge of #75811 - ecstatic-morse:better-dlerror, r=nagisa | bors | -34/+74 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -257/+300 |
| 2020-08-25 | Explicitly pass `RTLD_LOCAL` to `dlopen` | Dylan MacKenzie | -4/+4 |
| 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 | Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used | Scott McMurray | -3/+7 |
| 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 | Auto merge of #75838 - mati865:profiler-atomics, r=Amanieu | bors | -1/+1 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+67 |
| 2020-08-25 | Auto merge of #75364 - rylev:libpanic-abort-failfast, r=alexcrichton | bors | -18/+21 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -18/+5 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -2/+13 |
| 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 | -17/+2 |
| 2020-08-24 | Auto merge of #75110 - lzutao:ip-endianness, r=Mark-Simulacrum | bors | -11/+18 |
| 2020-08-24 | Auto merge of #75876 - matklad:rust-analyzer-2020-08-24, r=matklad | bors | -42/+22 |
| 2020-08-24 | Introduce expect snapshot testing library into rustc | Aleksey Kladov | -0/+67 |
| 2020-08-24 | :arrow_up: rust-analyzer | Aleksey Kladov | -42/+22 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -186/+216 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -299/+277 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -70/+253 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -4/+147 |
| 2020-08-24 | Auto merge of #75855 - jyn514:no-cfg-doc, r=ollie27 | bors | -1/+2 |
| 2020-08-24 | Auto merge of #75865 - JohnTitor:rollup-yxia6d2, r=JohnTitor | bors | -184/+92 |
| 2020-08-23 | Don't import atomics unless supported by the platform | Joshua Nelson | -0/+1 |
| 2020-08-23 | Fix bad rebase | Joshua Nelson | -164/+164 |
| 2020-08-23 | Use underscores instead of spaces | Joshua Nelson | -7/+7 |
| 2020-08-23 | Time how long it takes to render HTML | Joshua Nelson | -8/+11 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -12/+25 |
| 2020-08-23 | Time running the global context | Joshua Nelson | -1/+1 |