| Age | Commit message (Expand) | Author | Lines |
| 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-10 | move debug_map assertions after check for err | Ashley Mannix | -7/+49 |
| 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 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -9/+169 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+4 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -1/+6 |
| 2019-10-09 | review comments | Esteban Küber | -3/+3 |
| 2019-10-09 | review comments | Esteban Küber | -18/+27 |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -4/+4 |
| 2019-10-09 | Tweak wording | Esteban Küber | -11/+12 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -46/+271 |
| 2019-10-09 | Refactor a nested `if` to a `match` | Oliver Scherer | -11/+7 |
| 2019-10-09 | Move test next to likeminded ones | Oliver Scherer | -0/+0 |
| 2019-10-09 | Auto merge of #65228 - Wind-River:real_master, r=dtolnay | bors | -1/+1 |
| 2019-10-09 | make it possible to add args to cargo in x.py | Andreas Jonson | -0/+10 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -107/+204 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -13/+18 |