| Age | Commit message (Expand) | Author | Lines |
| 2018-11-03 | Remove rustc_metadata_utils, which contains only one function | bjorn3 | -76/+35 |
| 2018-11-03 | Move collect_and_partition_mono_items to rustc_mir | bjorn3 | -160/+165 |
| 2018-11-03 | Move cg_llvm::back::linker to cg_utils | bjorn3 | -67/+80 |
| 2018-11-03 | Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank | bors | -453/+155 |
| 2018-11-03 | Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-11-03 | Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakis | bors | -128/+904 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -26/+49 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -54/+179 |
| 2018-11-02 | rustc: Wait for all codegen threads to exit | Alex Crichton | -22/+104 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -6/+49 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -431/+8 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -922/+450 |
| 2018-11-02 | Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton | bors | -6/+673 |
| 2018-11-02 | Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton | bors | -8/+111 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -557/+667 |
| 2018-11-02 | Move doc_alias doc | Guillaume Gomez | -16/+16 |
| 2018-11-02 | Add test for index-page | Guillaume Gomez | -0/+18 |
| 2018-11-02 | Add documentation for index-page features | Guillaume Gomez | -0/+13 |
| 2018-11-01 | Add comments explaining how codegen works for `dyn Trait` methods | Michael Hewson | -2/+11 |
| 2018-11-01 | Add a check for reprs that could change the ABI | Michael Hewson | -1/+25 |
| 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 | Update clippy | Manish Goregaokar | -14/+14 |
| 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 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+111 |
| 2018-11-01 | Rollup merge of #55504 - ljedrz:simpler_repeated_elements, r=oli-obk | Pietro Albini | -9/+3 |