about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-03Rollup merge of #89505 - Aaron1011:nll-const-test, r=Mark-SimulacrumManish Goregaokar-0/+20
2021-10-03Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnayManish Goregaokar-6/+21
2021-10-03Rollup merge of #89467 - tniessen:rustdoc-unecessary, r=jyn514Manish Goregaokar-3/+3
2021-10-03Rollup merge of #89401 - owengage:master, r=joshtriplettManish Goregaokar-0/+1
2021-10-03Rollup merge of #89138 - newpavlov:patch-2, r=dtolnayManish Goregaokar-1/+1
2021-10-03Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillotManish Goregaokar-65/+31
2021-10-03Rollup merge of #88370 - Seppel3210:master, r=dtolnayManish Goregaokar-1/+6
2021-10-03Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplettManish Goregaokar-3/+3
2021-10-03Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnayManish Goregaokar-3/+21
2021-10-03Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnayManish Goregaokar-2/+1
2021-10-03Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ...Manish Goregaokar-2/+2
2021-10-03Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplettManish Goregaokar-10/+8
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-7/+30
2021-10-03Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplettManish Goregaokar-32/+103
2021-10-04:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-41/+37
2021-10-03Use a test value that doesn't depend on the handling of even/odd roundingJosh Triplett-1/+1
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-214/+25
2021-10-03Make write_rustdoc_diff a more generic functionNicholas-Baron-8/+21
2021-10-03Extract a portion of diff writing code to separate functionNicholas-Baron-38/+50
2021-10-03Add regression test for spurious const error with NLLAaron Hill-0/+20
2021-10-03Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearthbors-14/+11
2021-10-03Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearthbors-24/+28
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-2/+2
2021-10-03Disable `SimplifyBranchSame` optimization for nowFabian Wolff-0/+6
2021-10-03Revert suggested use of `unwrap_or`Benoît du Garreau-2/+10
2021-10-03Apply suggestionsAlphyr-12/+6
2021-10-03Fix implementation of `clean::Path::whole_name()`Noah Lev-1/+5
2021-10-03Fix a place that used the old `Path` representationNoah Lev-2/+1
2021-10-03Update commentsFabian Wolff-8/+18
2021-10-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-6/+38
2021-10-03Auto merge of #89486 - rusticstuff:docker_letsencrypt_ca_update, r=Mark-Simul...bors-0/+41
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-2/+3
2021-10-03Add two inline annotations for hot functionsMark Rousskov-0/+2
2021-10-03Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnaybors-25/+32
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-47/+135
2021-10-03Replace Fn impls with RPIT impls in rustc_indexbjorn3-50/+23
2021-10-03Added tracking issue numbers for int_abs_diff.Orson Peters-2/+2
2021-10-03Skip platforms without unwinding supportCaio-0/+2
2021-10-03Add some inlining.Camille GILLOT-0/+12
2021-10-03Update ui-fulldeps.Camille GILLOT-5/+5
2021-10-03Access StableHashingContext in rustc_query_system.Camille GILLOT-25/+17
2021-10-03Fully remove rustc_middle::ich.Camille GILLOT-4/+1
2021-10-03Remove re-export.Camille GILLOT-26/+35
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-39/+30
2021-10-03Remove StableHashProvider.Camille GILLOT-31/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-54/+52
2021-10-03Move some HashStable impls.Camille GILLOT-44/+22
2021-10-03Fix unsound optimization with explicit variant discriminantsFabian Wolff-4/+32
2021-10-03Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnaybors-4/+4