]> git.lizzy.rs Git - rust.git/history - src/libcollections
Remove use of RefCell<DefMap> in resolve_lifetime
[rust.git] / src / libcollections /
2015-11-04 borsAuto merge of #29543 - Amanieu:asm_mem_constraint,...
2015-11-04 borsAuto merge of #29536 - sanxiyn:unused-assign-arg, r...
2015-11-04 borsAuto merge of #29519 - alexcrichton:fix-distcheck,...
2015-11-04 borsAuto merge of #29528 - amitsaha:rust-inside-other-langu...
2015-11-04 borsAuto merge of #29200 - tshepang:rustfmt-path, r=aturon
2015-11-04 borsAuto merge of #29550 - nrc:save-root, r=alexcrichton
2015-11-04 borsAuto merge of #29478 - angelsl:msvc2, r=alexcrichton
2015-11-04 borsAuto merge of #29217 - nikomatsakis:mir-trans, r=dotdash
2015-11-04 borsAuto merge of #29547 - arielb1:speculative-upvar, r...
2015-11-03 borsAuto merge of #29545 - mystor:vec-deque-test-panic...
2015-11-03 borsAuto merge of #29532 - Ryman:cow_path, r=alexcrichton
2015-11-03 Michael LayzellCorrect incorrect assertion in VecDeque::wrap_copy
2015-11-03 Kevin Butlerlibcollections: DRY up a PartialEq impl for String
2015-11-03 borsAuto merge of #29459 - tshepang:simplify, r=steveklabnik
2015-11-03 borsAuto merge of #29285 - eefriedman:libsyntax-panic,...
2015-11-02 borsAuto merge of #29291 - petrochenkov:privacy, r=alexcrichton
2015-11-02 borsAuto merge of #29456 - alexcrichton:path-hash, r=aturon
2015-11-02 borsAuto merge of #28846 - Ms2ger:categorization, r=nikomat...
2015-11-01 borsAuto merge of #29471 - pierzchalski:custom-target-custo...
2015-11-01 borsAuto merge of #29177 - vadimcn:rtstuff, r=alexcrichton
2015-11-01 borsAuto merge of #29316 - GBGamer:change-unchecked-div...
2015-10-31 borsAuto merge of #29484 - steveklabnik:gh29330, r=brson
2015-10-31 borsAuto merge of #29480 - apasel422:coerce-unique, r=alexc...
2015-10-31 borsAuto merge of #29477 - alexcrichton:revert-compiler...
2015-10-30 borsAuto merge of #29454 - stepancheg:vec-reserve, r=bluss
2015-10-30 borsAuto merge of #29475 - apasel422:drop-in, r=alexcrichton
2015-10-30 borsAuto merge of #29468 - ronindev:patch-1, r=alexcrichton
2015-10-30 Alexis Beingessnerdon't use drop_in_place as an intrinsic
2015-10-30 borsAuto merge of #29458 - tshepang:better, r=alexcrichton
2015-10-29 borsAuto merge of #29199 - tshepang:they-can, r=steveklabnik
2015-10-29 borsAuto merge of #29452 - SimonSapin:patch-14, r=alexcrichton
2015-10-29 Tshepang Lekhonkhobedoc: fix and expand explanation
2015-10-29 borsAuto merge of #29129 - cuviper:impl-from-for-floats...
2015-10-29 borsAuto merge of #29445 - igpay:patch-1, r=alexcrichton
2015-10-29 borsAuto merge of #29289 - DiamondLovesYou:pnacl-std-crates...
2015-10-29 Cameron SunUpdate docstring for truncate
2015-10-29 Steve KlabnikRollup merge of #29435 - djrollins:diverging-function...
2015-10-29 Steve KlabnikRollup merge of #29264 - mdinger:colorify, r=steveklabnik
2015-10-27 borsAuto merge of #28833 - jryans:borrowck-linear-errors...
2015-10-27 borsAuto merge of #26421 - nham:fix_21546, r=pnkfelix
2015-10-27 borsAuto merge of #26848 - oli-obk:const_fn_const_eval...
2015-10-27 borsAuto merge of #29309 - rjbs:doc-comment-sections, r...
2015-10-27 borsAuto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcri...
2015-10-27 borsAuto merge of #29325 - alexcrichton:revert-trait-access...
2015-10-26 borsAuto merge of #29274 - thepowersgang:issues-29107-const...
2015-10-26 borsAuto merge of #29287 - Ryman:fn_nopat, r=alexcrichton
2015-10-26 borsAuto merge of #29280 - Ryman:bad_docattr, r=Manishearth
2015-10-26 borsAuto merge of #29247 - dcarral:missing_word_trpl, r...
2015-10-26 borsAuto merge of #29303 - petrochenkov:unistrimp, r=eddyb
2015-10-26 borsAuto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
2015-10-26 borsAuto merge of #29306 - alexcrichton:yet-another-windows...
2015-10-26 borsAuto merge of #29299 - tbu-:pr_btreemap_example_dup...
2015-10-26 borsAuto merge of #29296 - zazdxscf:compiletest_noargs_show...
2015-10-25 borsAuto merge of #29284 - apasel422:tests, r=alexcrichton
2015-10-25 borsAuto merge of #29266 - apasel422:wf, r=alexcrichton
2015-10-25 borsAuto merge of #29254 - alexcrichton:stabilize-1.5,...
2015-10-25 Alex Crichtonstd: Stabilize library APIs for 1.5
2015-10-25 borsAuto merge of #29281 - skeleten:issue-28189, r=steveklabnik
2015-10-25 borsAuto merge of #29272 - sanxiyn:llvm-update, r=alexcrichton
2015-10-25 borsAuto merge of #29261 - apasel422:issue-22403, r=alexcri...
2015-10-25 borsAuto merge of #29256 - alexcrichton:less-flaky, r=brson
2015-10-24 borsAuto merge of #29229 - SingingTree:reflect_28260_in_rea...
2015-10-24 borsAuto merge of #29151 - wthrowe:linker-output-ICE, r...
2015-10-24 borsAuto merge of #29215 - fhahn:issue-28157-bad-semicolon...
2015-10-24 borsAuto merge of #29259 - arielb1:supertrait-self-2, r...
2015-10-24 borsAuto merge of #29260 - GuillaumeGomez:E0211_improvement...
2015-10-24 borsAuto merge of #29252 - steveklabnik:safety, r=alexcrichton
2015-10-23 borsAuto merge of #29241 - nikomatsakis:issue-28871, r...
2015-10-23 borsAuto merge of #29243 - skeleten:issue-29184, r=alexcrichton
2015-10-23 Steve KlabnikUnsafety -> Safety in doc headings
2015-10-23 borsAuto merge of #29194 - chrisccerami:clarify-headers...
2015-10-23 borsAuto merge of #29242 - matklad:fix-comment, r=alexcrichton
2015-10-23 borsAuto merge of #29237 - alexcrichton:packaging, r=brson
2015-10-23 borsAuto merge of #27894 - steveklabnik:gh26888, r=alexcrichton
2015-10-23 Steve KlabnikDocument replacement behavior in some collections
2015-10-22 Steve KlabnikRollup merge of #29193 - kini:filename-conventions...
2015-10-22 Steve KlabnikRollup merge of #29180 - SingingTree:readme_windows_bui...
2015-10-22 Steve KlabnikRollup merge of #29170 - kini:curl-sh-disclaimer, r...
2015-10-22 borsAuto merge of #29170 - kini:curl-sh-disclaimer, r=steve...
2015-10-22 borsAuto merge of #29018 - tsion:doc-typo, r=steveklabnik
2015-10-22 borsAuto merge of #29195 - alexcrichton:fix-windows-dist...
2015-10-22 borsAuto merge of #28355 - DiamondLovesYou:pnacl-librustc...
2015-10-22 borsAuto merge of #29045 - mseri:patch-4, r=nrc
2015-10-22 borsAuto merge of #28963 - mdinger:arrow, r=steveklabnik
2015-10-21 borsAuto merge of #29138 - ykomatsu:trpl2, r=Manishearth
2015-10-21 borsAuto merge of #29179 - cjdrake:fixup, r=steveklabnik
2015-10-21 borsAuto merge of #29017 - ykomatsu:trpl, r=steveklabnik
2015-10-21 borsAuto merge of #29108 - notriddle:master, r=alexcrichton
2015-10-21 borsAuto merge of #29055 - alexcrichton:tiers, r=steveklabnik
2015-10-21 borsAuto merge of #29192 - phil-opp:unsafe-const-fns, r...
2015-10-21 borsAuto merge of #29190 - alexcrichton:from-str-socket...
2015-10-21 borsAuto merge of #29186 - pnkfelix:fsk-fix-issue-29166...
2015-10-21 borsAuto merge of #29171 - nrc:servo-dxr, r=@arielb1
2015-10-20 borsAuto merge of #29159 - arcnmx:travis-trusty, r=alexcrichton
2015-10-20 borsAuto merge of #29148 - petrochenkov:noshow, r=alexcrichton
2015-10-20 Steve KlabnikRollup merge of #29176 - huonw:shared-tracking, r=Gankro
2015-10-20 Steve KlabnikRollup merge of #29175 - durka:patch-8, r=Gankro
2015-10-20 Steve KlabnikRollup merge of #29162 - tsion:fix-nomicon-typo, r...
2015-10-20 Steve KlabnikRollup merge of #29158 - arcnmx:process-test, r=alexcri...
2015-10-20 borsAuto merge of #29156 - arcnmx:net-tests, r=alexcrichton
next