about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-03Remove rustc_metadata_utils, which contains only one functionbjorn3-76/+35
2018-11-03Move collect_and_partition_mono_items to rustc_mirbjorn3-160/+165
2018-11-03Move cg_llvm::back::linker to cg_utilsbjorn3-67/+80
2018-11-03Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebankbors-453/+155
2018-11-03Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrumbors-1/+1
2018-11-03Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakisbors-128/+904
2018-11-02Auto merge of #55087 - levex:e0669-improve-span, r=nagisabors-26/+49
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-54/+179
2018-11-02rustc: Wait for all codegen threads to exitAlex Crichton-22/+104
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-6/+49
2018-11-02Remove all jemalloc-related contentAlex Crichton-431/+8
2018-11-02Auto merge of #55316 - RalfJung:retagging, r=oli-obkbors-922/+450
2018-11-02Auto merge of #54043 - fintelia:raw_entry, r=alexcrichtonbors-6/+673
2018-11-02Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichtonbors-8/+111
2018-11-02Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexmbors-557/+667
2018-11-02Move doc_alias docGuillaume Gomez-16/+16
2018-11-02Add test for index-pageGuillaume Gomez-0/+18
2018-11-02Add documentation for index-page featuresGuillaume Gomez-0/+13
2018-11-01Add comments explaining how codegen works for `dyn Trait` methodsMichael Hewson-2/+11
2018-11-01Add a check for reprs that could change the ABIMichael Hewson-1/+25
2018-11-01Remove this check for object-safety during selection of trait object candidatesMichael Hewson-11/+0
2018-11-01add `U: Trait` to the param env during DispatchFromDyn checkMichael Hewson-27/+40
2018-11-01Put backticks around field names, types and paths in error messagesMichael Hewson-7/+7
2018-11-01Add layout sanity checks in object safetyMichael Hewson-0/+100
2018-11-01Replace UncoeribleReceiver error message with UndispatchableReceiverMichael Hewson-7/+7
2018-11-01fix error-index testMichael Hewson-1/+4
2018-11-01update DispatchFromDyn doctestMichael Hewson-0/+3
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-190/+164
2018-11-01fix docs on traitMichael Hewson-4/+4
2018-11-01Add new tests and update existing for object-safe custom receiversMichael Hewson-18/+240
2018-11-01update tests that have changed outputMichael Hewson-42/+9
2018-11-01Add CoerceSized impls throughout libstdMichael Hewson-6/+36
2018-11-01Implement object-safety for arbitrary_self_types: part 2Michael Hewson-21/+304
2018-11-01Implement the object-safety checks for arbitrary_self_types: part 1Michael Hewson-20/+144
2018-11-01Add CoerceSized trait and lang itemMichael Hewson-1/+36
2018-11-01move some code around to avoid query cyclesMichael Hewson-12/+11
2018-11-01Make all object-safety methods require a global TyCtxtMichael Hewson-4/+5
2018-11-01Update clippyManish Goregaokar-14/+14
2018-11-01Rollup merge of #55578 - regexident:fix/self, r=frewsxcvkennytm-2/+2
2018-11-01Rollup merge of #55561 - smaeul:test-fixes, r=alexcrichtonkennytm-10/+10
2018-11-01Rollup merge of #55582 - yamaguchi1024:publish_toolstate, r=alexcrichtonkennytm-1/+0
2018-11-01Rollup merge of #55575 - parched:trap, r=RalfJungPietro Albini-0/+1
2018-11-01Rollup merge of #55574 - nnethercote:gather_move-SmallVec, r=michaelwoeristerPietro Albini-9/+10
2018-11-01Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkovPietro Albini-6/+13
2018-11-01Rollup merge of #55542 - ljedrz:syntax_alloc_improvements, r=kennytmPietro Albini-1/+3
2018-11-01Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwcoPietro Albini-10/+10
2018-11-01Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavisPietro Albini-7/+7
2018-11-01Remove unused import copy from publish_toolstate.pyYuka Takahashi-1/+0
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-8/+111
2018-11-01Rollup merge of #55504 - ljedrz:simpler_repeated_elements, r=oli-obkPietro Albini-9/+3