| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-10-11 | Add long error explanation for E0697 | Yuki Okushi | -1/+19 |
| 2019-10-10 | stability: Do not use `buffer_lint` after lowering to HIR | Vadim Petrochenkov | -6/+32 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -120/+222 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -26/+55 |
| 2019-10-10 | Don't cc rust-lang/compiler for toolstate changes | varkor | -1/+1 |
| 2019-10-10 | Check that we don't access nonexisting union fields | Oliver Scherer | -1/+5 |
| 2019-10-10 | vxWorks: implement get_path() and get_mode() for File fmt::Debug | BaoshanPang | -6/+20 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+107 |
| 2019-10-10 | Clarify shim implementation comment. | Adam Perry | -1/+2 |
| 2019-10-10 | Instance::resolve_for_fn_ptr unconditionally resolves first. | Adam Perry | -9/+13 |
| 2019-10-10 | Improve docs for InstanceDef::ReifyShim. | Adam Perry | -1/+4 |
| 2019-10-10 | Update ui tests | Guillaume Gomez | -2/+5 |
| 2019-10-10 | Add long error explanation for E0568 | Guillaume Gomez | -1/+29 |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -1/+37 |
| 2019-10-10 | Mark Path::join as must_use | Aleksey Kladov | -0/+1 |
| 2019-10-10 | Add and update rustdoc ui test | Guillaume Gomez | -2/+24 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -7/+4 |
| 2019-10-10 | Preserve output of raw pointers in mir dump. | ben | -1/+8 |
| 2019-10-10 | Auto merge of #65129 - andjo403:cargo_args, r=alexcrichton | bors | -0/+10 |
| 2019-10-10 | Add 'unlikely' annotation to branch in crate DepNodeIndex caching. | Michael Woerister | -1/+3 |
| 2019-10-09 | Qualify LangItem | Matt Stavola | -1/+1 |
| 2019-10-09 | Delegate is_{freeze,copy,sized}_raw to is_item_raw | Matt Stavola | -21/+12 |
| 2019-10-10 | Remove `tag` from `iterate_until_fixed_point()`. | Nicholas Nethercote | -4/+4 |
| 2019-10-10 | Special-case `ReEmpty` in `expand_node()`. | Nicholas Nethercote | -1/+9 |
| 2019-10-10 | Tweak `tcx` usage in `lub_concrete_regions()`. | Nicholas Nethercote | -5/+3 |
| 2019-10-09 | miri calls resolve_for_fn_ptr when reifying. | Adam Perry | -1/+8 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -57/+297 |
| 2019-10-09 | Clarify comment, dedupe match arms in shim.rs. | Adam Perry | -14/+9 |
| 2019-10-09 | Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller present. | Adam Perry | -2/+39 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -12/+28 |
| 2019-10-09 | Add Instance::resolve_for_fn_ptr | Adam Perry | -1/+23 |
| 2019-10-09 | Add InstanceDef::ReifyShim for track_caller functions. | Adam Perry | -1/+27 |
| 2019-10-10 | Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakis | bors | -37/+28 |
| 2019-10-09 | Auto merge of #65249 - matthewjasper:revert-into-drop, r=nnethercote | bors | -466/+247 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -466/+247 |