| Age | Commit message (Expand) | Author | Lines |
| 2018-11-01 | Remove this check for object-safety during selection of trait object candidates | Michael Hewson | -11/+0 |
| 2018-11-01 | add `U: Trait` to the param env during DispatchFromDyn check | Michael Hewson | -27/+40 |
| 2018-11-01 | Put backticks around field names, types and paths in error messages | Michael Hewson | -7/+7 |
| 2018-11-01 | Add layout sanity checks in object safety | Michael Hewson | -0/+100 |
| 2018-11-01 | Replace UncoeribleReceiver error message with UndispatchableReceiver | Michael Hewson | -7/+7 |
| 2018-11-01 | fix error-index test | Michael Hewson | -1/+4 |
| 2018-11-01 | update DispatchFromDyn doctest | Michael Hewson | -0/+3 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -190/+164 |
| 2018-11-01 | fix docs on trait | Michael Hewson | -4/+4 |
| 2018-11-01 | Add new tests and update existing for object-safe custom receivers | Michael Hewson | -18/+240 |
| 2018-11-01 | update tests that have changed output | Michael Hewson | -42/+9 |
| 2018-11-01 | Add CoerceSized impls throughout libstd | Michael Hewson | -6/+36 |
| 2018-11-01 | Implement object-safety for arbitrary_self_types: part 2 | Michael Hewson | -21/+304 |
| 2018-11-01 | Implement the object-safety checks for arbitrary_self_types: part 1 | Michael Hewson | -20/+144 |
| 2018-11-01 | Add CoerceSized trait and lang item | Michael Hewson | -1/+36 |
| 2018-11-01 | move some code around to avoid query cycles | Michael Hewson | -12/+11 |
| 2018-11-01 | Make all object-safety methods require a global TyCtxt | Michael Hewson | -4/+5 |
| 2018-11-01 | Rollup merge of #55578 - regexident:fix/self, r=frewsxcv | kennytm | -2/+2 |
| 2018-11-01 | Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichton | kennytm | -10/+10 |
| 2018-11-01 | Rollup merge of #55582 - yamaguchi1024:publish_toolstate, r=alexcrichton | kennytm | -1/+0 |
| 2018-11-01 | Rollup merge of #55575 - parched:trap, r=RalfJung | Pietro Albini | -0/+1 |
| 2018-11-01 | Rollup merge of #55574 - nnethercote:gather_move-SmallVec, r=michaelwoerister | Pietro Albini | -9/+10 |
| 2018-11-01 | Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkov | Pietro Albini | -6/+13 |
| 2018-11-01 | Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytm | Pietro Albini | -1/+3 |
| 2018-11-01 | Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwco | Pietro Albini | -10/+10 |
| 2018-11-01 | Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavis | Pietro Albini | -7/+7 |
| 2018-11-01 | Remove unused import copy from publish_toolstate.py | Yuka Takahashi | -1/+0 |
| 2018-11-01 | Rollup merge of #55504 - ljedrz:simpler_repeated_elements, r=oli-obk | Pietro Albini | -9/+3 |
| 2018-11-01 | Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakis | Pietro Albini | -0/+25 |
| 2018-11-01 | Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim... | Pietro Albini | -0/+1 |
| 2018-11-01 | Made doc example of `impl Default for …` use `-> Self` instead of explicit ... | Vincent Esche | -2/+2 |
| 2018-11-01 | Use `SmallVec` within `MoveData`. | Nicholas Nethercote | -9/+10 |
| 2018-11-01 | Auto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrum | bors | -38/+19 |
| 2018-11-01 | Auto merge of #55521 - nrc:rls-fix, r=petrochenkov | bors | -31/+33 |
| 2018-11-01 | Fix double_check tests on big-endian targets | Samuel Holland | -10/+10 |
| 2018-10-31 | Fix invalid_const_promotion test on some archs | James Duley | -0/+1 |
| 2018-11-01 | Use `SmallVec` for the inner vectors in `MatcherPos::matches`. | Nicholas Nethercote | -5/+7 |
| 2018-11-01 | Share empty `Vec`s more within `MatcherPos::matches`. | Nicholas Nethercote | -4/+9 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -38/+19 |
| 2018-10-31 | syntax: improve a few allocations | ljedrz | -1/+3 |
| 2018-10-31 | Auto merge of #54806 - parched:park, r=RalfJung | bors | -2/+12 |
| 2018-10-31 | Pass suggestions as impl Iterator instead of Vec | ljedrz | -10/+10 |
| 2018-10-31 | save analysis: don't dump macro refs | Nick Cameron | -13/+15 |
| 2018-10-30 | Auto merge of #54004 - tromey:enum-debuginfo, r=tromey | bors | -259/+1689 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -7/+7 |
| 2018-10-30 | thread::unpark: Avoid notifying with mutex locked. | James Duley | -2/+12 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -18/+18 |
| 2018-10-30 | Update lldb | Tom Tromey | -0/+0 |
| 2018-10-30 | Add legacy debuginfo tests | Tom Tromey | -0/+1019 |
| 2018-10-30 | Update enum debuginfo tests | Tom Tromey | -112/+96 |