about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-04Stabilize `const_panic`Jacob Pratt-200/+87
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-0/+10
2021-10-03Rollup merge of #89467 - tniessen:rustdoc-unecessary, r=jyn514Manish Goregaokar-3/+3
2021-10-04:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-211/+24
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-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-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-0/+26
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-03Deny `where` clauses on `auto` traitsFabian Wolff-34/+99
2021-10-03Update ui-fulldeps.Camille GILLOT-5/+5
2021-10-03Fix unsound optimization with explicit variant discriminantsFabian Wolff-0/+18
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-0/+20
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-0/+52
2021-10-03Combined 4 commits into 1Matthias Kaak-3/+3
2021-10-03Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker i...Hans Kratz-0/+41
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-139/+139
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-12/+12
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-0/+41
2021-10-03Auto merge of #89479 - camsteffen:diag-naming, r=Manishearthbors-193/+196
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/+60
2021-10-02Make diangostic item names consistentCameron Steffen-193/+196
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 ui test for empty fields for omitted_patterns lintDevin Ragotzy-3/+15
2021-10-02Auto merge of #89345 - jackh726:89333, r=estebankbors-0/+26
2021-10-02Move items related to computing diffs to a separate fileNicholas-Baron-106/+109
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-14/+14
2021-10-02bootstrap: add config option for nix patchingDavid Wood-12/+17
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-1/+1
2021-10-02Add test for checking if WS2_32.dll is linkedChristiaan Dirkx-0/+10
2021-10-02Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par...bors-0/+39
2021-10-02Fix typos in rustdoc/lintsTobias Nießen-3/+3
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-6/+35
2021-10-02Expand one test (from jackh726)Audun Halland-2/+4