]> git.lizzy.rs Git - rust.git/history - src/librustc/infer/anon_types/mod.rs
Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-documented...
[rust.git] / src / librustc / infer / anon_types / mod.rs
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-22 borsAuto merge of #52250 - nnethercote:no-SparseBitMatrix...
2018-07-21 borsAuto merge of #51485 - estebank:dehighlight-secondary...
2018-07-21 borsAuto merge of #52115 - Dylan-DPC:feature/nll-liveness...
2018-07-21 borsAuto merge of #52552 - eddyb:proc-macro-prep, r=alexcri...
2018-07-21 borsAuto merge of #52535 - alexcrichton:update-stdsimd...
2018-07-21 borsAuto merge of #52536 - alexcrichton:attr-spans, r=nikom...
2018-07-21 borsAuto merge of #52438 - ljedrz:rustc_vec_capacity, r...
2018-07-20 kennytmRollup merge of #52540 - alexcrichton:tweak-script...
2018-07-20 kennytmRollup merge of #52539 - alexcrichton:two-attrs, r...
2018-07-20 kennytmRollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk
2018-07-20 kennytmRollup merge of #52526 - ljedrz:cleanup_18800, r=alexcr...
2018-07-20 kennytmRollup merge of #52505 - alexcrichton:remove-thinlto...
2018-07-20 kennytmRollup merge of #52502 - RalfJung:rotate, r=scottmcm
2018-07-20 borsAuto merge of #52354 - QuietMisdreavus:rustdoc-lints...
2018-07-20 borsAuto merge of #52498 - oli-obk:const_prop, r=nikomatsakis
2018-07-20 borsAuto merge of #52476 - wesleywiser:categorize_queries...
2018-07-20 borsAuto merge of #52467 - alexcrichton:lints-and-macros...
2018-07-20 borsAuto merge of #52445 - alexcrichton:wasm-import-module...
2018-07-20 borsAuto merge of #52349 - RalfJung:once, r=alexcrichton
2018-07-19 borsAuto merge of #52024 - oli-obk:existential_parse, r...
2018-07-19 borsAuto merge of #51854 - davidtwco:rfc-2008-rustdoc,...
2018-07-18 borsAuto merge of #52431 - semarie:compiler-builtins, r...
2018-07-18 kennytmRollup merge of #52510 - QuietMisdreavus:redirects...
2018-07-18 kennytmRollup merge of #51628 - euclio:line-writer, r=frewsxcv
2018-07-18 borsAuto merge of #52375 - oli-obk:the_early_lint_pass_gets...
2018-07-18 kennytmRollup merge of #52439 - o01eg:fix-52317, r=alexcrichton
2018-07-18 kennytmRollup merge of #52218 - rivertam:patch-1, r=withoutboats
2018-07-18 kennytmRollup merge of #52116 - Pazzaz:match-str-case, r=Simon...
2018-07-18 borsAuto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung
2018-07-18 borsAuto merge of #52426 - ljedrz:#28273_cleanup, r=nikomat...
2018-07-18 Oliver SchneiderCheck lifetimes on existential types
2018-07-18 Oliver SchneiderSimplify defining scope logic
2018-07-18 Oliver SchneiderMore documentation
2018-07-18 Oliver SchneiderImplement existential types
2018-07-18 borsAuto merge of #52342 - nnethercote:CanonicalVar, r...
2018-07-17 borsAuto merge of #52145 - ExpHP:drop-it-like-its-eof,...
2018-07-17 borsAuto merge of #52190 - davidtwco:issue-52028, r=nikomat...
2018-07-17 kennytmRollup merge of #52385 - GuillaumeGomez:pass-edition...
2018-07-17 kennytmRollup merge of #52434 - Mark-Simulacrum:incremental...
2018-07-17 kennytmRollup merge of #52338 - RalfJung:miri, r=oli-obk
2018-07-17 borsAuto merge of #52335 - nnethercote:BitSlice-fixes,...
2018-07-17 borsAuto merge of #52409 - estebank:move-cfail-ui, r=oli-obk
2018-07-17 borsAuto merge of #52285 - ljedrz:dyn_librustc_driver,...
2018-07-16 borsAuto merge of #52081 - alexcrichton:proc-macro-stable...
2018-07-16 borsAuto merge of #52264 - csmoe:kind, r=oli-obk
2018-07-16 csmoeItemKind
2018-07-12 borsAuto merge of #51339 - sdroege:exact-chunks-remainder...
2018-07-11 borsAuto merge of #51230 - nikic:no-verify-lto, r=pnkfelix
2018-07-07 borsAuto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapin
2018-07-06 kennytmRollup merge of #52096 - d-e-s-o:fix-typo, r=sfackler
2018-07-05 kennytmRollup merge of #51619 - mksully22:ppc64le_rust, r...
2018-07-04 borsAuto merge of #51611 - QuietMisdreavus:slippery-macros...
2018-07-04 borsAuto merge of #51395 - SimonSapin:repr-transparent...
2018-07-03 Pietro AlbiniRollup merge of #51548 - DiamondLovesYou:amdgpu-target...
2018-07-03 borsAuto merge of #51564 - SimonSapin:try-int, r=alexcrichton
2018-07-02 borsAuto merge of #51645 - marco-c:error_when_incremental_a...
2018-07-02 borsAuto merge of #51864 - est31:libc_update, r=alexcrichton
2018-07-01 Pietro AlbiniRollup merge of #51511 - Centril:feature/stabilize_iter...
2018-06-29 borsAuto merge of #51290 - Pslydhh:master, r=alexcrichton
2018-06-29 borsAuto merge of #51592 - GuillaumeGomez:fix-macro-doc...
2018-06-28 borsAuto merge of #51687 - japaric:gh51671, r=alexcrichton
2018-06-28 borsAuto merge of #51444 - estebank:impl-static, r=nikomatsakis
2018-06-27 borsAuto merge of #51598 - Pazzaz:master, r=sfackler
2018-06-26 borsAuto merge of #51678 - Zoxc:combine-lints, r=estebank
2018-06-26 Pietro AlbiniRollup merge of #51642 - GuillaumeGomez:fix-unknown...
2018-06-26 borsAuto merge of #49469 - Nokel81:allow-irrefutable-let...
2018-06-26 borsAuto merge of #51613 - nnethercote:ob-forest-cleanup...
2018-06-26 borsAuto merge of #50630 - sharkdp:fix-50619, r=sfackler
2018-06-23 borsAuto merge of #51653 - mglagla:option-unreachable,...
2018-06-23 borsAuto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 borsAuto merge of #51681 - varkor:rustc_deprecated-future...
2018-06-22 borsAuto merge of #51670 - estebank:issue-51634, r=oli-obk
2018-06-22 kennytmRollup merge of #51666 - marco-c:disable_probestack...
2018-06-22 kennytmRollup merge of #51664 - jebrosen:pub_parse_methods2...
2018-06-22 kennytmRollup merge of #51637 - abarth:new_prng, r=cramertj
2018-06-22 kennytmRollup merge of #51629 - topecongiro:multiple-semicolon...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51660 - lqd:the-MIRnistry-of-walks,...
2018-06-22 borsAuto merge of #51686 - nikomatsakis:issue-51415-borrowc...
2018-06-22 borsAuto merge of #51463 - estebank:error-codes, r=nikomatsakis
2018-06-22 borsAuto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
2018-06-21 borsAuto merge of #51690 - nikomatsakis:issue-51683-existen...
2018-06-21 Niko Matsakistolerate existential types whose concrete expansion...
2018-06-21 borsAuto merge of #50336 - japaric:llvm-tools, r=Mark-Simul...
2018-06-21 borsAuto merge of #51601 - Emerentius:step_by_range_diet...
2018-06-20 borsAuto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix
2018-06-19 borsAuto merge of #51367 - oli-obk:silence!_I_test_you...
2018-06-19 borsAuto merge of #51081 - kornelski:examplestr, r=steveklabnik
2018-06-19 borsAuto merge of #51597 - Mark-Simulacrum:update-books...
2018-06-19 borsAuto merge of #51278 - EPashkin:fix_mod_with_multilevel...
2018-06-18 borsAuto merge of #51248 - fabric-and-ink:newtype_index_deb...
2018-06-18 borsAuto merge of #51460 - nikomatsakis:nll-perf-examinatio...
2018-06-18 borsAuto merge of #51414 - oli-obk:impl_trait_type_def...
2018-06-17 borsAuto merge of #51466 - joshlf:ref-split, r=dtolnay
2018-06-17 borsAuto merge of #51382 - GuillaumeGomez:intra-link-lint...
2018-06-16 borsAuto merge of #51411 - nnethercote:process_predicate...
2018-06-15 borsAuto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakis
2018-06-15 borsAuto merge of #50296 - cmdd:master, r=nikomatsakis
next