| Age | Commit message (Expand) | Author | Lines |
| 2020-07-23 | Clean up E0724 explanation | Guillaume Gomez | -1/+2 |
| 2020-07-23 | Clean up E0727 explanation | Guillaume Gomez | -1/+1 |
| 2020-07-23 | delay_span_bug instead of silent ignore | Mark Rousskov | -12/+18 |
| 2020-07-23 | Detect turbofish missing surrounding angle brackets | Esteban Küber | -3/+61 |
| 2020-07-23 | BTreeMap::drain_filter: replace needless unsafety and test | Stein Somers | -20/+47 |
| 2020-07-23 | slightly adapt const prop | Bastian Kauschke | -7/+7 |
| 2020-07-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-07-23 | avoid implicitly returning () | Ralf Jung | -1/+2 |
| 2020-07-23 | on Windows, use miri_static_root for TLS dtors | Ralf Jung | -2/+20 |
| 2020-07-23 | Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis | bors | -10/+102 |
| 2020-07-23 | Add missing backticks in diagnostics note | Yuki Okushi | -16/+16 |
| 2020-07-23 | test usage | Bastian Kauschke | -2/+15 |
| 2020-07-23 | add more complex param order test | Bastian Kauschke | -1/+20 |
| 2020-07-23 | replace miri_start_panic intrinsic by 'extern fn' | Ralf Jung | -21/+6 |
| 2020-07-23 | Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote | bors | -38/+26 |
| 2020-07-23 | cleanup | Bastian Kauschke | -4/+4 |
| 2020-07-23 | fix ICE caused by wrongly ordered generic params | Bastian Kauschke | -9/+22 |
| 2020-07-23 | stop sorting generic params | Bastian Kauschke | -30/+6 |
| 2020-07-23 | ci: add aarch64-gnu as a fallible auto builder | Pietro Albini | -0/+10 |
| 2020-07-23 | ci: avoid symlinking the build directory on self-hosted builders | Pietro Albini | -1/+6 |
| 2020-07-23 | Auto merge of #74667 - Manishearth:rollup-s6k59sw, r=Manishearth | bors | -302/+266 |
| 2020-07-23 | add const generics | Bastian Kauschke | -0/+11 |
| 2020-07-23 | Normalize bounds fully when checking defaulted types | Tyler Mandry | -3/+58 |
| 2020-07-23 | Fix typo | kanimum | -1/+1 |
| 2020-07-23 | Downgrade glibc to 2.11.1 for ppc, ppc64 and s390x | Martin Sirringhaus | -12/+12 |
| 2020-07-23 | Rollup merge of #74659 - alexcrichton:wasm-codegen, r=varkor | Manish Goregaokar | -38/+74 |
| 2020-07-23 | Rollup merge of #74654 - lcnr:default-no-more, r=varkor | Manish Goregaokar | -6/+46 |
| 2020-07-23 | Rollup merge of #74637 - lzutao:str-primitive-links, r=jyn514 | Manish Goregaokar | -2/+3 |
| 2020-07-23 | Rollup merge of #74606 - cuviper:cloexec, r=sfackler | Manish Goregaokar | -195/+74 |
| 2020-07-23 | Rollup merge of #74587 - lzutao:consts, r=dtolnay | Manish Goregaokar | -27/+26 |
| 2020-07-23 | Rollup merge of #74548 - tshepang:one-more-example, r=dtolnay | Manish Goregaokar | -0/+3 |
| 2020-07-23 | Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnay | Manish Goregaokar | -0/+6 |
| 2020-07-23 | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | -34/+34 |
| 2020-07-23 | Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb | bors | -51/+7 |
| 2020-07-23 | Rearrange the pipeline of `pow` to gain efficiency | Neutron3529 | -44/+101 |
| 2020-07-22 | Include the note in the test. | Steven Malis | -0/+1 |
| 2020-07-23 | tweak wording | Bastian Kauschke | -2/+2 |
| 2020-07-22 | Don't ICE on unconstrained anonymous lifetimes inside associated types. | Steven Malis | -12/+42 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -36/+36 |
| 2020-07-23 | Prefer constant over function | Lzu Tao | -28/+27 |
| 2020-07-23 | Prefer type@str | Lzu Tao | -3/+3 |
| 2020-07-23 | Make str point to primitive page | Lzu Tao | -1/+2 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -555/+1574 |
| 2020-07-22 | Update src/libstd/backtrace.rs | Jane Lusby | -1/+1 |
| 2020-07-22 | one more Path::with_extension example, to demonstrate behavior | Tshepang Lekhonkhobe | -0/+3 |
| 2020-07-22 | Move the pipe2 call behind a hard target `#[cfg]` | Josh Stone | -21/+29 |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -81/+26 |
| 2020-07-22 | Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink | Manish Goregaokar | -8/+24 |
| 2020-07-22 | Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebank | Manish Goregaokar | -7/+21 |
| 2020-07-22 | Rollup merge of #74600 - Mark-Simulacrum:try-perf, r=pietroalbini | Manish Goregaokar | -3/+4 |