]> git.lizzy.rs Git - rust.git/commitdiff
ignore-tidy-filelength on all files with greater than 3000 lines
authorvarkor <github@varkor.com>
Mon, 22 Apr 2019 14:29:04 +0000 (15:29 +0100)
committervarkor <github@varkor.com>
Thu, 25 Apr 2019 20:39:09 +0000 (21:39 +0100)
25 files changed:
src/liballoc/collections/vec_deque.rs
src/libcore/num/mod.rs
src/libcore/ptr.rs
src/libcore/slice/mod.rs
src/libcore/str/mod.rs
src/librustc/hir/lowering.rs
src/librustc/mir/mod.rs
src/librustc/session/config.rs
src/librustc/traits/select.rs
src/librustc/ty/context.rs
src/librustc/ty/mod.rs
src/librustc_apfloat/tests/ieee.rs
src/librustc_resolve/lib.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/error_codes.rs
src/librustdoc/clean/mod.rs
src/librustdoc/html/render.rs
src/libstd/collections/hash/map.rs
src/libstd/fs.rs
src/libstd/path.rs
src/libstd/sync/mpsc/mod.rs
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/test/run-pass/issues/issue-29466.rs
src/tools/compiletest/src/runtest.rs

index d806bd0b1d76fc66359bd904e1ab497be0fea25f..05225e5a25b294ed7963ea26bdfb5966382aa322 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! A double-ended queue implemented with a growable ring buffer.
 //!
 //! This queue has `O(1)` amortized inserts and removals from both ends of the
index f1325f383eedb5454c89fe8cae95e1a7a1af3225..5c48c732b784381328ee77b2b9eeb2447b39723c 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Numeric traits and functions for the built-in numeric types.
 
 #![stable(feature = "rust1", since = "1.0.0")]
index f05700a1db2852c928501298e35c83074a5f116a..5d77b4dfbf7ae0400567a29036b2104f52ff6136 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Manually manage memory through raw pointers.
 //!
 //! *[See also the pointer primitive types](../../std/primitive.pointer.html).*
index bf3dda48dc797521c6407104262897d0276a763f..8731f48675356e399b63d490f7f4fcc268b13041 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Slice management and manipulation.
 //!
 //! For more details see [`std::slice`].
index 379c263c04ca6da1e048e0e256619dc823318487..7a5511ee1dc8bb666addd2e0e29d19c742a7d09a 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! String manipulation.
 //!
 //! For more details, see the `std::str` module.
index 380dee5fcdcc21403a51affab28b73d6369664b2..d4dd983e21762ab7614ec8da4d194b3edb1c1636 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Lowers the AST to the HIR.
 //!
 //! Since the AST and HIR are fairly similar, this is mostly a simple procedure,
index bf2a1eaafd664fad79ba942d98cac64b8fcb715c..9da961b4e9e841bb23591ff8fca20b16630798e1 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! MIR datatypes and passes. See the [rustc guide] for more info.
 //!
 //! [rustc guide]: https://rust-lang.github.io/rustc-guide/mir/index.html
index cb307800fcdc26b8f0a54d4941c2942679d436e4..60d5340613c2a14c7848b1d97d09f1f0d7f1b4d8 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Contains infrastructure for configuring the compiler, including parsing
 //! command line options.
 
index e7cc9618080c2689f0196b84364dfcc4126612ec..c079a526842f058c617f0f7d36bc0e71c9332a5b 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Candidate selection. See the [rustc guide] for more information on how this works.
 //!
 //! [rustc guide]: https://rust-lang.github.io/rustc-guide/traits/resolution.html#selection
index ed500d1ac3351d17f7fb4757f2c9509d8008771c..2d857f402ed6003e68fd0ef49a721eb4c2584019 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Type context book-keeping.
 
 use crate::arena::Arena;
index 67be228d232e16c2fe5ef75fdda7eefa049f6d7b..f2c77b1bfab7da879b5dfb0ffd35f8b8e21b7396 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 #![allow(usage_of_ty_tykind)]
 
 pub use self::Variance::*;
index 108b2114439d42010f5993758a13e8f87550610e..7158efae8f1ad60fc243e5c6d8c3b54162e2cb3a 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 use rustc_apfloat::{Category, ExpInt, IEK_INF, IEK_NAN, IEK_ZERO};
 use rustc_apfloat::{Float, FloatConvert, ParseError, Round, Status};
 use rustc_apfloat::ieee::{Half, Single, Double, Quad, X87DoubleExtended};
index 7754bb26f90551693a441b16e049a2b066adf645..f6b62146c60eb1a22f100e8ed822aa201ae52d49 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
 
 #![feature(crate_visibility_modifier)]
index bd715df6e9d1eb938a775a628dbd8e1f11b62b4a..9f0c377e19c12c44e7a14907cf00e2c29470ed10 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 /*!
 
 # typeck: check phase
index 22f24df450f462377f91ff9acd7d355f951fdaed..dc23a92adbbcf4b3db9456825b0887cd66a6a453 100644 (file)
@@ -1,4 +1,6 @@
 // ignore-tidy-linelength
+// ignore-tidy-filelength
+
 #![allow(non_snake_case)]
 
 register_long_diagnostics! {
index 4ff16e4a26760cb7244215a65bf198cd0bf1573a..81e4905890d45c9c1f430bbeb973c04da667972e 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! This module contains the "cleaned" pieces of the AST, and the functions
 //! that clean them.
 
index 487c57172d9b16d13945d17e3bd37c4629b4e63a..2c4e1cde880a11be547ff63dd7576f89ba633884 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Rustdoc's HTML rendering module.
 //!
 //! This modules contains the bulk of the logic necessary for rendering a
index d1ba9c267b72efb74252eca03b366ec610993518..f9fb392f9f52b0edda3af97adfa3e88254629add 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 use self::Entry::*;
 
 use hashbrown::hash_map as base;
index 1772879d01362eb167907967d8983da09d6f1813..04672da2b66a7a80b1fed92cceea10dc0509ab20 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Filesystem manipulation operations.
 //!
 //! This module contains basic methods to manipulate the contents of the local
index 1bbda9b5bcb1aa2e5d7f81b863a62f35c892705c..126bc3754dabcac134e18c713c3d967878439aa3 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Cross-platform path manipulation.
 //!
 //! This module provides two types, [`PathBuf`] and [`Path`][`Path`] (akin to [`String`]
index 685c7909ff294a87b6c84923b91896191b1a532b..04353fde1b4d97620d17ad07702446d130dc5073 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 //! Multi-producer, single-consumer FIFO queue communication primitives.
 //!
 //! This module provides message-based communication over channels, concretely
index 75d687be28003764677bdffbee2e2526b7fb9ee0..8efe84cdf016f087b3ef3f698702b734f3fc8994 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 use crate::ast::{AngleBracketedArgs, AsyncArgument, ParenthesizedArgs, AttrStyle, BareFnTy};
 use crate::ast::{GenericBound, TraitBoundModifier};
 use crate::ast::Unsafety;
index 7ce3951f13ecd9f1890231259579d18cd705fecd..6c0fdfaa776f956bc8f9ca590d9a53b2a40385ad 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 use crate::ast::{self, BlockCheckMode, PatKind, RangeEnd, RangeSyntax};
 use crate::ast::{SelfKind, GenericBound, TraitBoundModifier};
 use crate::ast::{Attribute, MacDelimiter, GenericArg};
index e28185bc3a2d7f4a976865b03190db6fc19f9213..f8785a63217929c8be85bcc16fa80f94220a120d 100644 (file)
@@ -1,5 +1,9 @@
+// ignore-tidy-filelength
+//
 // run-pass
+
 #![allow(unused_variables)]
+
 macro_rules! m(
     ($e1:expr => $e2:expr) => ({ $e1 })
 );
index d7a5395757fb8cca4cb5969a947d2fa29dfe981f..9db16b69e5f29332798bca6b1333fa4acfc8d027 100644 (file)
@@ -1,3 +1,5 @@
+// ignore-tidy-filelength
+
 use crate::common::CompareMode;
 use crate::common::{expected_output_path, UI_EXTENSIONS, UI_FIXED, UI_STDERR, UI_STDOUT};
 use crate::common::{output_base_dir, output_base_name, output_testname_unique};