| Age | Commit message (Expand) | Author | Lines |
| 2019-10-11 | Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakis | Tyler Mandry | -0/+142 |
| 2019-10-11 | Rollup merge of #65048 - Kixunil:patch-1, r=KodrAus | Tyler Mandry | -0/+2 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -152/+389 |
| 2019-10-11 | Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2019-10-11 | Remove painful test that is not pulling its weight | Mark Rousskov | -39/+0 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-11 | don't assume we can *always* find a return type hint in async fn | Niko Matsakis | -3/+31 |
| 2019-10-11 | Report lint in external macros | memoryruins | -1/+2 |
| 2019-10-11 | InterpCx: make memory field public | Ralf Jung | -17/+6 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -15/+39 |
| 2019-10-11 | resolve: shorten wording on private constructor error | Dan Aloni | -56/+56 |
| 2019-10-11 | make File::try_clone produce non-inheritable handles on Windows | Jack O'Connor | -1/+1 |
| 2019-10-11 | Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapin | bors | -6/+1 |
| 2019-10-11 | improve performance of signed saturating_mul | Trevor Spiteri | -1/+1 |
| 2019-10-11 | resolve: fix error title regarding private constructors | Dan Aloni | -128/+140 |
| 2019-10-11 | Clarify comment about purpose of ReifyShim. | Adam Perry | -2/+2 |
| 2019-10-11 | resolve_for_fn_ptr checks that the instance is an Item before returning shim. | Adam Perry | -10/+12 |
| 2019-10-11 | test: extend derive_on_deprecated to include more derivations | Dan Aloni | -0/+6 |
| 2019-10-11 | deriving: avoid dummy Span on an artificial `type_ident` path | Dan Aloni | -2/+2 |
| 2019-10-11 | emcscripten: ignore another thread-using test | Ralf Jung | -0/+1 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -18/+1 |
| 2019-10-11 | Revert "Remove reference to Ubuntu 15.10 ARM toolchain" | qtmlabs | -3/+5 |
| 2019-10-11 | Update ui stderr | Oliver Scherer | -15/+2 |
| 2019-10-11 | Ensure we do not treat all unions as not having any drop glue. | Oliver Scherer | -0/+47 |
| 2019-10-11 | Clarify a vague comment | Oliver Scherer | -1/+2 |
| 2019-10-11 | Prefer `ManuallyDrop::{take,new}` over `ptr::{read,write}` | Oliver Scherer | -3/+4 |
| 2019-10-11 | Preserve originally intended test semantics | Oliver Scherer | -4/+6 |
| 2019-10-11 | rpass tests are now part of `ui` tests | Oliver Scherer | -1/+1 |
| 2019-10-11 | Extend union-nodrop.rs test | Simon Sapin | -1/+5 |
| 2019-10-11 | More descriptive variable name | Simon Sapin | -2/+2 |
| 2019-10-11 | Update src/test/run-pass/union/union-nodrop.rs | Simon Sapin | -1/+1 |
| 2019-10-11 | Update src/librustc_typeck/error_codes.rs | Simon Sapin | -1/+1 |
| 2019-10-11 | Update src/librustc_typeck/check/mod.rs | Simon Sapin | -1/+3 |
| 2019-10-11 | Update src/librustc_typeck/check/mod.rs | Simon Sapin | -1/+1 |
| 2019-10-11 | Fixes #41073, it is no longer an ICE | Simon Sapin | -0/+39 |
| 2019-10-11 | Remove unions_with_drop_fields lint | Simon Sapin | -57/+0 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -76/+222 |
| 2019-10-11 | Remove most uses of `allow(unions_with_drop_fields)` in tests | Simon Sapin | -121/+118 |
| 2019-10-11 | Remove uses of `allow(unions_with_drop_fields)` in the standard library | Simon Sapin | -8/+7 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -3/+276 |
| 2019-10-11 | Remove reference to Ubuntu 15.10 ARM toolchain | qtmlabs | -5/+3 |
| 2019-10-11 | Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-arm... | qtmlabs | -366/+509 |
| 2019-10-11 | ignore-emcscripten as it does not support threads | Ralf Jung | -0/+1 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -260/+260 |
| 2019-10-10 | Override nth for VecDeque Iter and IterMut | Charles Gleason | -0/+20 |
| 2019-10-10 | Add tests for VecDeque clone_from | Charles Gleason | -0/+23 |
| 2019-10-10 | Implement Clone::clone_from for VecDeque | Charles Gleason | -2/+79 |
| 2019-10-10 | Move diagnostics code out of the critical path | Esteban Küber | -18/+19 |
| 2019-10-11 | Fix issue 65284 | varkor | -21/+41 |
| 2019-10-10 | Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum | bors | -33/+127 |