about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-04Move a few more tests into the appveyor-subset-2.kennytm-1/+6
2018-11-04Ensure --exclude is checked against PathSet::Suitekennytm-2/+37
2018-11-03Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-49/+429
2018-11-03Rollup merge of #55598 - nrc:tool-bot, r=kennytmGuillaume Gomez-3/+3
2018-11-03Rollup merge of #55568 - durka:rustdoc-big-enum, r=nikomatsakisGuillaume Gomez-0/+256
2018-11-03Rollup merge of #55567 - durka:derive-debug-uninhabited, r=nikomatsakisGuillaume Gomez-0/+41
2018-11-03Rollup merge of #55555 - aidanhs:aphs-better-z-ls, r=alexcrichtonGuillaume Gomez-1/+1
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-45/+128
2018-11-03Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakisbors-390/+555
2018-11-03Substitute binders directlyscalexm-12/+13
2018-11-03Rename `as_bound_var` to `assert_bound_var`scalexm-4/+4
2018-11-03Fix doc commentscalexm-3/+3
2018-11-03Extend `ty::fold::RegionReplacer` to `ty::fold::BoundVarReplacer`scalexm-140/+149
2018-11-03Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`scalexm-32/+34
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-101/+98
2018-11-03Adjust bound tys indices in canonicalizationscalexm-11/+56
2018-11-03Rename `BoundTy` field `level` -> `index`scalexm-9/+9
2018-11-03Rename `BoundTyIndex` to `BoundVar`scalexm-27/+27
2018-11-03Shift both late bound regions and bound typesscalexm-118/+164
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-51/+116
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-02Don't show associated const items by defaultGuillaume Gomez-2/+1
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-02add test for deriving Debug on uninhabited enumAlex Burka-0/+41
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