about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-15Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-15Auto merge of #93863 - pierwill:fix-93676, r=Mark-Simulacrumbors-41/+43
2022-02-15Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakisbors-10/+114
2022-02-14Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom...bors-33/+134
2022-02-14reveal_defining_opaque_types field doesn't exist after rebaseSantiago Pastorino-1/+0
2022-02-14Inline loose_check fn on call siteSantiago Pastorino-11/+1
2022-02-14Add comments about outlives_envSantiago Pastorino-0/+7
2022-02-14Add failing test that should passSantiago Pastorino-0/+23
2022-02-14Call the method fork instead of clone and add proper commentsSantiago Pastorino-3/+36
2022-02-14Properly check regions on negative overlap checkSantiago Pastorino-14/+59
2022-02-14Add debug calls for negative impls in coherenceSantiago Pastorino-4/+10
2022-02-14Move FIXME text to the right placeSantiago Pastorino-3/+3
2022-02-14Remove extra negative_impl_exists checkSantiago Pastorino-3/+1
2022-02-14Auto merge of #93298 - lcnr:issue-92113, r=cjgillotbors-153/+212
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-83/+102
2022-02-14update two rustdoc commentsEllen-3/+3
2022-02-14further update `fuzzy_match_tys`lcnr-66/+111
2022-02-14fast_reject: remove `StripReferences`lcnr-68/+20
2022-02-14fuzzify `fuzzy_match_tys`lcnr-120/+68
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-33/+147
2022-02-14Auto merge of #93937 - bjorn3:simplifications3, r=cjgillotbors-26/+4
2022-02-13Update `sha1`, `sha2`, and `md5` dependenciespierwill-41/+43
2022-02-13Auto merge of #83822 - petrochenkov:linkandro, r=davidtwcobors-7/+1
2022-02-13Auto merge of #93837 - nikic:arm-update, r=Mark-Simulacrumbors-39/+0
2022-02-13Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrumbors-46/+16
2022-02-13rustc_target: Remove compiler-rt linking hack on AndroidVadim Petrochenkov-7/+1
2022-02-13Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrumbors-4/+209
2022-02-13Remove Config::stderrbjorn3-26/+4
2022-02-13Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomezbors-3/+23
2022-02-13Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgrbors-1131/+1551
2022-02-13Rollup merge of #93944 - jackh726:team-exclude, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-02-13Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillotMatthias Krüger-199/+158
2022-02-13Rollup merge of #93930 - name1e5s:chore/docs, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-02-13Rollup merge of #93886 - clarfonthey:stable_ascii_escape, r=Mark-SimulacrumMatthias Krüger-16/+13
2022-02-13Rollup merge of #93885 - Badel2:error-download-ci-llvm, r=Mark-SimulacrumMatthias Krüger-8/+20
2022-02-13Rollup merge of #93851 - cyqsimon:option-examples, r=scottmcmMatthias Krüger-13/+37
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-219/+362
2022-02-13Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obkMatthias Krüger-407/+896
2022-02-13Rollup merge of #89926 - the8472:saturate-instant, r=Mark-SimulacrumMatthias Krüger-267/+57
2022-02-13Auto merge of #93713 - klensy:deps-up, r=Mark-Simulacrumbors-124/+63
2022-02-13Auto merge of #93696 - Amanieu:compiler-builtins-0.1.68, r=Mark-Simulacrumbors-3/+3
2022-02-13Auto merge of #93670 - erikdesjardins:noundef, r=nikicbors-91/+94
2022-02-13Capitalize "Rust"Josh Triplett-1/+1
2022-02-13Add panic docs describing old, current and possible future behaviorThe 8472-3/+31
2022-02-13Add caveat about the monotonicity guarantee by linking to the later sectionThe 8472-2/+4
2022-02-13make Instant::{duration_since, elapsed, sub} saturating and remove workaroundsThe8472-270/+30
2022-02-12Auto merge of #91403 - cjgillot:inherit-async, r=oli-obkbors-281/+227
2022-02-12Stabilise inherent_ascii_escape (FCP in #77174)ltdk-14/+11
2022-02-12Fix signature of u8::escape_asciiltdk-2/+2
2022-02-12make fastcall-inreg and riscv64-lp64-lp64f-lp64d-abi tests able to run on any...Erik Desjardins-56/+21