]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-11-03 borsAuto merge of #55662 - matthiaskrgr:clippy_update,...
2018-11-03 borsAuto merge of #55661 - kennytm:fix-exclude, r=alexcrichton
2018-11-03 Matthias Krügersubmodules: update clippy from a20599ab to 71ec4ff6
2018-11-03 kennytmMove a few more tests into the appveyor-subset-2.
2018-11-03 kennytmEnsure --exclude is checked against PathSet::Suite
2018-11-03 borsAuto merge of #55101 - alexreg:trait-aliases, r=nikomat...
2018-11-03 borsAuto merge of #55646 - GuillaumeGomez:rollup, r=Guillau...
2018-11-03 Guillaume GomezRollup merge of #55598 - nrc:tool-bot, r=kennytm
2018-11-03 Guillaume GomezRollup merge of #55568 - durka:rustdoc-big-enum, r...
2018-11-03 Guillaume GomezRollup merge of #55567 - durka:derive-debug-uninhabited...
2018-11-03 Guillaume GomezRollup merge of #55555 - aidanhs:aphs-better-z-ls,...
2018-11-03 Guillaume GomezRollup merge of #54162 - GuillaumeGomez:hide-default...
2018-11-03 borsAuto merge of #55330 - scalexm:bound-ty, r=nikomatsakis
2018-11-03 scalexmSubstitute binders directly
2018-11-03 scalexmRename `as_bound_var` to `assert_bound_var`
2018-11-03 scalexmFix doc comment
2018-11-03 scalexmExtend `ty::fold::RegionReplacer` to `ty::fold::BoundVa...
2018-11-03 scalexmRename `Binder::no_late_bound_regions` to `Binder:...
2018-11-03 scalexmRemove `ReCanonical` in favor of `ReLateBound`
2018-11-03 scalexmAdjust bound tys indices in canonicalization
2018-11-03 scalexmRename `BoundTy` field `level` -> `index`
2018-11-03 scalexmRename `BoundTyIndex` to `BoundVar`
2018-11-03 scalexmShift both late bound regions and bound types
2018-11-03 scalexmMove `BoundTy` to `ty::TyKind`
2018-11-03 borsAuto merge of #55238 - alexcrichton:rm-jemalloc, r...
2018-11-03 borsAuto merge of #55363 - pietroalbini:update-cargo-vendor...
2018-11-03 Alexander RegueiroFixed bug with Self type param coming before lifetimes.
2018-11-03 Alexander RegueiroAdded WF checking for trait alias definitions.
2018-11-03 Alexander RegueiroFixed unsoundness hole.
2018-11-03 Alexander RegueiroResolve nits brought up in review.
2018-11-03 Alexander RegueiroExtended elaboration for trait aliases to include arbit...
2018-11-03 Alexander RegueiroAdd more tests.
2018-11-03 Alexander RegueiroAdded section to Unstable Book.
2018-11-03 Alexander RegueiroAdded tests.
2018-11-03 Alexander RegueiroAdded support for trait aliases as object types.
2018-11-03 Alexander RegueiroAdded support for trait aliases as bounds.
2018-11-03 borsAuto merge of #54383 - mikeyhew:custom-receivers-object...
2018-11-02 Guillaume GomezDon't show associated const items by default
2018-11-02 borsAuto merge of #55087 - levex:e0669-improve-span, r...
2018-11-02 borsAuto merge of #54543 - GuillaumeGomez:top-level-index...
2018-11-02 Alex Crichtonrustc: Wait for all codegen threads to exit
2018-11-02 Alex CrichtonUse `jemalloc-sys` on Linux and OSX compilers
2018-11-02 Alex CrichtonRemove all jemalloc-related content
2018-11-02 borsAuto merge of #55316 - RalfJung:retagging, r=oli-obk
2018-11-02 borsAuto merge of #54718 - froydnj:aarch64-ci, r=alexcrichton
2018-11-02 borsAuto merge of #54043 - fintelia:raw_entry, r=alexcrichton
2018-11-02 borsAuto merge of #55359 - alex:command-exec-uaf, r=alexcri...
2018-11-02 Alex Burkaadd test for deriving Debug on uninhabited enum
2018-11-02 borsAuto merge of #55305 - nikomatsakis:universes-refactor...
2018-11-01 Guillaume GomezMove doc_alias doc
2018-11-01 Guillaume GomezAdd test for index-page
2018-11-01 Guillaume GomezAdd documentation for index-page features
2018-11-01 Michael HewsonAdd comments explaining how codegen works for `dyn...
2018-11-01 borsAuto merge of #55595 - Manishearth:clippyup, r=oli-obk
2018-11-01 Michael HewsonAdd a check for reprs that could change the ABI
2018-11-01 Michael HewsonRemove this check for object-safety during selection...
2018-11-01 Michael Hewsonadd `U: Trait` to the param env during DispatchFromDyn...
2018-11-01 Michael HewsonPut backticks around field names, types and paths in...
2018-11-01 Michael HewsonAdd layout sanity checks in object safety
2018-11-01 Michael HewsonReplace UncoeribleReceiver error message with Undispatc...
2018-11-01 Michael Hewsonfix error-index test
2018-11-01 Michael Hewsonupdate DispatchFromDyn doctest
2018-11-01 Michael HewsonReplace CoerceSized trait with DispatchFromDyn
2018-11-01 Michael Hewsonfix docs on trait
2018-11-01 Michael HewsonAdd new tests and update existing for object-safe custo...
2018-11-01 Michael Hewsonupdate tests that have changed output
2018-11-01 Michael HewsonAdd CoerceSized impls throughout libstd
2018-11-01 Michael HewsonImplement object-safety for arbitrary_self_types: part 2
2018-11-01 Michael HewsonImplement the object-safety checks for arbitrary_self_t...
2018-11-01 Michael HewsonAdd CoerceSized trait and lang item
2018-11-01 Michael Hewsonmove some code around to avoid query cycles
2018-11-01 Michael HewsonMake all object-safety methods require a global TyCtxt
2018-11-01 Nick Cameronpublish-toolstate: ping maintainers when a tool builds...
2018-11-01 Manish GoregaokarUpdate clippy
2018-11-01 borsAuto merge of #55579 - pietroalbini:rollup, r=kennytm
2018-11-01 kennytmRollup merge of #55578 - regexident:fix/self, r=frewsxcv
2018-11-01 kennytmRollup merge of #55561 - smaeul:test-fixes, r=alexcrichton
2018-11-01 kennytmRollup merge of #55582 - yamaguchi1024:publish_toolstat...
2018-11-01 kennytmRollup merge of #55573 - kennytm:macos-aws, r=alexcrichton
2018-11-01 Pietro AlbiniRollup merge of #55575 - parched:trap, r=RalfJung
2018-11-01 Pietro AlbiniRollup merge of #55574 - nnethercote:gather_move-SmallV...
2018-11-01 Pietro AlbiniRollup merge of #55558 - nnethercote:tweak-MatcherPos...
2018-11-01 Pietro AlbiniRollup merge of #55542 - ljedrz:syntax_alloc_improvemen...
2018-11-01 Pietro AlbiniRollup merge of #55536 - ljedrz:don't_collect_suggestio...
2018-11-01 Pietro AlbiniRollup merge of #55522 - matthiaskrgr:no_format, r...
2018-11-01 Yuka TakahashiRemove unused import copy from publish_toolstate.py
2018-11-01 Alex GaynorFixes #46775 -- don't mutate the process's environment...
2018-11-01 Pietro AlbiniRollup merge of #55504 - ljedrz:simpler_repeated_elemen...
2018-11-01 Pietro AlbiniRollup merge of #55469 - pnkfelix:issue-54477-regressio...
2018-11-01 Pietro AlbiniRollup merge of #55280 - vlad20012:add-libproc_macro...
2018-11-01 Vincent EscheMade doc example of `impl Default for …` use `-> Self...
2018-11-01 Nicholas NethercoteUse `SmallVec` within `MoveData`.
2018-11-01 kennytmMake sure the installed `awscli` is found on macOS.
2018-11-01 borsAuto merge of #55548 - alexcrichton:bump, r=Mark-Simulacrum
2018-11-01 Alex Burkatest that rustdoc doesn't overflow on a big enum
2018-11-01 borsAuto merge of #55521 - nrc:rls-fix, r=petrochenkov
2018-11-01 Samuel HollandFix double_check tests on big-endian targets
2018-10-31 Aidan Hobson... Make `-Z ls` list the actual filename of external depen...
2018-10-31 James DuleyFix invalid_const_promotion test on some archs
2018-10-31 Nicholas NethercoteUse `SmallVec` for the inner vectors in `MatcherPos...
next