]> git.lizzy.rs Git - rust.git/commitdiff
ignore-lexer-test to broken files and remove some tray hyphens
authorCorey Richardson <corey@octayn.net>
Tue, 15 Jul 2014 03:46:04 +0000 (20:46 -0700)
committerCorey Richardson <corey@octayn.net>
Mon, 21 Jul 2014 17:59:58 +0000 (10:59 -0700)
I blame @ChrisMorgan for the hyphens.

16 files changed:
src/libcollections/slice.rs
src/libcollections/str.rs
src/libcollections/string.rs
src/libcore/str.rs
src/libcoretest/char.rs
src/libgetopts/lib.rs
src/libgreen/macros.rs
src/libregex/lib.rs
src/librustrt/util.rs
src/libserialize/base64.rs
src/libserialize/hex.rs
src/libstd/ascii.rs
src/libstd/fmt.rs
src/libsyntax/codemap.rs
src/libtime/lib.rs
src/libunicode/u_str.rs

index 40cf8495a40593996e7f259d13f9fda43ef91ed8..69ca2a4107cec9cbe85b4b2ba60e253ccc080077 100644 (file)
@@ -155,7 +155,7 @@ fn connect_vec(&self, sep: &T) -> Vec<T> {
 /// a sequence of all possible permutations for an indexed sequence of
 /// elements. Each permutation is only a single swap apart.
 ///
-/// The Steinhaus–Johnson–Trotter algorithm is used.
+/// The Steinhaus-Johnson-Trotter algorithm is used.
 ///
 /// Generates even and odd permutations alternately.
 ///
index 19db88453809fc9fe46145b71913d676d2c5a863..b11f98f52d9feebb39e42de7905049645be5c833 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 /*!
 
index 74b9465f2a5690c560837f70598e63fbc03e5ee9..7e94cfc1b96f32d30dfc002970c22eab51f409b1 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! An owned, growable string that enforces that its contents are valid UTF-8.
 
index aa2050dacf1aa46da39ff1872e6b89c9f20eb661..c5ef1eca44da6c0eeee69db01cd9af9ecca25b8d 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! String manipulation
 //!
index 51d13535caf303758b34fca2df3212f62714cace..ebc6e9862288090408db96e27825f8e65aec56a2 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 use core::char::{escape_unicode, escape_default};
 
index eaec31a45f42180fab1f4cb3ae95ac19a0d00bcd..8069b7002708ffacde5ce2119b816b37a06de6c6 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15677
 
 //! Simple getopt alternative.
 //!
index eddf17b34b9ff070075b53a44f73bd54fc20c150..4cce430d88a8d3522e1e75e776a64ab1a29cd97b 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // FIXME: this file probably shouldn't exist
+// ignore-lexer-test FIXME #15677
 
 #![macro_escape]
 
index 1bb7f605e5474878d8a4837e4f18eb2d1fecebbd..fae3e5986806d6ce0431f83257c08e73768c2a65 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! This crate provides a native implementation of regular expressions that is
 //! heavily based on RE2 both in syntax and in implementation. Notably,
index 40c3e19576e4fa304467661d73aa8028da28325e..1334000ed1f5c7ffb59bc619dc2a8a31557b00c9 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15677
 
 use core::prelude::*;
 
index 63cfbd6d9aa17b20074716547b7118b8289ffb72..bd81091bd55e96dbc77e286b4cd9b3cf008788ec 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! Base64 binary-to-text encoding
 use std::str;
index 51fab7b135458ae5e8f06adb03184f438d7c0cb5..568c4dafd155a34867397a355f91f2bbc0ef175d 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! Hex binary-to-text encoding
 use std::str;
index 796147ce7a05dd0c14a52806c93ceade93da5b45..eccee007d5cd2c53c9337252f9560c9b2105e87b 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 //! Operations on ASCII strings and characters
 
index 5834e576b0814039d6c9c8d8396d052f58c41ea9..13c52545274b7b6f2b9a157a38550a90e503826f 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 /*!
 
index ef4024a8f83fe0cabb79fda2d0250998c747db17..2f30108c27bd118bc9f955760443665aebeff0c0 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 /*!
 
index 7655ace0ecb08c78699fcdbb19ad86076e9a183a..f8f63d5027396d8dfac4356d1c4b9eea18c399a2 100644 (file)
@@ -206,28 +206,28 @@ pub fn tzset() {
 /// also called a broken-down time value.
 #[deriving(Clone, PartialEq, Show)]
 pub struct Tm {
-    /// Seconds after the minute  [0, 60]
+    /// Seconds after the minute - [0, 60]
     pub tm_sec: i32,
 
-    /// Minutes after the hour  [0, 59]
+    /// Minutes after the hour - [0, 59]
     pub tm_min: i32,
 
-    /// Hours after midnight  [0, 23]
+    /// Hours after midnight - [0, 23]
     pub tm_hour: i32,
 
-    /// Day of the month  [1, 31]
+    /// Day of the month - [1, 31]
     pub tm_mday: i32,
 
-    /// Months since January  [0, 11]
+    /// Months since January - [0, 11]
     pub tm_mon: i32,
 
     /// Years since 1900
     pub tm_year: i32,
 
-    /// Days since Sunday – [0, 6]. 0 = Sunday, 1 = Monday, …, 6 = Saturday.
+    /// Days since Sunday - [0, 6]. 0 = Sunday, 1 = Monday, ..., 6 = Saturday.
     pub tm_wday: i32,
 
-    /// Days since January 1  [0, 365]
+    /// Days since January 1 - [0, 365]
     pub tm_yday: i32,
 
     /// Daylight Saving Time flag.
@@ -241,7 +241,7 @@ pub struct Tm {
     /// for U.S. Pacific Daylight Time, the value is -7*60*60 = -25200.
     pub tm_gmtoff: i32,
 
-    /// Nanoseconds after the second  [0, 10<sup>9</sup> - 1]
+    /// Nanoseconds after the second - [0, 10<sup>9</sup> - 1]
     pub tm_nsec: i32,
 }
 
index 84a2eab4b251257888887599fba8433fcd00372c..85f311d47eb21c8b187e4b6ed6a43ac592c86084 100644 (file)
@@ -7,6 +7,8 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
+//
+// ignore-lexer-test FIXME #15679
 
 /*!
  * Unicode-intensive string manipulations.