| Age | Commit message (Expand) | Author | Lines |
| 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 | -107/+55 |
| 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/+15 |
| 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 | -562/+1582 |
| 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 | -6/+8 |
| 2020-07-22 | Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisa | Manish Goregaokar | -7/+41 |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -2/+112 |
| 2020-07-22 | Rollup merge of #74460 - dennis-hamester:rustdoc-warn-pub-to-priv, r=jyn514 | Manish Goregaokar | -10/+47 |
| 2020-07-22 | Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-22 | Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakis | Manish Goregaokar | -439/+1301 |
| 2020-07-23 | rename arguments to highlight_if_we_can_match_hir_ty | SNCPlay42 | -7/+6 |
| 2020-07-23 | move highlight_if_we_can_match_hir_ty call | SNCPlay42 | -6/+5 |
| 2020-07-22 | decouple highlight_if_we_cannot_match_hir_ty | SNCPlay42 | -10/+10 |
| 2020-07-22 | clean up give_name_if_anonymous_region_appears_in_arguments | SNCPlay42 | -18/+9 |
| 2020-07-22 | rename functions | SNCPlay42 | -7/+7 |
| 2020-07-22 | change returns to RegionNameHighlight | SNCPlay42 | -38/+29 |
| 2020-07-22 | extract RegionNameHighlight | SNCPlay42 | -23/+40 |
| 2020-07-22 | add RegionName::span | SNCPlay42 | -13/+19 |