]> git.lizzy.rs Git - rust.git/history - compiler
Always provide a range
[rust.git] / compiler /
2020-12-31 borsAuto merge of #80500 - jyn514:track-caller, r=nagisa
2020-12-31 borsAuto merge of #80435 - pietroalbini:compression-formats...
2020-12-30 borsAuto merge of #80530 - m-ou-se:rollup-zit69ko, r=m...
2020-12-30 Mara BosRollup merge of #80513 - LeSeulArtichaut:80062-test...
2020-12-30 Mara BosRollup merge of #80495 - jyn514:rename-empty, r=petroch...
2020-12-30 Mara BosRollup merge of #80491 - RalfJung:dangling-of-val,...
2020-12-30 Mara BosRollup merge of #80488 - CAD97:drop-weak-without-refere...
2020-12-30 Mara BosRollup merge of #80458 - RalfJung:promotion-refactor...
2020-12-30 Mara BosRollup merge of #80424 - jyn514:bootstrap-cleanup,...
2020-12-30 Mara BosRollup merge of #80128 - pierwill:pierwill-docs-fieldpa...
2020-12-30 Mara BosRollup merge of #78934 - DeveloperC286:issue_60302_vec...
2020-12-30 borsAuto merge of #80511 - Mark-Simulacrum:bump-stage0...
2020-12-30 borsAuto merge of #80510 - JohnTitor:rollup-gow7y0l, r...
2020-12-30 Joshua NelsonRename kw::Invalid -> kw::Empty
2020-12-30 Mark RousskovBump bootstrap compiler to 1.50 beta
2020-12-30 Yuki OkushiRollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80492 - matthiaskrgr:tasty_wraps,...
2020-12-30 Yuki OkushiRollup merge of #80381 - rust-lang:revert-80244-spans...
2020-12-30 Yuki OkushiRollup merge of #80337 - jyn514:add-query-desc, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80311 - sivadeilra:natvis, r=petrochenkov
2020-12-30 Yuki OkushiRollup merge of #80260 - RalfJung:less-untyped-panics...
2020-12-30 Yuki OkushiRollup merge of #80185 - JohnTitor:issue-80134, r=davidtwco
2020-12-30 Yuki OkushiFix ICE when pointing at multi bytes character
2020-12-30 borsAuto merge of #79684 - usbalbin:const_copy, r=oli-obk
2020-12-30 Matthias Krügerremove unused return types such as empty Results or...
2020-12-30 Matthias Krügerwhere possible, pass slices instead of &Vec or &String...
2020-12-30 borsAuto merge of #80503 - JohnTitor:rollup-b26vglu, r...
2020-12-30 Yuki OkushiRollup merge of #80487 - matthiaskrgr:field_names,...
2020-12-30 Yuki OkushiRollup merge of #80482 - matthiaskrgr:cl0ne_on_copy...
2020-12-30 Yuki OkushiRollup merge of #80477 - tmiasko:safe-forget, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80472 - GuillaumeGomez:sans-serif...
2020-12-30 Yuki OkushiRollup merge of #80469 - BlackHoleFox:fix-time-typo...
2020-12-30 Yuki OkushiRollup merge of #80467 - LingMan:more_matches, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80465 - eltociear:patch-3, r=jyn514
2020-12-30 Yuki OkushiRollup merge of #80464 - LingMan:map_or, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80461 - rust-lang:tmandry-patch-1...
2020-12-30 Yuki OkushiRollup merge of #80457 - camelid:pretty-docs-commas...
2020-12-30 Yuki OkushiRollup merge of #80358 - pierwill:edit_rustc_span,...
2020-12-30 Yuki OkushiRollup merge of #80348 - matthiaskrgr:less_clones,...
2020-12-30 Yuki OkushiRollup merge of #79812 - Aaron1011:lint-item-trailing...
2020-12-30 borsAuto merge of #79472 - Aaron1011:new-remove-pretty...
2020-12-30 Joshua NelsonAdd `#[track_caller]` to `bug!` and `register_renamed`
2020-12-30 Joshua NelsonUse `desc` as a doc-comment if none exist yet
2020-12-29 borsAuto merge of #80453 - petrochenkov:nocfail, r=Mark...
2020-12-29 Ralf JungMiri: make size/align_of_val work for dangling raw...
2020-12-29 Aaron HillLint on redundant trailing semicolon after item
2020-12-29 Matthias Krügerdon't redundantly repeat field names
2020-12-29 Vadim PetrochenkovRemove `compile-fail` test suite
2020-12-29 Matthias Krügerdon't clone copy types
2020-12-29 LingManMore uses of the matches! macro
2020-12-29 Ralf Jungfix a comment
2020-12-29 Aaron HillRemove pretty-print/reparse hack, and add derive-specif...
2020-12-29 borsAuto merge of #80014 - jyn514:box-item-kind, r=nnethercote
2020-12-29 borsAuto merge of #79084 - simonvandel:instcombine-perf...
2020-12-29 LingManUse Option::map_or instead of open coding it
2020-12-29 borsAuto merge of #80449 - m-ou-se:rollup-kp2e5n8, r=m...
2020-12-29 Tomasz MiąskoMake forget intrinsic safe
2020-12-28 Ralf Jungmake more matches exhaustive
2020-12-28 CamelidAdd missing commas to `rustc_ast_pretty::pp` docs
2020-12-28 Simon Vandel Sillesenuse exhaustive pattern match to prevent future bugs
2020-12-28 Ralf Jungmerge two match'es for more exhaustiveness
2020-12-28 Ralf Jungpromotion: factor some common code into validate_ref
2020-12-28 Mara BosRollup merge of #80448 - m-ou-se:deque-range-version...
2020-12-28 Mara BosRollup merge of #80431 - xfix:add-chr-as-doc-alias...
2020-12-28 Mara BosRollup merge of #80430 - xfix:add-length-as-doc-alias...
2020-12-28 Mara BosRollup merge of #80419 - LeSeulArtichaut:80375-test...
2020-12-28 Mara BosRollup merge of #80410 - MarcoIeni:patch-1, r=jonas...
2020-12-28 Mara BosRollup merge of #80403 - 0xflotus:patch-1, r=jyn514
2020-12-28 Mara BosRollup merge of #80402 - camelid:inferty-docs, r=matthe...
2020-12-28 Mara BosRollup merge of #80398 - CAD97:fix-80365, r=dtolnay
2020-12-28 Mara BosRollup merge of #80393 - ehuss:doc-git-link, r=jyn514
2020-12-28 Mara BosRollup merge of #80390 - ssomers:btree_cleanup_slices_2...
2020-12-28 Mara BosRollup merge of #80383 - RalfJung:wrapping-ptr-arithmet...
2020-12-28 borsAuto merge of #80439 - Dylan-DPC:rollup-rdxcvon, r...
2020-12-28 Dylan DPCRollup merge of #80434 - pietroalbini:tarball-temp...
2020-12-28 Dylan DPCRollup merge of #80411 - petrochenkov:nosymwith, r...
2020-12-28 Dylan DPCRollup merge of #80408 - bjorn3:sync_cg_clif-2020-12...
2020-12-28 Dylan DPCRollup merge of #80399 - jyn514:hir-id-cleanup, r=marme...
2020-12-28 Dylan DPCRollup merge of #80362 - jyn514:rustc-macros, r=ehuss
2020-12-28 Dylan DPCRollup merge of #80353 - ssomers:btree_test_split_off...
2020-12-28 Dylan DPCRollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC
2020-12-28 Dylan DPCRollup merge of #80331 - jyn514:docs, r=varkor
2020-12-28 Dylan DPCRollup merge of #80284 - ThePuzzlemaker:issue-80179...
2020-12-28 Dylan DPCRollup merge of #79815 - XAMPPRocky:relnotes-1.49.0...
2020-12-28 Dylan DPCRollup merge of #79662 - bjorn3:move_more_code_out_of_c...
2020-12-28 borsAuto merge of #78454 - bugadani:cyclic, r=oli-obk
2020-12-28 borsAuto merge of #80397 - Mark-Simulacrum:fix-bare-tarball...
2020-12-27 CamelidAlso show the displayed version of IntVar and FloatVar
2020-12-27 borsAuto merge of #80181 - jyn514:intra-doc-primitives...
2020-12-27 borsAuto merge of #80315 - tmiasko:ignore-proc-macros,...
2020-12-27 Vadim Petrochenkovrustc_span: Remove `Symbol::with`
2020-12-27 borsAuto merge of #79134 - ohadravid:nzint-div, r=dtolnay
2020-12-27 borsAuto merge of #79642 - ijackson:default-theme-stab...
2020-12-27 bjorn3Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484...
2020-12-27 borsAuto merge of #79135 - lcnr:the-paleogenesis-of-generic...
2020-12-27 0xflotusfix: small typo error in chalk/mod.rs
2020-12-27 CamelidDocument `InferTy` & co.
2020-12-27 Joshua NelsonRemove FIXME in rustc_privacy
2020-12-26 borsAuto merge of #79045 - oli-obk:dont_rely_on_alloc_happe...
2020-12-26 Bastian Kauschkeupdate error codes
next