]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-13 Dylan MacKenzieEnsure that `drop_elaboration_and_check_consts` runs...
2020-06-13 Dylan MacKenzieAdd MIR phase and query for drop elaboration
2020-06-13 Dylan MacKenzieAdd `CheckLiveDrops` pass
2020-06-13 Dylan MacKenzieAdd feature gate for precise live drop checking
2020-06-13 Dylan MacKenzieMake `Qualifs` getters public
2020-06-13 Dylan MacKenzieMove `check_op` logic to `ops` module
2020-06-13 borsAuto merge of #73277 - RalfJung:miri-caller-location...
2020-06-12 borsAuto merge of #73262 - wesleywiser:simplifyarmidentity_...
2020-06-12 borsAuto merge of #73276 - Dylan-DPC:rollup-hfd81qw, r...
2020-06-12 Wesley WiserDisable the `SimplifyArmIdentity` pass on beta
2020-06-12 Ralf Jungfix caller_location intrinsic for Miri
2020-06-12 Dylan DPCRollup merge of #73273 - LeSeulArtichaut:patch-1, r...
2020-06-12 Dylan DPCRollup merge of #73236 - GuillaumeGomez:cleanup-e0666...
2020-06-12 Dylan DPCRollup merge of #73225 - tmandry:issue-73050, r=oli-obk
2020-06-12 Dylan DPCRollup merge of #73178 - petrochenkov:explint, r=varkor
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-12 LeSeulArtichautFix Zulip pings
2020-06-12 borsAuto merge of #73266 - ehuss:update-cargo, r=ehuss
2020-06-12 Eric HussUpdate cargo
2020-06-12 borsAuto merge of #69478 - avr-rust:avr-support-upstream...
2020-06-11 borsAuto merge of #73259 - Dylan-DPC:rollup-m6nw1n0, r...
2020-06-11 Dylan DPCRollup merge of #73254 - jyn514:local-def-id-comment...
2020-06-11 Dylan DPCRollup merge of #73247 - LeSeulArtichaut:patch-1, r...
2020-06-11 Dylan DPCRollup merge of #73195 - ayazhafiz:i/73145, r=estebank
2020-06-11 Dylan DPCRollup merge of #73187 - mati865:bootstrap-cleanup...
2020-06-11 Dylan DPCRollup merge of #73163 - ayushmishra2005:61137-add...
2020-06-11 Dylan DPCRollup merge of #73036 - alexcrichton:update-wasm-fence...
2020-06-11 Dylan DPCRollup merge of #73033 - Amanieu:asm-tls, r=oli-obk
2020-06-11 Joshua NelsonAdd comment about LocalDefId -> DefId
2020-06-11 borsAuto merge of #73246 - Dylan-DPC:rollup-xnm531f, r...
2020-06-11 Ayush Kumar... Add long error explanation for E0724
2020-06-11 LeSeulArtichautAdd various Zulip notifications for prioritization
2020-06-11 Dylan DPCRollup merge of #73230 - Amanieu:asm-unused2, r=petroch...
2020-06-11 Dylan DPCRollup merge of #73207 - GuillaumeGomez:cleanup-e0648...
2020-06-11 Dylan DPCRollup merge of #73182 - Aaron1011:feature/call-fn...
2020-06-11 Dylan DPCRollup merge of #73169 - Amanieu:asm-warnings, r=petroc...
2020-06-11 Dylan DPCRollup merge of #73097 - Mark-Simulacrum:clippy-fail...
2020-06-11 Dylan DPCRollup merge of #73012 - Aaron1011:feature/span-debug...
2020-06-11 Dylan DPCRollup merge of #72180 - euclio:rustdoc-test-extra...
2020-06-11 Ayaz Hafizfixup! Provide suggestion to convert numeric op LHS...
2020-06-11 Ayaz HafizProvide suggestion to convert numeric op LHS rather...
2020-06-11 Guillaume GomezClean up E0666 explanation
2020-06-11 borsAuto merge of #73235 - Dylan-DPC:rollup-zp8oxhg, r...
2020-06-11 Dylan DPCRollup merge of #73219 - RalfJung:cargo-json, r=Mark...
2020-06-11 Dylan DPCRollup merge of #73208 - qm3ster:patch-1, r=Amanieu
2020-06-11 Dylan DPCRollup merge of #73183 - Manishearth:intra-doc-macro...
2020-06-11 Dylan DPCRollup merge of #73181 - LeSeulArtichaut:patch-1, r...
2020-06-11 Dylan DPCRollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC
2020-06-11 Dylan DPCRollup merge of #73164 - GuillaumeGomez:add-e0761,...
2020-06-11 Dylan DPCRollup merge of #73155 - marmeladema:save-analysis...
2020-06-11 Dylan DPCRollup merge of #73080 - ertos-rs:sean.wilson/devel...
2020-06-11 Dylan DPCRollup merge of #72976 - GuillaumeGomez:cleanup-e0642...
2020-06-11 Dylan DPCRollup merge of #72941 - nagisa:ensure-stack-for-match...
2020-06-11 Dylan DPCRollup merge of #72380 - lcnr:const_context, r=estebank
2020-06-11 borsAuto merge of #71896 - spastorino:existential-assoc...
2020-06-11 Amanieu d'AntrasAdd a suggestion to use unused asm arguments in comments
2020-06-11 Amanieu d'AntrasUpdate src/libcore/num/mod.rs
2020-06-11 borsAuto merge of #73198 - ehuss:update-cargo, r=ehuss
2020-06-11 Tyler MandryAllow inference regions when relating consts
2020-06-11 Amanieu d'AntrasCleanup docs
2020-06-10 Aaron HillFix test
2020-06-10 borsAuto merge of #73206 - Dylan-DPC:rollup-rha9g8q, r...
2020-06-10 Aaron HillClippy fixes
2020-06-10 Aaron HillAdd doc comments
2020-06-10 Aaron HillFix pprust-expr-roundtrip
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-06-10 Aaron HillTrack span of function in method calls, and use this...
2020-06-10 borsAuto merge of #73213 - ehuss:fix-emsdk, r=Mark-Simulacrum
2020-06-10 Ralf Jungx.py: with --json-output, forward cargo's JSON
2020-06-10 Manish GoregaokarAdd tests for macro@ and derive@
2020-06-10 Eric HussFix emcc failure for wasm32.
2020-06-10 Mihail MaloFix doctest template
2020-06-10 Guillaume GomezAdd tests for E0762
2020-06-10 Guillaume GomezCreate new error code E0762 for unterminated char literals
2020-06-10 Guillaume GomezClean up E0648 explanation
2020-06-10 Dylan DPCRollup merge of #73184 - mati865:fix-mingw-libs-order...
2020-06-10 Dylan DPCRollup merge of #73157 - Aaron1011:where-oh-where-has...
2020-06-10 Dylan DPCRollup merge of #73070 - ayazhafiz:i/72819, r=nikomatsakis
2020-06-10 Dylan DPCRollup merge of #73023 - ayushmishra2005:remove_noisy_s...
2020-06-10 Dylan DPCRollup merge of #73005 - Aaron1011:fix/error-overflow...
2020-06-10 Dylan DPCRollup merge of #72897 - lcnr:structurally-match-normal...
2020-06-10 Dylan DPCRollup merge of #72890 - davidtwco:issue-66202-normaliz...
2020-06-10 Dylan DPCRollup merge of #72789 - petrochenkov:impcand, r=davidtwco
2020-06-10 Dylan DPCRollup merge of #72706 - spastorino:add-windows-group...
2020-06-10 Manish GoregaokarDon't print bang diagnostics for derives
2020-06-10 Manish GoregaokarAvoid collisions between traits and their derive macros
2020-06-10 Eric HussUpdate cargo
2020-06-10 Lzu TaoMigrate to numeric associated consts
2020-06-10 borsAuto merge of #73190 - Dylan-DPC:rollup-9wbyh4y, r...
2020-06-10 Santiago PastorinoFix rustc-dev-guide url
2020-06-09 Manish GoregaokarAdd test for proc macro resolution in intra doc links
2020-06-09 Manish Goregaokarintra-doc macro resolution should also handle proc...
2020-06-09 Dylan DPCRollup merge of #73161 - tspiteri:mailmap, r=nikomatsakis
2020-06-09 Dylan DPCRollup merge of #73149 - cuviper:awailable, r=steveklabnik
2020-06-09 Dylan DPCRollup merge of #73148 - DarkEld3r:patch-1, r=jonas...
2020-06-09 Dylan DPCRollup merge of #73133 - doctorn:unwind-mir-validation...
2020-06-09 Dylan DPCRollup merge of #73123 - GuillaumeGomez:cleanup-e0647...
2020-06-09 Dylan DPCRollup merge of #73122 - doctorn:issue-73116, r=varkor
2020-06-09 Dylan DPCRollup merge of #73098 - jyn514:rustdoc-is-fake, r...
2020-06-09 Dylan DPCRollup merge of #72417 - nnethercote:rm-RawVec-reserve_...
next