Skip to content

Commit f1baf7a

Browse files
committed
---
yaml --- r: 124927 b: refs/heads/auto c: 188d889 h: refs/heads/master i: 124925: 9fdee0b 124923: 0be0d23 124919: 635668e 124911: 70939d1 124895: 6862196 124863: 8af6036 124799: e25f2c0 124671: a218b22 124415: 1deb008 123903: 6b21faf 122879: f75ddb7 v: v3
1 parent cbe04b6 commit f1baf7a

File tree

17 files changed

+37
-10
lines changed

17 files changed

+37
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: f8fd32ef9dd48a216ae5ca44ca65ea8f2205f581
16+
refs/heads/auto: 188d889aaf8cccb73243812881ce1030355386cc
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/libcollections/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl<'a, T: Clone, V: Vector<T>> VectorVector<T> for &'a [V] {
155155
/// a sequence of all possible permutations for an indexed sequence of
156156
/// elements. Each permutation is only a single swap apart.
157157
///
158-
/// The SteinhausJohnsonTrotter algorithm is used.
158+
/// The Steinhaus-Johnson-Trotter algorithm is used.
159159
///
160160
/// Generates even and odd permutations alternately.
161161
///

branches/auto/src/libcollections/str.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
/*!
1214

branches/auto/src/libcollections/string.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! An owned, growable string that enforces that its contents are valid UTF-8.
1214

branches/auto/src/libcore/str.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! String manipulation
1214
//!

branches/auto/src/libcoretest/char.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
use core::char::{escape_unicode, escape_default};
1214

branches/auto/src/libgetopts/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15677
1012

1113
//! Simple getopt alternative.
1214
//!

branches/auto/src/libgreen/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// FIXME: this file probably shouldn't exist
12+
// ignore-lexer-test FIXME #15677
1213

1314
#![macro_escape]
1415

branches/auto/src/libregex/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! This crate provides a native implementation of regular expressions that is
1214
//! heavily based on RE2 both in syntax and in implementation. Notably,

branches/auto/src/librustrt/util.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15677
1012

1113
use core::prelude::*;
1214

branches/auto/src/libserialize/base64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! Base64 binary-to-text encoding
1214
use std::str;

branches/auto/src/libserialize/hex.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! Hex binary-to-text encoding
1214
use std::str;

branches/auto/src/libstd/ascii.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! Operations on ASCII strings and characters
1214

branches/auto/src/libstd/fmt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
/*!
1214

branches/auto/src/libsyntax/codemap.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
/*!
1214

branches/auto/src/libtime/lib.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,28 +206,28 @@ pub fn tzset() {
206206
/// also called a broken-down time value.
207207
#[deriving(Clone, PartialEq, Show)]
208208
pub struct Tm {
209-
/// Seconds after the minute [0, 60]
209+
/// Seconds after the minute - [0, 60]
210210
pub tm_sec: i32,
211211

212-
/// Minutes after the hour [0, 59]
212+
/// Minutes after the hour - [0, 59]
213213
pub tm_min: i32,
214214

215-
/// Hours after midnight [0, 23]
215+
/// Hours after midnight - [0, 23]
216216
pub tm_hour: i32,
217217

218-
/// Day of the month [1, 31]
218+
/// Day of the month - [1, 31]
219219
pub tm_mday: i32,
220220

221-
/// Months since January [0, 11]
221+
/// Months since January - [0, 11]
222222
pub tm_mon: i32,
223223

224224
/// Years since 1900
225225
pub tm_year: i32,
226226

227-
/// Days since Sunday [0, 6]. 0 = Sunday, 1 = Monday, , 6 = Saturday.
227+
/// Days since Sunday - [0, 6]. 0 = Sunday, 1 = Monday, ..., 6 = Saturday.
228228
pub tm_wday: i32,
229229

230-
/// Days since January 1 [0, 365]
230+
/// Days since January 1 - [0, 365]
231231
pub tm_yday: i32,
232232

233233
/// Daylight Saving Time flag.
@@ -241,7 +241,7 @@ pub struct Tm {
241241
/// for U.S. Pacific Daylight Time, the value is -7*60*60 = -25200.
242242
pub tm_gmtoff: i32,
243243

244-
/// Nanoseconds after the second [0, 10<sup>9</sup> - 1]
244+
/// Nanoseconds after the second - [0, 10<sup>9</sup> - 1]
245245
pub tm_nsec: i32,
246246
}
247247

branches/auto/src/libunicode/u_str.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
/*!
1214
* Unicode-intensive string manipulations.

0 commit comments

Comments
 (0)