]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #89416 - notriddle:notriddle/do-not-elide-lifetimes-in-region-errors...
[rust.git] / compiler /
2021-10-23 Matthias KrügerRollup merge of #89416 - notriddle:notriddle/do-not...
2021-10-23 Matthias KrügerRollup merge of #88300 - ijackson:exitstatusext-methods...
2021-10-23 Matthias KrügerRollup merge of #83233 - jethrogb:split_array, r=yaahc
2021-10-22 Michael Howellnice_region_error: Include lifetime placeholders in...
2021-10-22 borsAuto merge of #90007 - xfix:inline-cstr-from-str, r...
2021-10-22 borsAuto merge of #89893 - camsteffen:redundant-dump-enable...
2021-10-22 borsAuto merge of #90161 - JohnTitor:rollup-1j2qc8m, r...
2021-10-22 Yuki OkushiRollup merge of #90129 - joshtriplett:triagebot-nominat...
2021-10-22 Yuki OkushiRollup merge of #90115 - samlich:test-issue-78561,...
2021-10-22 Yuki OkushiRollup merge of #90114 - BoxyUwU:cg_defaults_tests...
2021-10-22 Yuki OkushiRollup merge of #90078 - JohnTitor:test-83479, r=Mark...
2021-10-22 Yuki OkushiRollup merge of #90069 - tmiasko:promoted-const-qualif...
2021-10-22 Yuki OkushiRollup merge of #90028 - tmiasko:structural-match-closu...
2021-10-22 Yuki OkushiRollup merge of #89991 - petrochenkov:visitok2, r=jackh726
2021-10-22 Yuki OkushiRollup merge of #89944 - mbartlett21:patch-2, r=Mark...
2021-10-22 Yuki OkushiRollup merge of #89922 - JohnTitor:update-e0637, r...
2021-10-22 Yuki OkushiRollup merge of #89895 - camsteffen:for-loop-head-span...
2021-10-22 Yuki OkushiRollup merge of #89665 - seanyoung:push-empty, r=m...
2021-10-22 Yuki OkushiRollup merge of #89257 - aDotInTheVoid:macro-error...
2021-10-22 Yuki OkushiRollup merge of #88624 - kellerkindt:master, r=JohnTitor
2021-10-22 Yuki OkushiRollup merge of #87537 - Wilfred:improve-min-heap-docs...
2021-10-21 borsAuto merge of #90126 - flip1995:clippyup, r=Manishearth
2021-10-21 borsAuto merge of #90130 - Mark-Simulacrum:revert-namebindi...
2021-10-21 Mark RousskovRevert "Auto merge of #89100 - petrochenkov:localbind...
2021-10-21 flip1995Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea...
2021-10-21 Tomasz MiąskoVerify that only NeedsNonConstDrop expects promoteds
2021-10-21 borsAuto merge of #90119 - JohnTitor:rollup-e5t6khz, r...
2021-10-21 Yuki OkushiRollup merge of #90099 - SkiFire13:fix-vec-swap-remove...
2021-10-21 Yuki OkushiRollup merge of #90098 - GuillaumeGomez:add-test-foreig...
2021-10-21 Yuki OkushiRollup merge of #90097 - GuillaumeGomez:duplicated...
2021-10-21 Yuki OkushiRollup merge of #90077 - woppopo:const_nonzero_from...
2021-10-21 Yuki OkushiRollup merge of #90074 - klensy:upvar-all, r=wesleywiser
2021-10-21 Yuki OkushiRollup merge of #90071 - cjgillot:no-blocks, r=oli-obk
2021-10-21 Yuki OkushiRollup merge of #90048 - GuillaumeGomez:line-number...
2021-10-21 Yuki OkushiRollup merge of #90031 - durin42:allow-llvm-tests,...
2021-10-21 Yuki OkushiRollup merge of #90029 - tgnottingham:incr-debug-loggin...
2021-10-21 Yuki OkushiRollup merge of #90010 - rusticstuff:vecdeque_with_capa...
2021-10-21 Yuki OkushiRollup merge of #89292 - CleanCut:stabilize-cstring_fro...
2021-10-21 Yuki OkushiRollup merge of #88644 - eopb:abstractconst_leaf_subst...
2021-10-21 Yuki OkushiRollup merge of #87440 - twetzel59:fix-barrier-no-op...
2021-10-21 Yuki OkushiRollup merge of #86984 - Smittyvb:ipv4-octal-zero,...
2021-10-21 borsAuto merge of #90072 - ehuss:empty-rmeta-no-warn, r...
2021-10-21 borsAuto merge of #89998 - camelid:box-default, r=jyn514
2021-10-20 borsAuto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrum
2021-10-20 Camille GILLOTAddress review.
2021-10-20 Camille GILLOTInline DepNodeParams methods.
2021-10-20 Camille GILLOTCompute query vtable manually.
2021-10-20 Camille GILLOTStore node_intern_event_id in CurrentDepGraph.
2021-10-20 Camille GILLOTBuild jump table at runtime.
2021-10-20 Camille GILLOTInvoke callbacks from rustc_middle.
2021-10-20 Camille GILLOTMerge two query callbacks arrays.
2021-10-20 Camille GILLOTDrop has_params.
2021-10-20 Camille GILLOTMake hash_result an Option.
2021-10-20 Camille GILLOTMove def_path_hash_to_def_id to rustc_middle.
2021-10-20 Camille GILLOTAvoid trivial lambdas.
2021-10-20 borsAuto merge of #90050 - michaelwoerister:fix-vtable...
2021-10-20 Ethan Brierleyremove duplicate subst
2021-10-20 borsAuto merge of #89100 - petrochenkov:localbind, r=cjgillot
2021-10-20 klensyuse array explicitly instead of vec for const content...
2021-10-20 klensyreplace format!("") with String::new()
2021-10-19 Eric HussDon't emit a warning for empty rmeta files.
2021-10-19 borsAuto merge of #90067 - JohnTitor:rollup-afrjulz, r...
2021-10-19 Camille GILLOTReplace FnLikeNode by FnKind.
2021-10-19 Ethan BrierleyAddress lcnr review
2021-10-19 Camille GILLOTCleanup dead code in hir::map::blocks.
2021-10-19 Yuki OkushiRollup merge of #90060 - vincentdephily:patch-1, r...
2021-10-19 Yuki OkushiRollup merge of #90036 - jsha:less-rule, r=GuillaumeGomez
2021-10-19 Yuki OkushiRollup merge of #90025 - JohnTitor:revert-86011, r...
2021-10-19 Yuki OkushiRollup merge of #90018 - GuillaumeGomez:too-long-item...
2021-10-19 Yuki OkushiRollup merge of #90009 - woppopo:const_from_more, r...
2021-10-19 Yuki OkushiRollup merge of #88860 - nbdd0121:panic, r=m-ou-se
2021-10-19 Yuki OkushiRollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor
2021-10-19 Yuki OkushiRollup merge of #87769 - m-ou-se:alloc-features-cleanup...
2021-10-19 Yuki OkushiRollup merge of #87404 - rylev:artifact-size-profiling...
2021-10-19 Yuki OkushiRollup merge of #86479 - exphp-forks:float-debug-expone...
2021-10-19 Tomasz MiąskoReject closures in patterns
2021-10-19 borsAuto merge of #89933 - est31:let_else, r=michaelwoerister
2021-10-19 Gary GuoDeduplicate panic_fmt
2021-10-19 Michael WoeristerErase late-bound regions before computing vtable debugi...
2021-10-19 borsAuto merge of #90039 - ehuss:update-cargo, r=ehuss
2021-10-19 borsAuto merge of #90040 - nbdd0121:issue-90038, r=oli-obk
2021-10-19 Gary GuoFix issue 90038
2021-10-19 borsAuto merge of #90037 - matthiaskrgr:rollup-cdfhxtn...
2021-10-19 Matthias KrügerRollup merge of #90034 - moxian:unzip-doc, r=cuviper
2021-10-19 Matthias KrügerRollup merge of #90002 - lnicola:rust-analyzer-2021...
2021-10-19 Matthias KrügerRollup merge of #89997 - cameron1024:const-str-as-bytes...
2021-10-19 Matthias KrügerRollup merge of #89988 - tmiasko:unpromote-const-drop...
2021-10-19 Matthias KrügerRollup merge of #89956 - JohnTitor:suggest-case-insensi...
2021-10-19 Matthias KrügerRollup merge of #89941 - hermitcore:kernel, r=joshtriplett
2021-10-19 Matthias KrügerRollup merge of #89867 - Urgau:fix-double-definition...
2021-10-19 Matthias KrügerRollup merge of #89766 - krasimirgg:llvm-14-targetregis...
2021-10-19 borsAuto merge of #89905 - matthiaskrgr:rev_89709_entirely...
2021-10-19 Tomasz MiąskoFix const qualification when executed after promotion
2021-10-18 borsAuto merge of #89229 - oli-obk:i_love_inferctxt, r...
2021-10-18 Tomasz MiąskoDo not promote values with const drop that need to...
2021-10-18 borsAuto merge of #89124 - cjgillot:owner-info, r=michaelwo...
2021-10-18 Tomasz MiąskoRename `needs_drop` to `needs_non_const_drop`
2021-10-18 Yuki OkushiRevert "Rollup merge of #86011 - tlyu:correct-sized...
2021-10-18 Oli SchererMember constraints already covered all of E0482 already...
2021-10-18 Oli SchererGuarding a loop with a check that it never runs is...
next