]> git.lizzy.rs Git - rust.git/history - src/librustc_resolve
Address review comments
[rust.git] / src / librustc_resolve /
2016-03-14 borsAuto merge of #30587 - oli-obk:eager_const_eval2, r...
2016-03-14 borsAuto merge of #32233 - Amanieu:volatile_store, r=eddyb
2016-03-14 borsAuto merge of #32232 - jonas-schievink:issue31511,...
2016-03-14 borsAuto merge of #32231 - ruud-v-a:avx-cmp-blend, r=alexcr...
2016-03-14 borsAuto merge of #32226 - andoriyu:patch-2, r=alexcrichton
2016-03-13 borsAuto merge of #32211 - achanda:ipv6-global, r=alexcrichton
2016-03-13 borsAuto merge of #32227 - jseyfried:fix_import_resolution_...
2016-03-13 borsAuto merge of #32184 - ollie27:win_stdout, r=alexcrichton
2016-03-13 Manish GoregaokarRollup merge of #32218 - cantino:minor_book_typo_fixes...
2016-03-13 Manish GoregaokarRollup merge of #32212 - Manishearth:ice-cu, r=eddyb
2016-03-13 Manish GoregaokarRollup merge of #32179 - srinivasreddy:remove_int_suffi...
2016-03-13 Manish GoregaokarRollup merge of #32164 - nikomatsakis:fewer-errors...
2016-03-13 borsAuto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
2016-03-13 Jeffrey SeyfriedFixes #32222
2016-03-13 Jeffrey SeyfriedRefactor out methods `NameResolution::increment_outstan...
2016-03-13 borsAuto merge of #32182 - bluss:string-from-is-str-owned...
2016-03-13 borsAuto merge of #32141 - jseyfried:fix_resolution_in_lexi...
2016-03-13 borsAuto merge of #32140 - ruud-v-a:avx-intrinsics, r=alexc...
2016-03-12 borsAuto merge of #32142 - mitaa:rdoc-maybe-inline-local...
2016-03-12 borsAuto merge of #31925 - aturon:inherent-overlap, r=nikom...
2016-03-12 borsAuto merge of #32200 - Manishearth:rollup, r=Manishearth
2016-03-11 Jeffrey SeyfriedComment `resolve_item_in_lexical_scope`
2016-03-11 borsAuto merge of #32132 - arcnmx:cargobuild-std-target...
2016-03-11 Manish GoregaokarRollup merge of #32171 - frewsxcv:compiletest, r=alexcr...
2016-03-11 Manish GoregaokarRollup merge of #32158 - seanmonstar:dead-associated...
2016-03-11 Manish GoregaokarRollup merge of #32137 - nathankleyn:improve-docs-for...
2016-03-11 borsAuto merge of #32134 - jseyfried:forbid_type_alias_as_m...
2016-03-11 borsAuto merge of #32133 - alexcrichton:linkchecker, r...
2016-03-11 borsAuto merge of #32034 - alexcrichton:old-x86-msvc, r...
2016-03-11 borsAuto merge of #32121 - GuillaumeGomez:help_e0514, r=cmr
2016-03-11 borsAuto merge of #32102 - alexcrichton:assert-safe-closure...
2016-03-10 borsAuto merge of #32117 - mitaa:patch-3, r=alexcrichton
2016-03-10 borsAuto merge of #32107 - Stebalien:partial-write, r=alexc...
2016-03-10 borsAuto merge of #32101 - SimonSapin:patch-11, r=alexcrichton
2016-03-10 Steve KlabnikRollup merge of #32150 - steveklabnik:gh20213, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32149 - steveklabnik:gh31628, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32148 - steveklabnik:gh31912, r=apasel422
2016-03-10 Steve KlabnikRollup merge of #32147 - steveklabnik:gh31950, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32136 - nathankleyn:improve-docs-for...
2016-03-10 Steve KlabnikRollup merge of #32125 - pyfisch:patch-2, r=steveklabnik
2016-03-10 Steve KlabnikRollup merge of #32091 - dirk:dirk/siphasher-docs-clari...
2016-03-10 Steve KlabnikRollup merge of #31830 - frewsxcv:assoc-func, r=stevekl...
2016-03-10 borsAuto merge of #32100 - SimonSapin:patch-6, r=alexcrichton
2016-03-10 borsAuto merge of #32097 - jseyfried:fix_resolution_regress...
2016-03-10 borsAuto merge of #31710 - eddyb:reify, r=nikomatsakis
2016-03-10 borsAuto merge of #31618 - alexcrichton:no-thread-spawns...
2016-03-09 Steve KlabnikMerge pull request #32135 from nathankleyn/improve...
2016-03-09 borsAuto merge of #32073 - jseyfried:fix_another_trait_priv...
2016-03-09 borsAuto merge of #31631 - jonas-schievink:agoraphobia...
2016-03-09 borsAuto merge of #30804 - shssoichiro:deny-warnings-msg...
2016-03-09 borsAuto merge of #32023 - matklad:diamonds-and-rust, r...
2016-03-09 Jeffrey SeyfriedForbid `use Trait::*`
2016-03-09 borsAuto merge of #31981 - achanda:unspecified-ip, r=alexcr...
2016-03-08 Jeffrey SeyfriedRefactor away check_ribs
2016-03-08 Jeffrey SeyfriedInclude the crate root in the ribs
2016-03-08 Jeffrey SeyfriedFix name resolution in lexical scopes
2016-03-08 Jeffrey SeyfriedStop treating a type alias like a module or enum (preve...
2016-03-08 Steve KlabnikRollup merge of #32099 - bluss:doc-string-slicing,...
2016-03-08 Steve KlabnikRollup merge of #32092 - bluss:operator-overload, r...
2016-03-08 borsAuto merge of #31995 - alexcrichton:fix-make-clena...
2016-03-08 borsAuto merge of #31957 - GuillaumeGomez:error_display...
2016-03-08 borsAuto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
2016-03-08 borsAuto merge of #29734 - Ryman:whitespace_consistency...
2016-03-07 Jeffrey SeyfriedAdd a comment
2016-03-07 Jeffrey SeyfriedDeduce that a name resolution fails (as opposed to...
2016-03-07 Jeffrey SeyfriedAdd a field `pub_outstanding_references` to `NameResolu...
2016-03-07 borsAuto merge of #32051 - steveklabnik:gh9447, r=bluss
2016-03-07 borsAuto merge of #32066 - ruud-v-a:fma, r=alexcrichton
2016-03-07 borsAuto merge of #32064 - bluss:str-slice-panic, r=alexcri...
2016-03-07 borsAuto merge of #32061 - infinity0:master, r=alexcrichton
2016-03-06 borsAuto merge of #32060 - inrustwetrust:patch-1, r=alexcri...
2016-03-06 borsAuto merge of #32056 - nikomatsakis:rustfmt-data-struct...
2016-03-06 borsAuto merge of #32055 - mitaa:rdoc-strip-priv-imports...
2016-03-06 borsAuto merge of #32048 - bluss:overloaded-assign-op,...
2016-03-06 borsAuto merge of #32041 - arielb1:multiply-inexhaustive...
2016-03-06 borsAuto merge of #32020 - alexcrichton:stabilize-into...
2016-03-06 borsAuto merge of #31967 - mitaa:rdoc-refactor, r=alexcrichton
2016-03-06 borsAuto merge of #30884 - durka:inclusive-ranges, r=aturon
2016-03-06 Jeffrey SeyfriedRefactor away `ExternalExports`
2016-03-06 borsAuto merge of #31920 - jseyfried:fix_spurious_privacy_e...
2016-03-05 borsAuto merge of #31889 - alexcrichton:update-jemalloc...
2016-03-05 borsAuto merge of #31726 - jseyfried:improve_import_resolut...
2016-03-04 Jeffrey SeyfriedFinish encapsulating the details of import resolution...
2016-03-04 Jeffrey SeyfriedRefactor away define
2016-03-04 Jeffrey SeyfriedStart importing bindings from globs as soon as the...
2016-03-04 Jeffrey SeyfriedAdd a field in Module for the ResolverArenas
2016-03-04 Jeffrey SeyfriedAdd an arena for import directives
2016-03-04 Jeffrey SeyfriedRecord that an import succeeded or failed in one namesp...
2016-03-04 Steve KlabnikRollup merge of #32035 - ubsan:master, r=bluss
2016-03-04 Steve KlabnikRollup merge of #32017 - brson:ignoretest, r=nikomatsakis
2016-03-04 Steve KlabnikRollup merge of #32002 - srinivasreddy:vector_doc,...
2016-03-04 borsAuto merge of #32039 - arielb1:pat-enum, r=nagisa
2016-03-04 borsAuto merge of #32032 - arielb1:load-const, r=eddyb
2016-03-04 borsAuto merge of #32022 - gohyda:master, r=alexcrichton
2016-03-04 borsAuto merge of #32006 - jseyfried:fix_expanded_mod_path...
2016-03-04 borsAuto merge of #31945 - sfackler:net2, r=alexcrichton
2016-03-03 borsAuto merge of #31671 - ranma42:printcfg, r=alexcrichton
2016-03-03 borsAuto merge of #31797 - apasel422:issue-28950, r=alexcri...
2016-03-03 borsAuto merge of #32007 - nikomatsakis:compiletest-increme...
2016-03-03 borsAuto merge of #32012 - bluss:more-drop-in-place, r...
next