]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck
converted space to tab in css files
[rust.git] / src / librustc_typeck /
2017-12-21 borsAuto merge of #46772 - alexcrichton:thinlto-passes...
2017-12-21 borsAuto merge of #46754 - cramertj:refactor-arg-impl,...
2017-12-21 borsAuto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis
2017-12-21 borsAuto merge of #46083 - petrochenkov:morepriv, r=nikomat...
2017-12-21 Vadim PetrochenkovProperly check traits in type privacy
2017-12-21 Vadim PetrochenkovCheck associated type bindings for privacy and stability
2017-12-20 borsAuto merge of #46862 - nikomatsakis:nll-master, r=arielb1
2017-12-20 Niko Matsakiswhen using feature(nll), don't warn about AST-based...
2017-12-20 Niko Matsakisconnect NLL type checker to the impl trait code
2017-12-20 Niko Matsakisextract the writeback code for anon types into InferCtxt
2017-12-20 Niko Matsakisextract `constrain_anon_types` to the `InferCtxt`
2017-12-20 Niko Matsakisextract `instantiate_anon_types` to the `InferCtxt`
2017-12-20 Niko Matsakissimplify `AnonTypeDecl` in the impl trait code
2017-12-20 borsAuto merge of #46583 - scottmcm:fix-static-i128-lower...
2017-12-20 borsAuto merge of #46874 - kennytm:rollup, r=kennytm
2017-12-20 kennytmRollup merge of #46870 - ffflorian:fix/slice/typo,...
2017-12-20 kennytmRollup merge of #46856 - estebank:missing-in-impl-def...
2017-12-20 kennytmRollup merge of #46852 - scottmcm:asm-placecontext...
2017-12-20 kennytmRollup merge of #46851 - petrochenkov:tospace, r=estebank
2017-12-20 kennytmRollup merge of #46835 - topecongiro:bad-span-for-macro...
2017-12-20 kennytmRollup merge of #46831 - Diggsey:float-debug-fmt, r...
2017-12-20 kennytmRollup merge of #46828 - vi:hash_for_systemtime_instant...
2017-12-20 kennytmRollup merge of #46794 - Sh4rK:distribute-intrinsic...
2017-12-20 kennytmRollup merge of #46787 - varkor:contrib-6, r=QuietMisdr...
2017-12-20 kennytmRollup merge of #46760 - semarie:openbsd-arm64, r=alexc...
2017-12-20 kennytmRollup merge of #46751 - michaelwoerister:c-incremental...
2017-12-20 kennytmRollup merge of #46671 - varkor:contrib-2, r=KodrAus
2017-12-20 kennytmRollup merge of #46517 - notriddle:patch-2, r=BurntSushi
2017-12-20 kennytmRollup merge of #46359 - GuillaumeGomez:remove-dead...
2017-12-20 borsAuto merge of #46457 - m4b:no_mangle_static, r=michaelw...
2017-12-20 borsAuto merge of #46508 - clarcharr:duration_extras, r...
2017-12-20 borsAuto merge of #46233 - SimonSapin:fmt-debuglist-flags...
2017-12-20 borsAuto merge of #46733 - nikomatsakis:nll-master-to-rust...
2017-12-20 borsAuto merge of #46441 - gaurikholkar:single_lifetimes...
2017-12-19 Esteban KüberPoint at def span in "missing in impl" error
2017-12-19 borsAuto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis
2017-12-19 borsAuto merge of #46664 - mikeyhew:raw_pointer_self, r...
2017-12-18 Guillaume GomezRollup merge of #46790 - frewsxcv:frewsxcv-swap-bytes...
2017-12-18 Guillaume GomezRollup merge of #46786 - GuillaumeGomez:fix-sized-rende...
2017-12-18 Guillaume GomezRollup merge of #46700 - GuillaumeGomez:more-relevant...
2017-12-18 borsAuto merge of #46798 - Diggsey:debug-osstr, r=dtolnay
2017-12-17 Michael HewsonWarn about inference variables behind raw pointers...
2017-12-17 Michael HewsonFix ICE in probe::confirm::extract_existential_trait_re...
2017-12-17 Michael Hewsonshorten lines for tidy
2017-12-17 Michael Hewsondon't emit a type error if autoderef ends in an inferen...
2017-12-17 Michael Hewsonchanged some stuff in probe.rs and it broke libstd
2017-12-17 Michael Hewsonimplement raw-pointer `self`. Works for traits, includi...
2017-12-17 borsAuto merge of #46778 - petrochenkov:nounwrap, r=arielb1
2017-12-17 borsAuto merge of #46761 - zackmdavis:concerning_incorrect_...
2017-12-16 borsAuto merge of #46722 - arielb1:single-self, r=eddyb
2017-12-16 Zack M. Davisin which suggestions to borrow casts or binary expressi...
2017-12-16 borsAuto merge of #46560 - Yoric:incr, r=michaelwoerister
2017-12-15 Taylor CramerRefactor argument-position impl Trait
2017-12-15 Niko Matsakisadd a new RegionKind variant: ReClosureBound
2017-12-15 Steve KlabnikRollup merge of #46737 - tshepang:better, r=steveklabnik
2017-12-15 Steve KlabnikRollup merge of #46728 - varkor:contrib-4, r=michaelwoe...
2017-12-15 Steve KlabnikRollup merge of #46710 - xfix:patch-5, r=alexcrichton
2017-12-15 Steve KlabnikRollup merge of #46705 - pornel:cargo-output, r=alexcri...
2017-12-15 Steve KlabnikRollup merge of #46690 - mystor:pub_line_column, r...
2017-12-15 Steve KlabnikRollup merge of #46652 - ishitatsuyuki:thinlto-backport...
2017-12-15 Steve KlabnikRollup merge of #46601 - matthewjasper:method-link...
2017-12-15 borsAuto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis
2017-12-15 borsAuto merge of #46537 - pnkfelix:two-phase-borrows,...
2017-12-15 borsAuto merge of #46701 - eddyb:vector-newtypes, r=nagisa
2017-12-15 borsAuto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis
2017-12-14 borsAuto merge of #45047 - durka:trait-alias, r=petrochenkov
2017-12-14 Alex Burkaerror on any use of trait alias
2017-12-14 Alex Burkaadd trait aliases to typeck
2017-12-14 borsAuto merge of #45002 - oli-obk:miri, r=eddyb
2017-12-14 borsAuto merge of #46335 - oli-obk:cleanups, r=jseyfried
2017-12-14 borsAuto merge of #46633 - estebank:arg-mismatch, r=arielb1
2017-12-14 borsAuto merge of #46605 - estebank:macro-backtrace-spans...
2017-12-14 borsAuto merge of #46582 - nikomatsakis:nll-master-to-rust...
2017-12-13 borsAuto merge of #46550 - jseyfried:cleanup_builtin_hygien...
2017-12-13 Niko Matsakiswhen reifying a safe fn as an unsafe fn ptr, insert...
2017-12-13 Santiago PastorinoExtract coerce_closure_fn_ty function
2017-12-13 borsAuto merge of #46419 - jseyfried:all_imports_in_metadat...
2017-12-12 borsAuto merge of #46570 - AgustinCB:issue-46553, r=oli-obk
2017-12-12 kennytmRollup merge of #46672 - GuillaumeGomez:fix-type-filter...
2017-12-12 kennytmRollup merge of #46668 - GuillaumeGomez:mobile-sidebar...
2017-12-12 borsAuto merge of #46647 - varkor:contrib-1, r=sfackler
2017-12-12 borsAuto merge of #46674 - malbarbo:undist-armv5te, r=alexc...
2017-12-12 borsAuto merge of #46598 - davidtwco:issue-46471, r=arielb1
2017-12-12 borsAuto merge of #46411 - rillian:str_ascii, r=kennytm
2017-12-12 borsAuto merge of #46657 - nikomatsakis:resolve-lifetimes...
2017-12-11 borsAuto merge of #46608 - estebank:resolve-return, r=nikom...
2017-12-11 Niko Matsakismove `resolve_lifetimes` into a proper query
2017-12-11 Oliver SchneiderMerge remote-tracking branch 'origin/master' into miri
2017-12-10 borsAuto merge of #46248 - zackmdavis:one_time_private_enum...
2017-12-10 Esteban KüberPoint at whole method call instead of args
2017-12-10 borsAuto merge of #46232 - canndrew:never-docs, r=QuietMisd...
2017-12-10 borsAuto merge of #46620 - bjorn3:remove-test-metric, r...
2017-12-10 borsAuto merge of #46611 - GuillaumeGomez:type-mismatch...
2017-12-10 borsAuto merge of #46602 - mbrubeck:try, r=kennytm
2017-12-10 Guillaume GomezFix switched types in type mismatch
2017-12-09 Esteban KüberResolve type on return type suggestion
2017-12-09 Matt BrubeckUse Try syntax for Option in place of macros or match
2017-12-09 borsAuto merge of #46586 - GuillaumeGomez:fix-mobile-import...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-08 borsAuto merge of #46563 - michaelwoerister:make-anon-globa...
next