about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-6/+27
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-21/+17
2021-10-03Show how many tests are running in parallelStefan Schindler-1/+1
2021-10-03Add a test to detect overlapping entries in overview tablesStefan Schindler-0/+26
2021-10-03Try to recover from a `=>` -> `=` or `->` typo in a match armFabian Wolff-1/+67
2021-10-03Combined 4 commits into 1Matthias Kaak-5/+11
2021-10-03Auto merge of #89459 - tspiteri:idiv-overflow-bitand, r=kennytmbors-8/+16
2021-10-03Auto merge of #7755 - HKalbasi:master, r=xFrednetbors-0/+14
2021-10-03Change not enum to is structHKalbasi-1/+1
2021-10-03Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker i...Hans Kratz-0/+41
2021-10-03Auto merge of #7709 - Qwaz:drop_non_send, r=xFrednetbors-1/+682
2021-10-03exclude enum from derivable implshkalbasi-0/+14
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-168/+167
2021-10-03Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnaybors-3/+39
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-14/+14
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-1/+168
2021-10-03Auto merge of #89479 - camsteffen:diag-naming, r=Manishearthbors-248/+244
2021-10-03Move test to correct path.Hameer Abbasi-3/+3
2021-10-03Add test for issue 89118.Hameer Abbasi-0/+95
2021-10-03Auto merge of #84267 - dtolnay:ptrunit, r=nagisabors-45/+69
2021-10-02Make diangostic item names consistentCameron Steffen-193/+196
2021-10-02Make diangostic item names consistentCameron Steffen-248/+244
2021-10-02Update documentation and name for non_send_fields_in_send_ty lintYechan Bae-45/+45
2021-10-02Explain `ResolvedPath` vs `hir::Path`Noah Lev-1/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-19/+19
2021-10-02Remove outdated commentNoah Lev-2/+1
2021-10-02Update `clean::Type` docsNoah Lev-25/+29
2021-10-02Turn some comments into docsNoah Lev-57/+57
2021-10-02Add desugaring mark to while loopCameron Steffen-14/+11
2021-10-02Add desugaring mark to while loopCameron Steffen-24/+28
2021-10-02Rename etc -> has_rest_patDevin Ragotzy-8/+8
2021-10-02Add ui test for empty fields for omitted_patterns lintDevin Ragotzy-3/+15
2021-10-02Reorder etc check for non_exhaustive_omitted_patternsDevin Ragotzy-7/+8