]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #94103 - matthiaskrgr:rollup-cd70ofn, r=matthiaskrgr
[rust.git] / compiler /
2022-02-14 Santiago PastorinoProperly check regions on negative overlap check
2022-02-14 Santiago PastorinoAdd debug calls for negative impls in coherence
2022-02-14 Santiago PastorinoMove FIXME text to the right place
2022-02-14 Santiago PastorinoRemove extra negative_impl_exists check
2022-02-14 borsAuto merge of #93298 - lcnr:issue-92113, r=cjgillot
2022-02-14 borsAuto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr
2022-02-14 lcnrfurther update `fuzzy_match_tys`
2022-02-14 lcnrfast_reject: remove `StripReferences`
2022-02-14 lcnrfuzzify `fuzzy_match_tys`
2022-02-14 Ben ReevesMake `find_similar_impl_candidates` a little fuzzier.
2022-02-14 borsAuto merge of #93937 - bjorn3:simplifications3, r=cjgillot
2022-02-14 Chayim Refael FriedmanFix suggestion to slice if scurtinee is a reference...
2022-02-13 pierwillUpdate `sha1`, `sha2`, and `md5` dependencies
2022-02-13 borsAuto merge of #83822 - petrochenkov:linkandro, r=davidtwco
2022-02-13 borsAuto merge of #93837 - nikic:arm-update, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93685 - Mark-Simulacrum:drop-time, r...
2022-02-13 Vadim Petrochenkovrustc_target: Remove compiler-rt linking hack on Android
2022-02-13 borsAuto merge of #91673 - ChrisDenton:path-absolute, r...
2022-02-13 bjorn3Remove Config::stderr
2022-02-13 borsAuto merge of #93763 - jsha:re-space-empty-impls, r...
2022-02-13 borsAuto merge of #93956 - matthiaskrgr:rollup-zfk35hb...
2022-02-13 Matthias KrügerRollup merge of #93944 - jackh726:team-exclude, r=Mark...
2022-02-13 Matthias KrügerRollup merge of #93936 - bjorn3:simplifications2, r...
2022-02-13 Matthias KrügerRollup merge of #93930 - name1e5s:chore/docs, r=Mark...
2022-02-13 Matthias KrügerRollup merge of #93886 - clarfonthey:stable_ascii_escap...
2022-02-13 Matthias KrügerRollup merge of #93885 - Badel2:error-download-ci-llvm...
2022-02-13 Matthias KrügerRollup merge of #93851 - cyqsimon:option-examples,...
2022-02-13 Matthias KrügerRollup merge of #93810 - matthewjasper:chalk-and-canoni...
2022-02-13 Matthias KrügerRollup merge of #90532 - fee1-dead:improve-const-fn...
2022-02-13 Matthias KrügerRollup merge of #89926 - the8472:saturate-instant,...
2022-02-13 borsAuto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93696 - Amanieu:compiler-builtins-0...
2022-02-13 borsAuto merge of #93670 - erikdesjardins:noundef, r=nikic
2022-02-12 borsAuto merge of #91403 - cjgillot:inherit-async, r=oli-obk
2022-02-12 borsAuto merge of #93939 - RalfJung:miri, r=RalfJung
2022-02-12 borsAuto merge of #93697 - the8472:fix-windows-path-hash...
2022-02-12 Matthew JasperAddress review comment
2022-02-12 Ellentrailing whitespace
2022-02-12 borsAuto merge of #93933 - matthiaskrgr:rollup-1hjae6g...
2022-02-12 Ellenchange docs on `Res::SelfTy`
2022-02-12 Ellenchange to a struct variant
2022-02-12 bjorn3Remove SPAN_DEBUG global
2022-02-12 bjorn3Move setup_callbacks call to create_compiler_and_run
2022-02-12 bjorn3Remove the RustcDefaultCalls struct
2022-02-12 Matthias KrügerRollup merge of #93928 - nsunderland1:master, r=Mark...
2022-02-12 Matthias KrügerRollup merge of #93898 - GuillaumeGomez:error-code...
2022-02-12 Matthias KrügerRollup merge of #93897 - schopin-pro:linkchecker-symlin...
2022-02-12 Matthias KrügerRollup merge of #93759 - dtolnay:usetree, r=nagisa
2022-02-12 Matthias KrügerRollup merge of #93757 - jackh726:gat-bug-tests, r...
2022-02-12 Matthias KrügerRollup merge of #93595 - compiler-errors:ice-on-lifetim...
2022-02-12 Matthias KrügerRollup merge of #91908 - matthiaskrgr:ices, r=jackh726
2022-02-12 DeadbeefReport the selection error when possible
2022-02-12 DeadbeefAdapt new change
2022-02-12 DeadbeefHandle Fn family trait call errror
2022-02-12 DeadbeefRebased and improved errors
2022-02-12 DeadbeefImprove error messages even more
2022-02-12 DeadbeefMore informative error message for E0015
2022-02-12 borsAuto merge of #93691 - compiler-errors:mir-tainted...
2022-02-12 borsAuto merge of #93671 - Kobzol:stable-hash-const, r...
2022-02-12 Michael GouletUpdate expr.rs
2022-02-12 Camille GILLOTBless nll tests.
2022-02-12 Camille GILLOTUpdate error code documentation.
2022-02-12 Camille GILLOTInherit lifetimes for async fn instead of duplicating...
2022-02-11 Guillaume GomezAdd missing E0192 in the error code listing
2022-02-11 borsAuto merge of #93921 - matthiaskrgr:rollup-wn3jlxj...
2022-02-11 Matthew JasperRenumber universes when canonicalizing for Chalk
2022-02-11 Matthew JasperReverse parameter to placeholder substitution in chalk...
2022-02-11 Matthew JasperFix more chalk lowering issues
2022-02-11 Matthew JasperStop using a placeholder for empty regions in Chalk
2022-02-11 Matthias KrügerRollup merge of #93910 - rosehuds:master, r=cjgillot
2022-02-11 Matthias KrügerRollup merge of #93909 - saschanaz:patch-2, r=petrochenkov
2022-02-11 Matthias KrügerRollup merge of #93888 - sunfishcode:sunfishcode/impl...
2022-02-11 Matthias KrügerRollup merge of #93868 - Amanieu:asm_reg_conflict,...
2022-02-11 Matthias KrügerRollup merge of #93782 - adamgemmell:dev/adagem01/split...
2022-02-11 Matthias KrügerRollup merge of #93660 - aDotInTheVoid:rustdoc-type...
2022-02-11 Matthias KrügerRollup merge of #93635 - GuillaumeGomez:missing-platfor...
2022-02-11 Matthias KrügerRollup merge of #92895 - bjorn3:simplifications, r...
2022-02-11 Matthias KrügerRollup merge of #91607 - FabianWolff:issue-91560-const...
2022-02-11 Matthias KrügerRollup merge of #90955 - JohnTitor:os-error-123-as...
2022-02-11 Michael Gouletuse body.tainted_by_error to skip loading MIR
2022-02-11 Michael Gouletadd tainted_by_errors to mir::Body
2022-02-11 Michael Gouletrework borrowck errors so that it's harder to not set...
2022-02-11 Michael Gouletalways cache result from mir_borrowck
2022-02-11 Michael Gouletskip const eval if we have an error in borrowck
2022-02-11 Michael Gouletimplement tainted_by_errors in mir borrowck
2022-02-11 borsAuto merge of #90271 - adamgemmell:dev/feat-detect...
2022-02-11 bjorn3Make two functions private
2022-02-11 bjorn3Remove the alt_std_name option
2022-02-11 borsAuto merge of #93893 - oli-obk:sad_revert, r=oli-obk
2022-02-11 Kagami Sascha Rosy... Fix typo: explicitely->explicitly
2022-02-11 Rose Hudsonfix mention of moved function in `rustc_hir` docs
2022-02-11 borsAuto merge of #93891 - matthiaskrgr:rollup-xadut8w...
2022-02-11 Oli SchererRevert "Auto merge of #92007 - oli-obk:lazy_tait2,...
2022-02-11 Oli SchererRevert "Auto merge of #92306 - Aaron1011:opaque-type...
2022-02-11 Oli SchererRevert "Fix regression from lazy opaque types"
2022-02-11 Matthias KrügerRollup merge of #93864 - bjorn3:cleanup_archive_handlin...
2022-02-11 Matthias KrügerRollup merge of #93862 - Mark-Simulacrum:apple-split...
2022-02-11 Matthias KrügerRollup merge of #93861 - JulianKnodt:notraitace, r...
2022-02-11 Matthias KrügerRollup merge of #93853 - steffahn:map_by_value, r=wesle...
2022-02-11 Matthias KrügerRollup merge of #93852 - GuillaumeGomez:remove-multi...
next