]> git.lizzy.rs Git - rust.git/history - src/librustc_ast
Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb
[rust.git] / src / librustc_ast /
2020-04-27 borsAuto merge of #71268 - estebank:devectorize, r=eddyb
2020-04-27 Dylan DPCRollup merge of #71409 - estebank:point-at-ret-question...
2020-04-27 Dylan DPCRollup merge of #71263 - shlevy:FileLoader-remove-abs_p...
2020-04-25 Dylan DPCRollup merge of #71140 - oli-obk:static_cycle, r=RalfJung
2020-04-25 Dylan DPCRollup merge of #71168 - SimonSapin:into_raw_non_null...
2020-04-25 Dylan DPCRollup merge of #70712 - :stabilize-remove-entry, r...
2020-04-25 Dylan DPCRollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu
2020-04-25 Dylan DPCRollup merge of #71364 - Amanieu:zprofile_compiler_buil...
2020-04-24 Dylan DPCRollup merge of #69456 - contrun:fix-misleading-compile...
2020-04-24 Dylan DPCRollup merge of #71068 - pyfisch:unicode-version-stable...
2020-04-24 Dylan DPCRollup merge of #71063 - LeSeulArtichaut:document-unsaf...
2020-04-24 Dylan DPCRollup merge of #70845 - varkor:const-generics-derive...
2020-04-23 Dylan DPCRollup merge of #70633 - kper:master, r=estebank
2020-04-23 Dylan DPCRollup merge of #71005 - jonas-schievink:no-place-like...
2020-04-23 borsAuto merge of #71343 - RalfJung:miri, r=RalfJung
2020-04-23 borsAuto merge of #71312 - wesleywiser:const_prop_bitset...
2020-04-22 Dylan DPCRollup merge of #71256 - cuviper:must_use_replace,...
2020-04-22 Dylan DPCRollup merge of #71336 - ecstatic-morse:check-consts...
2020-04-22 Dylan DPCRollup merge of #71280 - RalfJung:mplace-check-align...
2020-04-22 Dylan DPCRollup merge of #71414 - phansch:more-diagnostic-items...
2020-04-22 Dylan DPCRollup merge of #71337 - Valloric:rustdoc-check-pass...
2020-04-22 Dylan DPCRollup merge of #71203 - csmoe:issue-71137, r=csmoe
2020-04-22 Dylan DPCRollup merge of #70970 - eddyb:trait-vs-impl-mismatch...
2020-04-22 Yuki OkushiRollup merge of #71384 - RalfJung:RalfJung-patch-1...
2020-04-22 Yuki OkushiRollup merge of #71372 - ayushmishra2005:shebang_stripp...
2020-04-22 Yuki OkushiRollup merge of #71366 - faern:use-assoc-int-consts3...
2020-04-22 Yuki OkushiRollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis
2020-04-22 Yuki OkushiRollup merge of #70998 - estebank:suggest-impl-trait...
2020-04-21 borsAuto merge of #71170 - spastorino:dyn-fnonce-alignment...
2020-04-21 borsAuto merge of #71267 - pnkfelix:issue-71248-dont-need...
2020-04-20 Dylan DPCRollup merge of #71346 - mati865:rustbuild-tools, r...
2020-04-20 Dylan DPCRollup merge of #71285 - ljedrz:mir_inline_span_for_opt...
2020-04-20 Dylan DPCRollup merge of #71174 - Nokel81:fix-async-main-error...
2020-04-20 Dylan DPCRollup merge of #69362 - CAD97:alloc_layout_extras...
2020-04-20 borsAuto merge of #71356 - Dylan-DPC:rollup-liockhk, r...
2020-04-20 Dylan DPCRollup merge of #71334 - ehuss:pattern-docs, r=kennytm
2020-04-20 Dylan DPCRollup merge of #71328 - Mark-Simulacrum:stabilize...
2020-04-20 Dylan DPCRollup merge of #71284 - JOE1994:serialize_id, r=petroc...
2020-04-20 Dylan DPCRollup merge of #71270 - Rustin-Liu:rustin-patch-has...
2020-04-20 Dylan DPCRollup merge of #71250 - GuillaumeGomez:use-json-instea...
2020-04-20 borsAuto merge of #70729 - nnethercote:a-big-options-clean...
2020-04-20 borsAuto merge of #71232 - eddyb:print-const-adts, r=oli-obk
2020-04-20 borsAuto merge of #71007 - Amanieu:deprecate_asm, r=Mark...
2020-04-19 borsAuto merge of #70598 - vakaras:add-threads-cr3, r=oli...
2020-04-19 borsAuto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r...
2020-04-19 Dylan DPCRollup merge of #71317 - RalfJung:unleash-inline-asm...
2020-04-19 borsAuto merge of #71231 - cuviper:rustc_or_patterns, r...
2020-04-19 JOE1994fix decode logic for 'AttrId' to be symmetric with...
2020-04-19 Josh StoneDogfood more or_patterns in the compiler
2020-04-19 Dylan DPCRollup merge of #71319 - GuillaumeGomez:cleanup-e0522...
2020-04-19 Dylan DPCRollup merge of #71315 - huangjiahua:update-documentati...
2020-04-19 Dylan DPCRollup merge of #71300 - rust-lang:jonas-schievink...
2020-04-19 Dylan DPCRollup merge of #71188 - Duddino:fix, r=matthewjasper
2020-04-19 Dylan DPCRollup merge of #71107 - vorner:weak-into-raw-dangling...
2020-04-19 borsAuto merge of #70015 - jonas-schievink:gen-needs-drop...
2020-04-19 borsAuto merge of #69793 - estebank:predicate-obligations...
2020-04-19 borsAuto merge of #71102 - tmiasko:compiler-builtins, r...
2020-04-18 borsAuto merge of #71306 - Dylan-DPC:rollup-kvzc1da, r...
2020-04-18 Dylan DPCRollup merge of #71303 - tshepang:master, r=Mark-Simulacrum
2020-04-18 Dylan DPCRollup merge of #71287 - JohnTitor:comment-vec, r=RalfJung
2020-04-18 Dylan DPCRollup merge of #71283 - Amanieu:zprofile, r=davidtwco
2020-04-18 Dylan DPCRollup merge of #71276 - RalfJung:miri-unleash-box...
2020-04-18 Dylan DPCRollup merge of #71271 - JohnTitor:map-in-place, r...
2020-04-18 Yuki OkushiMove `MapInPlace` to rustc_data_structures
2020-04-18 JOE1994fix -Zast-json to properly output the 'id' field
2020-04-17 Dylan DPCRollup merge of #70578 - PankajChaudhary5:master, r...
2020-04-16 Dylan DPCRollup merge of #70611 - pawanbisht62:doc/61137-add...
2020-04-16 borsAuto merge of #70831 - sfackler:shrink-future-stack...
2020-04-15 Dylan DPCRollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup...
2020-04-15 Dylan DPCRollup merge of #70354 - XAMPPRocky:master, r=Mark...
2020-04-14 Dylan DPCRollup merge of #71121 - AnthonyMikh:fix_string_doc_lin...
2020-04-13 Dylan DPCRollup merge of #70654 - oli-obk:subrepo_docs, r=Mark...
2020-04-13 Dylan DPCRollup merge of #70656 - GuillaumeGomez:scrollbar-displ...
2020-04-11 Dylan DPCRollup merge of #70644 - nnethercote:clean-up-ModuleCon...
2020-04-11 borsAuto merge of #70161 - cjgillot:query-arena, r=nikomatsakis
2020-04-10 Mazdak FarrokhzadRollup merge of #70985 - GuillaumeGomez:cleanup-e0512...
2020-04-10 Mazdak FarrokhzadRollup merge of #70952 - GuillaumeGomez:cleanup-e0511...
2020-04-10 Mazdak FarrokhzadRollup merge of #70784 - estebank:suggest-type-fundamen...
2020-04-10 borsAuto merge of #70619 - etherealist:musl_lld, r=Mark...
2020-04-09 Mazdak FarrokhzadRollup merge of #70822 - jonas-schievink:curse-of-the...
2020-04-09 Mazdak FarrokhzadRollup merge of #70367 - nikomatsakis:issue-69307,...
2020-04-09 Mazdak FarrokhzadRollup merge of #67705 - lzutao:wmemchr, r=wesleywiser
2020-04-08 Dylan DPCRollup merge of #70912 - estebank:reduce-type-param...
2020-04-08 Dylan DPCRollup merge of #70828 - ollie27:rustdoc_external_macro...
2020-04-08 Dylan DPCRollup merge of #70565 - Zoxc:inlines-query-system...
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-08 Dylan DPCRollup merge of #70927 - GuillaumeGomez:cleanup-e0510...
2020-04-08 Dylan DPCRollup merge of #70883 - GuillaumeGomez:cleanup-e0507...
2020-04-08 Dylan DPCRollup merge of #70876 - nnethercote:smallvec-predecess...
2020-04-07 Dylan DPCRollup merge of #70762 - RalfJung:miri-leak-check,...
2020-04-07 borsAuto merge of #70837 - nnethercote:speed-up-find_librar...
2020-04-06 Dylan DPCRollup merge of #70839 - GuillaumeGomez:cleanup-e0506...
2020-04-06 Dylan DPCRollup merge of #70821 - rkuhn:expose_suggestions_Infer...
2020-04-06 Dylan DPCRollup merge of #70690 - GuillaumeGomez:cleanup-e0501...
2020-04-06 Dylan DPCRollup merge of #70612 - Thomasdezeeuw:issue_70436...
2020-04-06 borsAuto merge of #70737 - Centril:cleanup-lower-item-id...
2020-04-06 borsAuto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk
2020-04-06 borsAuto merge of #70832 - Centril:rollup-ixc09ve, r=Centril
2020-04-06 Mazdak FarrokhzadRollup merge of #70827 - estebank:shorten-sugg-span...
2020-04-06 Mazdak FarrokhzadRollup merge of #70739 - Centril:fix-70736, r=petrochenkov
next