]> git.lizzy.rs Git - rust.git/history - src/librustc_resolve
std: Stabilize/deprecate features for 1.4
[rust.git] / src / librustc_resolve /
2015-09-11 Alex Crichtonstd: Stabilize/deprecate features for 1.4
2015-09-10 borsAuto merge of #28329 - tshepang:comfort, r=steveklabnik
2015-09-10 borsAuto merge of #28266 - jackwilsonv:patch-4, r=steveklabnik
2015-09-10 borsAuto merge of #28323 - tshepang:idiom, r=steveklabnik
2015-09-10 borsAuto merge of #28232 - brson:tprl, r=steveklabnik
2015-09-09 borsAuto merge of #28250 - durka:patch-7, r=steveklabnik
2015-09-09 borsAuto merge of #28277 - DiamondLovesYou:intrinsic-unname...
2015-09-09 borsAuto merge of #28198 - alexcrichton:from-raw-mut, r...
2015-09-08 borsAuto merge of #28264 - mneumann:dragonfly_backend_fixes...
2015-09-08 borsAuto merge of #28241 - dhuseby:adding_openbsd_snapshot...
2015-09-08 borsAuto merge of #28173 - alexcrichton:llvm-37, r=brson
2015-09-08 borsAuto merge of #28246 - huonw:lang-tracking-issues,...
2015-09-07 borsAuto merge of #28285 - steveklabnik:split_at_idiom...
2015-09-07 borsAuto merge of #28275 - hunan-rostomyan:patch-1, r=steve...
2015-09-07 borsAuto merge of #28272 - Manishearth:improve_vec_docs...
2015-09-07 borsAuto merge of #28175 - christopherdumas:master, r=nrc
2015-09-06 borsAuto merge of #28270 - arielb1:raw-fat-ops, r=nrc
2015-09-06 borsAuto merge of #27893 - nikomatsakis:mir, r=nrc
2015-09-06 Niko Matsakistrack, for each upvar, its index in list of upvars
2015-09-06 borsAuto merge of #28259 - christopherdumas:fix_empty_link...
2015-09-05 borsAuto merge of #28190 - arielb1:generic-key-entry, r...
2015-09-05 Manish GoregaokarRollup merge of #28225 - jackwilsonv:patch-3, r=stevekl...
2015-09-04 borsAuto merge of #28197 - petrochenkov:borrow, r=alexcrichton
2015-09-04 borsAuto merge of #28035 - Diggsey:msvc-escaping, r=alexcri...
2015-09-04 borsAuto merge of #28227 - birkenfeld:use_filter_map, r...
2015-09-04 borsAuto merge of #28201 - apasel422:issue-26205, r=nikomat...
2015-09-04 borsAuto merge of #28119 - nagisa:bytesderef, r=alexcrichton
2015-09-04 borsAuto merge of #28069 - alexcrichton:rt-atexit, r=brson
2015-09-04 borsAuto merge of #28034 - alexcrichton:new-lines, r=aturon
2015-09-04 borsAuto merge of #28004 - Diggsey:win-backtrace, r=alexcri...
2015-09-04 borsAuto merge of #28170 - nagisa:loopctl-label-spans,...
2015-09-04 Steve KlabnikRollup merge of #28216 - christopherdumas:fix_28196...
2015-09-04 borsAuto merge of #27984 - arielb1:misc-assemble-improvemen...
2015-09-03 Manish GoregaokarRollup merge of #28194 - steveklabnik:add_fixme, r...
2015-09-03 Manish GoregaokarRollup merge of #28164 - AlisdairO:diagnostics329,...
2015-09-03 borsAuto merge of #28174 - steveklabnik:gh14705, r=alexcricton
2015-09-03 Simonas KazlauskasUse proper span for break and continue labels
2015-09-02 borsAuto merge of #28138 - nrc:hir, r=nikomatsakis
2015-09-02 Nick CameronAdd an intital HIR and lowering step
2015-09-02 borsAuto merge of #28117 - marcusklaas:continue-break,...
2015-09-02 borsAuto merge of #28135 - jackwilsonv:patch-1, r=steveklabnik
2015-09-02 borsAuto merge of #28156 - nagisa:binaryheap-debug, r=Gankro
2015-09-02 borsAuto merge of #28149 - jakerr:atomic, r=alexcrichton
2015-09-02 borsAuto merge of #28148 - eefriedman:binary_heap, r=alexcr...
2015-09-01 borsAuto merge of #28132 - arielb1:uninstantiable, r=nikoma...
2015-09-01 borsAuto merge of #28146 - eefriedman:deque_extras, r=alexc...
2015-09-01 borsAuto merge of #28130 - alexcrichton:fix-msvc-static...
2015-09-01 borsAuto merge of #28088 - tbu-:pr_fixed_size_array, r...
2015-09-01 borsAuto merge of #28152 - llogiq:master, r=Manishearth
2015-09-01 borsAuto merge of #28115 - AlexDenisov:patch-1, r=steveklabnik
2015-09-01 borsAuto merge of #28060 - GuillaumeGomez:patch-3, r=Manish...
2015-09-01 borsAuto merge of #28094 - apasel422:extend-hashmap, r...
2015-08-31 Guillaume GomezAdd E0439 error explanation
2015-08-31 Guillaume GomezComment out unused error codes
2015-08-31 Guillaume GomezAdd E0411 error explanation
2015-08-31 borsAuto merge of #28079 - huonw:simd, r=alexcrichton
2015-08-31 borsAuto merge of #28009 - GuillaumeGomez:patch-1, r=Manish...
2015-08-31 borsAuto merge of #28107 - mneumann:dragonfly_ar, r=alexcri...
2015-08-31 borsAuto merge of #28101 - ijks:24214-str-bytes, r=alexcrichton
2015-08-31 borsAuto merge of #27980 - tbu-:pr_cloexec_dup, r=alexcrichton
2015-08-31 borsAuto merge of #28103 - GuillaumeGomez:fix-intrinsic...
2015-08-31 borsAuto merge of #28007 - Ms2ger:FnKind, r=nrc
2015-08-30 borsAuto merge of #27588 - cesarb:read_all, r=alexcrichton
2015-08-27 borsAuto merge of #28016 - ranma42:mini-rem-in-core, r...
2015-08-27 borsAuto merge of #27975 - sfackler:iter-order-methods...
2015-08-27 borsAuto merge of #27808 - SimonSapin:utf16decoder, r=alexc...
2015-08-26 Ms2gerRename FnKind variants and stop re-exporting them from...
2015-08-25 borsAuto merge of #27995 - nagisa:windows-error-message...
2015-08-25 Steve KlabnikRollup merge of #27988 - nagisa:diags-e0139, r=brson
2015-08-25 Steve KlabnikRollup merge of #27968 - adamcrume:master, r=steveklabnik
2015-08-25 Steve KlabnikRollup merge of #27905 - tshepang:E0133, r=brson
2015-08-25 borsAuto merge of #27981 - dotdash:gepi, r=brson
2015-08-25 borsAuto merge of #27974 - Diggsey:issue-27952, r=alexcrichton
2015-08-25 borsAuto merge of #27971 - tbu-:pr_cloexec, r=alexcrichton
2015-08-25 borsAuto merge of #27966 - GuillaumeGomez:iterator, r=alexc...
2015-08-25 borsAuto merge of #27957 - overminder:aug23-i686-android...
2015-08-25 borsAuto merge of #27945 - Eljay:upgrade-hoedown, r=alexcri...
2015-08-24 borsAuto merge of #27239 - apasel422:issue-19102, r=huonw
2015-08-24 borsAuto merge of #27976 - sfackler:addrparseerror-error...
2015-08-24 borsAuto merge of #27857 - Manishearth:improve-fnkind,...
2015-08-24 borsAuto merge of #27856 - nikomatsakis:move-def-id-to...
2015-08-24 Niko Matsakisconvert to use `is_local` instead of `== LOCAL_CRATE`
2015-08-24 Niko Matsakisfallout from moving def-id
2015-08-23 borsAuto merge of #27586 - GuillaumeGomez:patch-2, r=Manish...
2015-08-23 borsAuto merge of #27944 - dotdash:zst_memcpy, r=eddyb
2015-08-23 borsAuto merge of #27931 - tbu-:pr_liblibc_void, r=alexcrichton
2015-08-23 borsAuto merge of #27927 - DiamondLovesYou:no-asm, r=alexcr...
2015-08-23 borsAuto merge of #27922 - tshepang:dst-definition, r=alexc...
2015-08-23 borsAuto merge of #27919 - Eljay:doc-varargs, r=alexcrichton
2015-08-23 borsAuto merge of #27912 - DiamondLovesYou:backtrace-refact...
2015-08-22 Steve KlabnikRollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnik
2015-08-22 Steve KlabnikRollup merge of #27934 - MatejLach:spacing_fix, r=steve...
2015-08-22 Steve KlabnikRollup merge of #27926 - durka:emphasize-no-bin-doctest...
2015-08-22 Steve KlabnikRollup merge of #27924 - pornel:bookthreadjoin, r=steve...
2015-08-22 Steve KlabnikRollup merge of #27921 - tshepang:missing-words, r...
2015-08-22 Steve KlabnikRollup merge of #27920 - tshepang:ancient-syntax, r...
2015-08-22 Steve KlabnikRollup merge of #27904 - tshepang:nit, r=nikomatsakis
2015-08-22 Steve KlabnikRollup merge of #27903 - tshepang:improve-example,...
2015-08-22 borsAuto merge of #27915 - SimonSapin:dotted_i, r=alexcrichton
2015-08-22 borsAuto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind...
next