]> git.lizzy.rs Git - rust.git/history - src/librustc/traits/auto_trait.rs
Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis
[rust.git] / src / librustc / traits / auto_trait.rs
2018-05-15 borsAuto merge of #48523 - varkor:generics-ty-generalisatio...
2018-05-15 varkorLift pure_wrt_drop to GenericParamDef
2018-05-15 varkorRefactor generic params loops
2018-05-15 Guillaume GomezRollup merge of #50594 - sanxiyn:man-print, r=steveklabnik
2018-05-15 Guillaume GomezRollup merge of #49767 - ecstatic-morse:ptr-docs, r...
2018-05-15 borsAuto merge of #50351 - varkor:vestigial-never-conversio...
2018-05-15 borsAuto merge of #50011 - varkor:partialord-opt-ii, r...
2018-05-13 borsAuto merge of #50573 - oli-obk:tool_sanity, r=kennytm
2018-05-12 Mark SimulacrumRollup merge of #50602 - Screwtapello:update-canonicali...
2018-05-12 Mark SimulacrumRollup merge of #50550 - llogiq:fmt-result, r=petrochenkov
2018-05-12 Mark SimulacrumRollup merge of #50544 - Eijebong:cleanup_deps, r=alexc...
2018-05-12 borsAuto merge of #50352 - porglezomp:btree-no-empty-alloc...
2018-05-11 borsAuto merge of #50105 - mixi:crt-included, r=alexcrichton
2018-05-11 borsAuto merge of #50332 - Zoxc:interner-split, r=michaelwo...
2018-05-11 borsAuto merge of #50440 - nikomatsakis:single-use-lifetime...
2018-05-10 borsAuto merge of #50331 - MartinHusemann:master, r=Kimundi
2018-05-10 Alex CrichtonRollup merge of #50598 - whitfin:unnecessary-mut-borrow...
2018-05-10 Alex CrichtonRollup merge of #50575 - alexcrichton:faster-drain...
2018-05-10 Alex CrichtonRollup merge of #50574 - s3bk:range_inclusive_into_inne...
2018-05-10 Alex CrichtonRollup merge of #50572 - frewsxcv:frewsxcv-fma, r=sfackler
2018-05-10 Alex CrichtonRollup merge of #50569 - michaelwoerister:cross-lang...
2018-05-10 Alex CrichtonRollup merge of #50565 - nnethercote:try_mark_green...
2018-05-10 Alex CrichtonRollup merge of #50564 - nnethercote:inline-Span-method...
2018-05-10 Alex CrichtonRollup merge of #50538 - michaelwoerister:atomic-cnums...
2018-05-10 Alex CrichtonRollup merge of #50532 - michaelwoerister:lockless...
2018-05-10 Alex CrichtonRollup merge of #50524 - wesleywiser:immutable_prev_wor...
2018-05-10 Alex CrichtonRollup merge of #50447 - ehuss:fix-update-references...
2018-05-10 Alex CrichtonRollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton
2018-05-10 Alex CrichtonRollup merge of #49423 - gavento:gavento-dev, r=nikomat...
2018-05-10 borsAuto merge of #49823 - Zoxc:term-str, r=alexcrichton
2018-05-10 borsAuto merge of #50395 - Zoxc:small-tys, r=michaelwoerister
2018-05-10 borsAuto merge of #50200 - alexcrichton:compile-with-clang...
2018-05-10 borsAuto merge of #50432 - GuillaumeGomez:fix-vec-new-searc...
2018-05-10 borsAuto merge of #49729 - collin5:b48483, r=Mark-Simulacrum
2018-05-09 borsAuto merge of #49834 - Zoxc:sync-trait-cache, r=nikomat...
2018-05-09 borsAuto merge of #49711 - ibabushkin:auto_trait_refactor...
2018-04-26 Inokentiy BabushkinUpdated comments in auto trait machinery.
2018-04-26 Inokentiy BabushkinSimplified name mapping in auto trait handling.
2018-04-26 Inokentiy BabushkinAdded a header comment to auto trait innards.
2018-04-26 Inokentiy BabushkinReformatted source for auto trait machinery.
2018-04-26 Inokentiy BabushkinReformatted and commented various bits of the auto...
2018-04-26 Inokentiy BabushkinAdjusted types and visibility in auto trait machinery.
2018-04-26 Inokentiy BabushkinCleaned up for tidy checks.
2018-04-26 Inokentiy BabushkinReworked auto trait functionality in rustdoc.
2018-04-26 Inokentiy BabushkinMade some bits of the auto trait machinery public.
2018-04-26 Inokentiy BabushkinBegun refactoring auto trait discovery for use outside...