Commit Graph

  • 2a34428253 Make THIR data structures public LeSeulArtichaut 2021-03-07 15:09:00 +0100
  • 4a8b6f708c Auto merge of #82806 - nikic:memcpyopt-mssa, r=nagisa bors 2021-03-11 18:14:59 +0000
  • bf27819f37 Don't implement mem::replace with mem::swap. Mara Bos 2021-03-11 19:04:47 +0100
  • ae5cc8a75b Update RLS Igor Matuszewski 2021-03-11 19:01:01 +0100
  • 77fb6a0f32 fix: check before index into generated patterns csmoe 2021-03-12 01:49:27 +0800
  • 2fd2796aae add ui testcase for issue 82772 csmoe 2021-03-05 13:54:35 +0800
  • 534a13db96 Auto merge of #6884 - matthiaskrgr:lintcheck_crate, r=Manishearth bors 2021-03-11 16:10:33 +0000
  • 61365c0625 Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obk bors 2021-03-11 15:34:01 +0000
  • 302867cf48 Clean up handling of child process Ryan Levick 2021-03-11 16:23:25 +0100
  • c69b108d2a Reintroduce accidentally deleted assertions. Oli Scherer 2021-03-11 14:56:03 +0000
  • 0af90fd15a doc line length fixes Matthias Krüger 2021-03-11 15:47:51 +0100
  • ac935781f5 docs: basics.md: mention lintcheck Matthias Krüger 2021-03-11 15:37:10 +0100
  • 528e464b4f lintcheck: fix clippy warnings Matthias Krüger 2021-03-11 15:25:43 +0100
  • b068b742ee lintcheck: fix --fix and document it in the readme. Matthias Krüger 2021-03-11 15:18:56 +0100
  • b29ef183fb lintcheck: update logs Matthias Krüger 2021-03-11 15:05:13 +0100
  • 3e60ba073b lintcheck: fix bug where lint messages about macros coming from crate deps would sneak in absolute paths to registry sources. Matthias Krüger 2021-03-11 14:29:00 +0100
  • d859a17cdd lintcheck: update readme and remove the now redundant readme from clippy-dev Matthias Krüger 2021-03-09 23:20:04 +0100
  • fac6da1cfb move testfiles to "lintcheck" and fix more paths Matthias Krüger 2021-03-09 14:40:59 +0100
  • 623ca84ab7 Enable MemorySSA-based MemCpyOpt Nikita Popov 2021-03-08 16:22:36 +0100
  • c760150989 gitignore: add lintchecks target dir Matthias Krüger 2021-03-09 14:08:26 +0100
  • a846945b82 lintcheck: make sure we lauch from the repo root Matthias Krüger 2021-03-09 14:06:42 +0100
  • 2546e6f006 lintcheck: move out of clippy-dev into own crate Matthias Krüger 2021-03-06 10:06:52 +0100
  • 34e92bbf65 Hash SyntaxContext first. Camille GILLOT 2021-03-11 12:31:31 +0100
  • fe2d728e62 Remove useless method. Camille GILLOT 2021-03-11 12:24:56 +0100
  • 84bf599bac Add inlining. Camille GILLOT 2021-03-11 11:49:23 +0100
  • 83a955335f fix interning-defined-symbol error Takayuki Maeda 2021-03-11 20:18:33 +0900
  • 99f860768c remove unused imports Takayuki Maeda 2021-03-11 20:02:29 +0900
  • c711de28ee move expect_fun_call to its own module Takayuki Maeda 2021-03-06 22:26:29 +0900
  • f49349bf33 move or_fun_call to its own module Takayuki Maeda 2021-03-06 19:40:34 +0900
  • b0824bf75f move map_unwrap_or to its own module Takayuki Maeda 2021-03-06 19:31:46 +0900
  • 5557596926 move option_map_or_none to its own module Takayuki Maeda 2021-03-06 19:11:52 +0900
  • bbed852f6f unnecessary_fold to its own module Takayuki Maeda 2021-03-06 19:05:51 +0900
  • 78e572c627 move useless_asref to its own module Takayuki Maeda 2021-03-06 18:59:35 +0900
  • caaba8270c move clone_on_copy to its own module Takayuki Maeda 2021-03-06 18:53:31 +0900
  • 171c4c1485 move iter_skip_next to its own module Takayuki Maeda 2021-03-06 18:45:25 +0900
  • 24909fabd2 move map_flatten and search_is_some to their own modules Takayuki Maeda 2021-03-06 18:41:43 +0900
  • 37ba779a53 move flat_map_identity to its own module Takayuki Maeda 2021-03-06 18:30:40 +0900
  • f430384f04 move filter_map_flat_map to its own module Takayuki Maeda 2021-03-06 18:22:15 +0900
  • 6d941616f9 move filter_flat_map to its own module Takayuki Maeda 2021-03-06 18:19:18 +0900
  • 2baf043c37 move filter_map_next to its own module Takayuki Maeda 2021-03-06 18:11:42 +0900
  • 805dcd12d4 move filter_map_map to its own module Takayuki Maeda 2021-03-06 18:05:15 +0900
  • 183daeb961 move filter_map to its own module Takayuki Maeda 2021-03-06 17:55:29 +0900
  • 2561b7ea06 move from_iter_insteam_of_collect to its own module Takayuki Maeda 2021-03-06 17:46:50 +0900
  • 0c8d143515 move into_iter_on_ref and single_char_pattern to their own modules Takayuki Maeda 2021-03-06 17:28:14 +0900
  • 805aa47f43 move single_char_push_string to its own module Takayuki Maeda 2021-03-06 15:39:28 +0900
  • 8006dab817 move single_char_insert_string to its own module Takayuki Maeda 2021-03-06 15:29:02 +0900
  • 2ade32ddf2 move string_extend_chars and clone_on_ref_ptr to their own module Takayuki Maeda 2021-03-05 00:16:43 +0900
  • b5d809a660 move wrong_self_convention to its own module Takayuki Maeda 2021-03-04 23:47:30 +0900
  • 5912ca986c move iter_nth, iter_nth_zero and iterator_step_by_zero to their own module Takayuki Maeda 2021-03-04 23:06:05 +0900
  • 3fe099ba8d move iter_next_slice to its own module Takayuki Maeda 2021-03-04 22:50:53 +0900
  • db91d9cf9a move map_collect_result_unit to its own module Takayuki Maeda 2021-03-04 19:47:06 +0900
  • 9b0a42b67d move zst_offset to its own module Takayuki Maeda 2021-03-04 19:46:44 +0900
  • 6376da70be replace `lints` and `lint` with `check` Takayuki Maeda 2021-03-03 01:16:16 +0900
  • 45ee914df0 move iter_cloned_collect to its own module Takayuki Maeda 2021-03-03 01:09:33 +0900
  • 35147d4cf3 move uninit_assumed_init to its own module Takayuki Maeda 2021-03-03 01:03:47 +0900
  • 8623b331ee move filetype_is_file to its own module Takayuki Maeda 2021-03-03 00:55:19 +0900
  • 60a053725e move suspicious_map to its own module Takayuki Maeda 2021-03-03 00:48:21 +0900
  • 110dac7f58 move option_as_ref_deref to its own module Takayuki Maeda 2021-03-03 00:43:27 +0900
  • 483bac2dc0 move skip_while_next to its own module Takayuki Maeda 2021-03-03 00:31:15 +0900
  • f0f07accbc move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules Takayuki Maeda 2021-03-03 00:14:38 +0900
  • 99afc6e6ac Auto merge of #6881 - flip1995:rustup, r=flip1995 bors 2021-03-11 10:08:29 +0000
  • 00c08727c8
    Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into account hyd-dev 2021-03-11 18:03:32 +0800
  • 9c1dd0c227
    Fix remaining dogfood errors (internal lints) flip1995 2021-03-11 10:57:49 +0100
  • ae6be4f361
    Bump nightly version => 2021-03-11 flip1995 2021-03-11 10:38:49 +0100
  • 78c740e2f3
    Merge remote-tracking branch 'upstream/master' into rustup flip1995 2021-03-11 10:37:58 +0100
  • 3934dd1b3e rustdoc: tweak the search index format Michael Howell 2021-03-10 19:31:49 -0700
  • 68f50c8025
    Ignore Vim swap files Camelid 2021-03-10 18:28:05 -0800
  • f7e75a2124 Update to rustc-rayon 0.3.1 Josh Stone 2021-03-10 17:53:35 -0800
  • 49431909a6 Validate rustc_layout_scalar_valid_range_{start,end} attributes Tomasz Miąsko 2021-03-11 00:00:00 +0000
  • 1ba71abddd Inline Attribute::has_name Tomasz Miąsko 2021-03-11 00:00:00 +0000
  • 5c6d3bf389 Auto merge of #83009 - RalfJung:miri, r=RalfJung bors 2021-03-11 11:37:36 +0000
  • ea16128233 Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157 bors 2021-03-11 09:08:57 +0000
  • 9a30337601 bump Miri Ralf Jung 2021-03-11 09:29:12 +0100
  • 04fce73196 Auto merge of #82641 - camelid:lang-item-docs, r=jyn514 bors 2021-03-11 06:38:22 +0000
  • b3ac52646f Auto merge of #82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726 bors 2021-03-11 04:09:44 +0000
  • d022142ade Moved more of the capture related types into closure.rs Nicholas-Baron 2021-03-10 14:23:37 -0800
  • 90cbb39d74 Moved more types into upvar.rs (now named closure.rs) Nicholas-Baron 2021-03-10 12:55:00 -0800
  • 0ba5a6b6e5 Moved all Adt* types to adt.rs Nicholas-Baron 2021-03-09 21:47:12 -0800
  • ffcf7e8b6d Moved all Assoc* types to assoc.rs. Nicholas-Baron 2021-03-09 21:27:03 -0800
  • 11e41b052f Moved types starting with 'Generic' into generics.rs. Nicholas-Baron 2021-03-09 21:10:07 -0800
  • 5375575717 Moved UpVar* types to a separate file. Nicholas-Baron 2021-03-09 20:47:03 -0800
  • e4884c1d50 Grouped some ungrouped use and mod lines. Nicholas-Baron 2021-03-09 20:53:48 -0800
  • 5f24798b9e Improve some jsondocck errors Nixon Enraght-Moony 2021-02-26 22:55:28 +0000
  • 9925ecb392 Add reexport tests Nixon Enraght-Moony 2021-02-26 22:55:08 +0000
  • 066f01d81b Auto merge of #82960 - camelid:masked_crates, r=jyn514 bors 2021-03-10 21:54:06 +0000
  • f98721f886 Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC bors 2021-03-10 19:12:53 +0000
  • ab42f96cff Remove unnecessary `#[allow(dead_code)]` Camelid 2021-03-10 10:27:04 -0800
  • 232b9f1641 apply review François Mockers 2021-03-10 18:32:55 +0100
  • d31f70c87c Clarify docs Camelid 2021-03-10 09:20:12 -0800
  • 06669056b5 remove slice linkcheck exceptions François Mockers 2021-03-10 18:18:56 +0100
  • 0d07153507 add back sort_by_key link, allow linter and add comment François Mockers 2021-03-10 18:18:28 +0100
  • b782939c06 Remove `sym::` and `kw::` from generated docs Camelid 2021-03-10 09:05:59 -0800
  • a808822093 Simplify lower ast block Cameron Steffen 2021-03-10 11:04:16 -0600
  • 4900836ab7 Fix bug Camelid 2021-03-10 09:02:40 -0800
  • e58313248a
    Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-se Dylan DPC 2021-03-10 17:55:47 +0100
  • f5196aea65
    Rollup merge of #82976 - RalfJung:copy-nonoverlapping, r=oli-obk Dylan DPC 2021-03-10 17:55:46 +0100
  • 5c62a182a1
    Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514 Dylan DPC 2021-03-10 17:55:45 +0100
  • b9a2570c9b
    Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink Dylan DPC 2021-03-10 17:55:44 +0100
  • d01648b60e
    Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett Dylan DPC 2021-03-10 17:55:43 +0100
  • 881bbb758a
    Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichton Dylan DPC 2021-03-10 17:55:41 +0100