]> git.lizzy.rs Git - rust.git/history - src/librustc
Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril
[rust.git] / src / librustc /
2019-10-23 Mazdak FarrokhzadRollup merge of #64178 - mati865:clippy, r=scottmcm
2019-10-23 varkorAccount for const generalisation in nll_relate
2019-10-23 varkorAccount for const generalisation in combine
2019-10-23 Esteban KüberAdd comments
2019-10-23 borsAuto merge of #57545 - bovinebuddha:object_safe_for_dis...
2019-10-23 borsAuto merge of #65716 - JohnTitor:rollup-fkcr85k, r...
2019-10-23 Yuki OkushiRollup merge of #65706 - popzxc:add-missing-space,...
2019-10-23 Yuki OkushiRollup merge of #65695 - michaelwoerister:fix-self...
2019-10-23 Yuki OkushiRollup merge of #65689 - RalfJung:miri-debug, r=Centril
2019-10-23 Yuki OkushiRollup merge of #65688 - JohnTitor:add-some-tests,...
2019-10-23 Yuki OkushiRollup merge of #65686 - yjhmelody:yjhmelody-patch...
2019-10-23 Yuki OkushiRollup merge of #65681 - sunfishcode:followup, r=Centril
2019-10-23 Yuki OkushiRollup merge of #65678 - JohnTitor:add-e0728-explanatio...
2019-10-23 Yuki OkushiRollup merge of #65656 - GuillaumeGomez:option-disable...
2019-10-23 Yuki OkushiRollup merge of #65617 - newpavlov:patch-2, r=alexcrichton
2019-10-23 Yuki OkushiRollup merge of #65591 - GuillaumeGomez:long-err-explan...
2019-10-23 Yuki OkushiRollup merge of #65507 - polyedre:master, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #65417 - weiznich:more_coherence_tests...
2019-10-23 Yuki OkushiRollup merge of #65007 - BO41:keywords, r=nikomatsakis
2019-10-23 Yuki OkushiRollup merge of #64145 - togiberlin:feature/target...
2019-10-22 Mark RousskovAdd some documentation
2019-10-22 Esteban Küberreview comments: move code, fix indentation and change...
2019-10-22 Esteban KüberDrive-by formatting
2019-10-22 Esteban KüberHandle projection obligation errors
2019-10-22 Esteban KüberPoint at associated type for some obligations
2019-10-22 Mathias BlikstadRFC 2027: "first draft" of implementation
2019-10-22 Stefan LankesMerge branch 'master' into rusty-hermit
2019-10-22 Ralf Jungrelax ExactSizeIterator bound on write_bytes: too many...
2019-10-22 togiberlinTarget-feature documented as unsafe. rustc book and...
2019-10-22 varkorFix an issue with const inference variables sticking...
2019-10-22 Santiago PastorinoAdd ignore-tidy-filelength on ty/context
2019-10-22 Santiago PastorinoMove Place::elem methods and friends to TyCtxt
2019-10-22 Santiago PastorinoIntern place projection
2019-10-22 Santiago PastorinoAdd intern table for `List<PlaceElem<'tcx>>`
2019-10-22 Santiago PastorinoPattern match over PlaceRef rather than Place
2019-10-22 Yuki OkushiAdd link to async/await
2019-10-22 borsAuto merge of #65503 - popzxc:refactor-libtest, r=wesle...
2019-10-22 varkorRemove FIXME
2019-10-22 varkorSearch for generic parameters when finding non-`structu...
2019-10-22 varkorMove `search_for_adt_without_structural_match` to ...
2019-10-22 borsAuto merge of #65501 - alexcrichton:remove-emscripten...
2019-10-22 borsAuto merge of #65671 - Centril:rollup-00glhmb, r=Centril
2019-10-22 Yuki OkushiApply suggestions
2019-10-21 Yuki OkushiAdd long error explanation for E0728
2019-10-21 Santiago PastorinoMove as_local impl to from Place to PlaceRef
2019-10-21 Santiago PastorinoPlaceElem<'tcx> should be Copy
2019-10-21 Mazdak FarrokhzadRollup merge of #65663 - Amanieu:typo, r=varkor
2019-10-21 Mazdak FarrokhzadRollup merge of #65660 - varkor:canonical-const-to...
2019-10-21 Mazdak FarrokhzadRollup merge of #65653 - RalfJung:gitignore, r=Mark...
2019-10-21 Mazdak FarrokhzadRollup merge of #65647 - nnethercote:rm-unnecessary...
2019-10-21 Mazdak FarrokhzadRollup merge of #65621 - RalfJung:write_bytes, r=oli-obk
2019-10-21 Mazdak FarrokhzadRollup merge of #65092 - tspiteri:const-is-pow2, r...
2019-10-21 Mazdak FarrokhzadRollup merge of #62330 - SimonSapin:no-drop-in-union...
2019-10-21 varkorRename `ConstValue::Infer(InferConst::Canonical(.....
2019-10-21 Mikko RantanenFix the start/end byte positions in the compiler JSON...
2019-10-21 borsAuto merge of #65661 - JohnTitor:rollup-68la1fq, r...
2019-10-21 Yuki OkushiRollup merge of #65652 - skinny121:const_infer_leak...
2019-10-21 Yuki OkushiRollup merge of #65650 - guanqun:use-unwrap-or, r=eddyb
2019-10-21 Yuki OkushiRollup merge of #65620 - ryoqun:remove-unneeded-comment...
2019-10-21 Yuki OkushiRollup merge of #65544 - dorfsmay:doc_keyword_break...
2019-10-21 Nicholas NethercoteRemove many unnecessary trait derivations.
2019-10-21 Ralf Jungremove write_repeat; it is subsumed by the new write_bytes
2019-10-21 Ralf Jungpoints the user away from the Allocation type and towar...
2019-10-21 borsAuto merge of #65594 - RalfJung:miri, r=oli-obk
2019-10-21 Nicholas NethercoteRemove `InternedString`.
2019-10-21 Nicholas NethercoteUse `Symbol` for codegen unit names.
2019-10-21 Nicholas NethercoteChange `SymbolName::name` from `InternedString` to...
2019-10-21 benFix `canonicalize_const_var` from leaking inference...
2019-10-21 Guanqun Luuse unwrap_or in lint code
2019-10-21 Nicholas NethercoteConvert fields within `DefPathData` from `InternedStrin...
2019-10-21 borsAuto merge of #65630 - ecstatic-morse:graphviz-tidy...
2019-10-21 Nicholas NethercoteRemove unnecessary `Hash` bounds from various types.
2019-10-21 Nicholas NethercoteRemove unnecessary trait bounds from `keys::Keys`.
2019-10-21 Nicholas NethercoteConvert `InternedString`s to `Symbols` in `UnsafetyViol...
2019-10-21 Nicholas NethercoteConvert some `InternedString`s to `Symbols`.
2019-10-20 Mazdak FarrokhzadRollup merge of #65639 - adrianheine:patch-2, r=jonas...
2019-10-20 Mazdak FarrokhzadRollup merge of #65638 - dsincl12:master, r=Centril
2019-10-20 Mazdak FarrokhzadRollup merge of #65633 - Rantanen:doc-example-paths...
2019-10-20 Mazdak FarrokhzadRollup merge of #65629 - ecstatic-morse:remove-graphviz...
2019-10-20 Mazdak FarrokhzadRollup merge of #65614 - varkor:apit-explicit-generics...
2019-10-20 Mazdak FarrokhzadRollup merge of #65603 - mystor:resolve_path_ice, r...
2019-10-20 Mazdak FarrokhzadRollup merge of #65592 - RalfJung:const-prop-comment...
2019-10-20 Mazdak FarrokhzadRollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27
2019-10-20 borsAuto merge of #65632 - JohnTitor:rollup-adb16gb, r...
2019-10-20 Yuki OkushiRollup merge of #65626 - guanqun:patch-1, r=varkor
2019-10-20 Yuki OkushiRollup merge of #65605 - bjorn3:fix_63906, r=eddyb
2019-10-20 Yuki OkushiRollup merge of #65579 - skinny121:resolve_const_vars...
2019-10-20 Yuki OkushiRollup merge of #65463 - nnethercote:rm-arena-allocatio...
2019-10-20 Yuki OkushiRollup merge of #65460 - sinkuu:contains_insert, r...
2019-10-20 borsAuto merge of #65622 - Centril:rollup-l8orba7, r=Centril
2019-10-20 Mazdak FarrokhzadRollup merge of #65602 - varkor:other-candidates, r...
2019-10-20 Mazdak FarrokhzadRollup merge of #65600 - integer32llc:bye-bye-ref,...
2019-10-20 Mazdak FarrokhzadRollup merge of #65595 - Centril:cfgspecs, r=Mark-Simul...
2019-10-20 Mazdak FarrokhzadRollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk
2019-10-20 Mazdak FarrokhzadRollup merge of #65551 - sinkuu:cstring_spec, r=sfackler
2019-10-20 Mazdak FarrokhzadRollup merge of #64996 - lzutao:inline-ptr-null, r...
2019-10-20 borsAuto merge of #65497 - choller:master, r=tmiasko
2019-10-20 Ralf Jungalso check the iterator is not too long
2019-10-20 Ralf Jungmiri add write_bytes method to Memory doing bounds...
2019-10-20 Stefan LankesMerge branch 'master' into rusty-hermit
next