From 88c79367c13f1897a47a197c0fad324bfd06c205 Mon Sep 17 00:00:00 2001 From: Woohyun Jung Date: Fri, 28 Apr 2023 11:17:23 +0900 Subject: [PATCH 1/1] Import diff 0.1.13 --- .cargo_vcs_info.json | 6 + .github/workflows/main.yml | 25 + .gitignore | 2 + Cargo.toml | 33 + Cargo.toml.orig | 18 + LICENSE-APACHE | 201 + LICENSE-MIT | 21 + README.md | 46 + benches/benches.rs | 83 + examples/simple.rs | 14 + src/lib.rs | 167 + tests/data/gitignores.chars.diff | 34261 ++++++++++++++++++++++++++++++++++++ tests/data/gitignores.lines.diff | 35133 +++++++++++++++++++++++++++++++++++++ tests/data/gitignores.txt | 8445 +++++++++ tests/tests.rs | 304 + 15 files changed, 78759 insertions(+) create mode 100644 .cargo_vcs_info.json create mode 100644 .github/workflows/main.yml create mode 100644 .gitignore create mode 100644 Cargo.toml create mode 100644 Cargo.toml.orig create mode 100644 LICENSE-APACHE create mode 100644 LICENSE-MIT create mode 100644 README.md create mode 100644 benches/benches.rs create mode 100644 examples/simple.rs create mode 100644 src/lib.rs create mode 100644 tests/data/gitignores.chars.diff create mode 100644 tests/data/gitignores.lines.diff create mode 100644 tests/data/gitignores.txt create mode 100644 tests/tests.rs diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json new file mode 100644 index 0000000..4b38fb5 --- /dev/null +++ b/.cargo_vcs_info.json @@ -0,0 +1,6 @@ +{ + "git": { + "sha1": "0d0e68b2d462a7a55902be6b77e370e51b17fa0e" + }, + "path_in_vcs": "" +} \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c601bff --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,25 @@ +name: Main + +on: [push, pull_request] + +jobs: + main: + name: ${{ matrix.os }} - ${{ matrix.rust }} + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest, windows-latest] + rust: [stable, beta, nightly] + steps: + - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: ${{ matrix.rust }} + override: true + components: clippy, rustfmt + - run: cargo build + - run: cargo test + - run: cargo fmt -- --check + if: ${{ matrix.os == 'ubuntu-latest' }} + - run: cargo clippy + continue-on-error: true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..757e518 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,33 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +name = "diff" +version = "0.1.13" +authors = ["Utkarsh Kukreti "] +description = "An LCS based slice and string diffing implementation." +homepage = "https://github.com/utkarshkukreti/diff.rs" +documentation = "https://docs.rs/diff" +license = "MIT OR Apache-2.0" +repository = "https://github.com/utkarshkukreti/diff.rs" + +[[bench]] +name = "benches" +harness = false + +[dev-dependencies.criterion] +version = "0.3.5" + +[dev-dependencies.quickcheck] +version = "1.0.3" + +[dev-dependencies.speculate] +version = "0.1.2" diff --git a/Cargo.toml.orig b/Cargo.toml.orig new file mode 100644 index 0000000..657a204 --- /dev/null +++ b/Cargo.toml.orig @@ -0,0 +1,18 @@ +[package] +name = "diff" +version = "0.1.13" +authors = ["Utkarsh Kukreti "] +description = "An LCS based slice and string diffing implementation." +license = "MIT OR Apache-2.0" +documentation = "https://docs.rs/diff" +homepage = "https://github.com/utkarshkukreti/diff.rs" +repository = "https://github.com/utkarshkukreti/diff.rs" + +[dev-dependencies] +speculate = "0.1.2" +quickcheck = "1.0.3" +criterion = "0.3.5" + +[[bench]] +name = "benches" +harness = false diff --git a/LICENSE-APACHE b/LICENSE-APACHE new file mode 100644 index 0000000..8dada3e --- /dev/null +++ b/LICENSE-APACHE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 0000000..410eb94 --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2015 Utkarsh Kukreti + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..6447f5e --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# diff.rs + +> An LCS based slice and string diffing implementation. + +## Install + +```toml +[dependencies] +diff = "0.1" +``` + +## Example + +```rust +extern crate diff; + +fn main() { + let left = "foo\nbar\nbaz\nquux"; + let right = "foo\nbaz\nbar\nquux"; + + for diff in diff::lines(left, right) { + match diff { + diff::Result::Left(l) => println!("-{}", l), + diff::Result::Both(l, _) => println!(" {}", l), + diff::Result::Right(r) => println!("+{}", r) + } + } +} +``` + +prints + +``` + foo +-bar + baz ++bar + quux +``` + +## License + +`diff` is primarily distributed under the terms of both the MIT license and the +Apache License (Version 2.0). + +See LICENSE-APACHE, and LICENSE-MIT for details. diff --git a/benches/benches.rs b/benches/benches.rs new file mode 100644 index 0000000..691d44c --- /dev/null +++ b/benches/benches.rs @@ -0,0 +1,83 @@ +extern crate criterion; +extern crate diff; + +use criterion::Criterion; + +criterion::criterion_group!(benches, bench_slice, bench_chars, bench_real_world); +criterion::criterion_main!(benches); + +fn bench_slice(c: &mut Criterion) { + c.bench_function("empty", |b| { + let slice = [0u8; 0]; + b.iter(|| ::diff::slice(&slice, &slice)); + }); + + c.bench_function("10 equal items", |b| { + let slice = [0u8; 10]; + b.iter(|| ::diff::slice(&slice, &slice)); + }); + + c.bench_function("10 non-equal items", |b| { + let (left, right) = ([0u8; 10], [1u8; 10]); + b.iter(|| ::diff::slice(&left, &right)); + }); + + c.bench_function("100 equal items", |b| { + let slice = [0u8; 100]; + b.iter(|| ::diff::slice(&slice, &slice)); + }); + + c.bench_function("100 non-equal items", |b| { + let (left, right) = ([0u8; 100], [1u8; 100]); + b.iter(|| ::diff::slice(&left, &right)); + }); + + c.bench_function("1000 equal items", |b| { + let slice = [0u8; 1000]; + b.iter(|| ::diff::slice(&slice, &slice)); + }); + + c.bench_function("1000 non-equal items", |b| { + let (left, right) = ([0u8; 1000], [1u8; 1000]); + b.iter(|| ::diff::slice(&left, &right)); + }); +} + +fn bench_chars(c: &mut Criterion) { + c.bench_function("1024 byte string, last 256 different", |b| { + let left = "?".repeat(768) + &"_".repeat(256); + let right = "?".repeat(768) + &"!".repeat(256); + assert_eq!(left.len(), right.len()); + b.iter(|| ::diff::chars(&left, &right)); + }); +} + +fn bench_real_world(c: &mut Criterion) { + let gitignores = std::fs::read_to_string("tests/data/gitignores.txt") + .unwrap() + .split("!!!") + .filter_map(|str| (!str.is_empty()).then(|| str.into())) + .collect::>(); + + c.bench_function("diff::lines on gitignore files from rust-lang/rust", |b| { + b.iter(|| { + for (i, left) in gitignores.iter().enumerate() { + // diff with previous 3, itself, and next 3 + for right in gitignores[i.saturating_sub(3)..(i + 3).min(gitignores.len())].iter() { + ::diff::lines(&left, &right); + } + } + }) + }); + + c.bench_function("diff::chars on gitignore files from rust-lang/rust", |b| { + b.iter(|| { + for (i, left) in gitignores.iter().enumerate() { + // diff with previous 2, itself, and next 2 + for right in gitignores[i.saturating_sub(2)..(i + 2).min(gitignores.len())].iter() { + ::diff::chars(&left, &right); + } + } + }) + }); +} diff --git a/examples/simple.rs b/examples/simple.rs new file mode 100644 index 0000000..07cbc20 --- /dev/null +++ b/examples/simple.rs @@ -0,0 +1,14 @@ +extern crate diff; + +fn main() { + let left = "foo\nbar\nbaz\nquux"; + let right = "foo\nbaz\nbar\nquux"; + + for diff in diff::lines(left, right) { + match diff { + diff::Result::Left(l) => println!("-{}", l), + diff::Result::Both(l, _) => println!(" {}", l), + diff::Result::Right(r) => println!("+{}", r), + } + } +} diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..1ab3b1e --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,167 @@ +/// A fragment of a computed diff. +#[derive(Clone, Debug, PartialEq)] +pub enum Result { + /// An element that only exists in the left input. + Left(T), + /// Elements that exist in both inputs. + Both(T, T), + /// An element that only exists in the right input. + Right(T), +} + +/// Computes the diff between two slices. +pub fn slice<'a, T: PartialEq>(left: &'a [T], right: &'a [T]) -> Vec> { + do_diff(left, right, |t| t) +} + +/// Computes the diff between the lines of two strings. +pub fn lines<'a>(left: &'a str, right: &'a str) -> Vec> { + let mut diff = do_diff( + &left.lines().collect::>(), + &right.lines().collect::>(), + |str| *str, + ); + // str::lines() does not yield an empty str at the end if the str ends with + // '\n'. We handle this special case by inserting one last diff item, + // depending on whether the left string ends with '\n', or the right one, + // or both. + match ( + left.as_bytes().last().cloned(), + right.as_bytes().last().cloned(), + ) { + (Some(b'\n'), Some(b'\n')) => { + diff.push(Result::Both(&left[left.len()..], &right[right.len()..])) + } + (Some(b'\n'), _) => diff.push(Result::Left(&left[left.len()..])), + (_, Some(b'\n')) => diff.push(Result::Right(&right[right.len()..])), + _ => {} + } + diff +} + +/// Computes the diff between the chars of two strings. +pub fn chars<'a>(left: &'a str, right: &'a str) -> Vec> { + do_diff( + &left.chars().collect::>(), + &right.chars().collect::>(), + |char| *char, + ) +} + +fn do_diff<'a, T, F, U>(left: &'a [T], right: &'a [T], mapper: F) -> Vec> +where + T: PartialEq, + F: Fn(&'a T) -> U, +{ + let leading_equals = left + .iter() + .zip(right.iter()) + .take_while(|(l, r)| l == r) + .count(); + let trailing_equals = left[leading_equals..] + .iter() + .rev() + .zip(right[leading_equals..].iter().rev()) + .take_while(|(l, r)| l == r) + .count(); + + let table: Vec2 = { + let left_diff_size = left.len() - leading_equals - trailing_equals; + let right_diff_size = right.len() - leading_equals - trailing_equals; + + let mut table = Vec2::new(0, [left_diff_size + 1, right_diff_size + 1]); + + let left_skip = &left[leading_equals..left.len() - trailing_equals]; + let right_skip = &right[leading_equals..right.len() - trailing_equals]; + + for (i, l) in left_skip.iter().enumerate() { + for (j, r) in right_skip.iter().enumerate() { + table.set( + [i + 1, j + 1], + if l == r { + table.get([i, j]) + 1 + } else { + *table.get([i, j + 1]).max(table.get([i + 1, j])) + }, + ); + } + } + + table + }; + + let mut diff = Vec::with_capacity(left.len().max(right.len())); + + diff.extend( + left[..leading_equals] + .iter() + .zip(&right[..leading_equals]) + .map(|(l, r)| Result::Both(mapper(l), mapper(r))), + ); + + { + let start = diff.len(); + let mut i = table.len[0] - 1; + let mut j = table.len[1] - 1; + let left = &left[leading_equals..]; + let right = &right[leading_equals..]; + + loop { + if j > 0 && (i == 0 || table.get([i, j]) == table.get([i, j - 1])) { + j -= 1; + diff.push(Result::Right(mapper(&right[j]))); + } else if i > 0 && (j == 0 || table.get([i, j]) == table.get([i - 1, j])) { + i -= 1; + diff.push(Result::Left(mapper(&left[i]))); + } else if i > 0 && j > 0 { + i -= 1; + j -= 1; + diff.push(Result::Both(mapper(&left[i]), mapper(&right[j]))); + } else { + break; + } + } + diff[start..].reverse(); + } + + diff.extend( + left[left.len() - trailing_equals..] + .iter() + .zip(&right[right.len() - trailing_equals..]) + .map(|(l, r)| Result::Both(mapper(l), mapper(r))), + ); + + diff +} + +struct Vec2 { + len: [usize; 2], + data: Vec, +} + +impl Vec2 { + #[inline] + fn new(value: T, len: [usize; 2]) -> Self + where + T: Clone, + { + Vec2 { + len, + data: vec![value; len[0] * len[1]], + } + } + + #[inline] + fn get(&self, index: [usize; 2]) -> &T { + debug_assert!(index[0] < self.len[0]); + debug_assert!(index[1] < self.len[1]); + &self.data[index[0] * self.len[1] + index[1]] + } + + #[inline] + fn set(&mut self, index: [usize; 2], value: T) { + debug_assert!(index[0] < self.len[0]); + debug_assert!(index[1] < self.len[1]); + self.data[index[0] * self.len[1] + index[1]] = value; + } +} diff --git a/tests/data/gitignores.chars.diff b/tests/data/gitignores.chars.diff new file mode 100644 index 0000000..4c7f62b --- /dev/null +++ b/tests/data/gitignores.chars.diff @@ -0,0 +1,34261 @@ +i = 0, j = 0 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json +package.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 0, j = 1 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json +[-p-][-a-][-c-][-k-][-a-][-g-][-e-][-.-][-j-][-s-][-o-][-n-][- +-] +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 1, j = 0 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json +{+p+}{+a+}{+c+}{+k+}{+a+}{+g+}{+e+}{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++} +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 1, j = 1 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 1, j = 2 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +{+*+}{+*+}node_modules +{+*+}{+*+}package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 2, j = 0 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +[-*-][-*-]node_modules +[-*-][-*-]package-lock{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}{+p+}{+a+}{+c+}{+k+}{+a+}{+g+}{+e+}.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 2, j = 1 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +[-*-][-*-]node_modules +[-*-][-*-]package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 2, j = 2 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +i = 2, j = 3 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +#[-#-][- -][-R-][-u-][-s-][-t-][-d-][-o-][-c-][- -][-G-][-U-][-I-][- -][-t-][-e-][-s-][-t-][-s-][- +-][-s-][-r-][-c-][-/-][-t-][-e-][-s-][-t-][-/-][-r-][-u-][-s-][-t-][-d-][-o-][-c-][---][-g-][-u-][-i-][-/-][-s-][-r-][-c-][-/-][-*-][-*-][-.-][-l-][-o-][-c-][-k-][- +-][- +-][-#-] Before adding new lines, see the comment at the top. +i = 3, j = 1 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +[-*-][-*-]node_modules +[-*-][-*-]package-lock.json{+ ++}{+ ++}{+#+}{+#+}{+ +}{+R+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+ +}{+G+}{+U+}{+I+}{+ +}{+t+}{+e+}{+s+}{+t+}{+s+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+-+}{+g+}{+u+}{+i+}{+/+}{+s+}{+r+}{+c+}{+/+}{+*+}{+*+}{+.+}{+l+}{+o+}{+c+}{+k+} + +# Before adding new lines, see the comment at the top. +i = 3, j = 2 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +#{+#+}{+ +}{+R+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+ +}{+G+}{+U+}{+I+}{+ +}{+t+}{+e+}{+s+}{+t+}{+s+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+-+}{+g+}{+u+}{+i+}{+/+}{+s+}{+r+}{+c+}{+/+}{+*+}{+*+}{+.+}{+l+}{+o+}{+c+}{+k+}{+ ++}{+ ++}{+#+} Before adding new lines, see the comment at the top. +i = 3, j = 3 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +i = 3, j = 4 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## {+V+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+ +}{+c+}{+o+}{+n+}{+t+}{+r+}{+o+}{+l+}{+ ++}{+.+}{+h+}{+g+}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ ++}{+.+}{+h+}{+g+}{+/+}{+ ++}{+ ++}{+#+}{+#+}{+ +}Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +i = 4, j = 2 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## [-V-][-e-][-r-][-s-][-i-][-o-][-n-][- -][-c-][-o-][-n-][-t-][-r-][-o-][-l-][- +-][-.-][-h-][-g-][-i-][-g-][-n-][-o-][-r-][-e-][- +-][-.-][-h-][-g-][-/-][- +-][- +-][-#-][-#-][- -]Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json{+ ++}{+ ++}{+#+}{+#+}{+ +}{+R+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+ +}{+G+}{+U+}{+I+}{+ +}{+t+}{+e+}{+s+}{+t+}{+s+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+-+}{+g+}{+u+}{+i+}{+/+}{+s+}{+r+}{+c+}{+/+}{+*+}{+*+}{+.+}{+l+}{+o+}{+c+}{+k+} + +# Before adding new lines, see the comment at the top. +i = 4, j = 3 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## [-V-][-e-][-r-][-s-][-i-][-o-][-n-][- -][-c-][-o-][-n-][-t-][-r-][-o-][-l-][- +-][-.-][-h-][-g-][-i-][-g-][-n-][-o-][-r-][-e-][- +-][-.-][-h-][-g-][-/-][- +-][- +-][-#-][-#-][- -]Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +i = 4, j = 4 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Version control +.hgignore +.hg/ + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +i = 4, j = 5 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +[- +-]#[-#-] F[-i-][-l-][-e-]{+I+}{+X+}{+M+}{+E+}{+:+} {+T+}{+h+}{+i+}s[-y-][-s-][-t-]{+ +}{+n+}e[-m-][- +-][-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-]d[-e-]s[-k-][-t-][-o-][-p-][-.-][-i-][-n-][-i-][- +-][- +-][-#-][-#-] [-V-][-e-][-r-][-s-][-i-][-o-][-n-][- -]c[-o-][-n-][-t-][-r-][-o-]l[- +-][-.-][-h-][-g-][-i-][-g-][-n-][-o-][-r-]e[- +-]{+a+}{+n+}{+u+}{+p+}.[-h-][-g-][-/-] +{+*+}{+~+} +[-#-][-#-][- -][-E-][-d-][-i-][-t-][-o-][-r-][- +-]*.swp +*.swo +{+.+}{+#+}{+*+}{+ ++}{+.+}{+D+}S[-e-][-s-][-s-][-i-]{+_+}{+S+}{+t+}o[-n-][-.-][-v-][-i-][-m-]{+r+}{+e+} +.cproject +.{+h+}{+g+}{+/+}{+ ++}{+.+}{+h+}{+g+}i{+g+}{+n+}{+o+}{+r+}{+e+}{+ ++}{+.+}{+i+}dea +*.iml +{+_+}{+_+}{+p+}{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}.[-v-][-s-]{+p+}{+y+}{+[+}cod[-e-]{+]+} +{+*+}{+$+}{+p+}{+y+}.{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}project +.[-f-][-a-][-v-][-o-][-r-][-i-][-t-][-e-]s[-.-][-j-][-s-][-o-][-n-][- +-][-.-][-s-]ettings/ +[- +-][-#-][-#-][- -][-T-][-o-][-o-][-l-][- +-].valgrindrc +.{+v+}{+s+}c[-a-][-r-][-g-]o[- +-][-#-][- -][-I-][-n-][-c-][-l-][-u-]de[-d-][- -][-b-][-e-][-c-][-a-][-u-][-s-][-e-][- -][-i-][-t-][- -][-i-][-s-][- -][-p-][-a-][-r-][-t-][- -][-o-]{+ ++}{+.+}f[- -][-t-][-h-][-e-][- -][-t-][-e-][-s-][-t-][- -][-c-]a[-s-][-e-][- +-][-!-][-/-][-s-]{+v+}{+o+}r[-c-][-/-]{+i+}tes[-t-][-/-][-r-][-u-][-n-][---][-m-][-a-][-k-][-e-][-/-][-t-][-h-][-u-][-m-][-b-][---][-n-][-o-][-n-][-e-][---][-q-][-e-][-m-][-u-][-/-][-e-][-x-][-a-][-m-][-p-][-l-][-e-][-/-].[-c-][-a-][-r-][-g-]{+j+}{+s+}o[- +-][- +-][-#-][-#-][- -][-C-][-o-]n[-f-][-i-][-g-][-u-][-r-][-a-][-t-][-i-][-o-][-n-] +/[-c-][-o-][-n-][-f-][-i-][-g-][-.-][-t-][-o-][-m-][-l-][- +-][-/-]Makefile +[-c-][-o-][-n-][-f-]{+/+}{+b+}{+u+}i[-g-][-.-][-m-][-k-]{+l+}{+d+}{+/+} +{+/+}config.[-s-]t[-a-][-m-][-p-][- +-][-n-]o[-_-][-l-][-l-][-v-]m[-_-][-b-][-u-][-i-]l[-d-] +[- +-][-#-][-#-][- -][-B-][-u-][-i-][-l-]{+/+}d{+i+}{+s+}{+t+}{+/+} +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/[-b-][-u-][-i-][-l-][-d-][-/-][- +-][-/-][-d-][-i-]s[-t-][-/-][- +-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][---][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-s-][- +-][-/-][-t-][-a-]r[-g-][-e-][-t-][- +-][-/-][-s-][-r-]c/tools/x/target +# [-G-][-e-][-n-][-e-][-r-][-a-][-t-][-e-][-d-][- -][-b-][-y-][- -][-c-][-o-][-m-][-p-][-i-][-l-][-e-][-t-][-e-][-s-][-t-][- -][-f-][-o-][-r-][- -][-i-][-n-][-c-][-r-][-e-][-m-][-e-][-n-][-t-][-a-][-l-][- +-][-/-][-t-][-m-][-p-][-/-][- +-][-#-][- -]Created by default with `src/ci/docker/run.sh`{+:+} +/obj/ +{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+-+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+s+} +{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+ ++}#[-#-] [-T-]{+G+}e[-m-][-p-][-o-]{+n+}{+e+}ra[-r-]{+t+}{+e+}{+d+}{+ +}{+b+}y [-f-]{+c+}{+o+}{+m+}{+p+}ile{+t+}{+e+}s[- +-][-*-][-~-][- +-][-\-][-#-][-*-][- +-][-\-][-#-][-*-][-\-][-#-][- +-][-.-][-#-][-*-][- +-][- +-][-#-][-#-]{+t+} [-T-]{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}a[-g-][-s-]{+l+}{+:+} +{+/+}t{+m+}{+p+}{+/+}{+ ++}{+t+}ags +tags.* +TAGS +TAGS.* +{+\+}{+#+}{+*+} +{+\+}#{+*+}{+\+}#[- -][-P-][-y-][-t-][-h-]{+ ++}{+c+}on{+f+}{+i+}{+g+}{+.+}{+m+}{+k+} +[-_-][-_-][-p-][-y-]c{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+s+}{+t+}a[-c-][-h-]{+m+}{+p+}{+ ++}{+S+}e[-_-][-_-][-/-]{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +[-*-].[-p-][-y-][-[-]c{+a+}{+r+}{+g+}o[-d-][-]-] +[-*-][-$-]{+!+}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}p[-y-]{+l+}{+e+}{+/+}.c[-l-]a[-s-][-s-]{+r+}{+g+}{+o+} +[- +-][-#-][-#-][- -][-N-]{+n+}o{+_+}{+l+}{+l+}{+v+}{+m+}{+_+}{+b+}{+u+}{+i+}{+l+}d[-e-] +**node_modules +**package-lock.json[- +-] +# Before adding new lines, see the comment at the top. +i = 5, j = 3 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +{+ ++}#{+#+} F[-I-][-X-][-M-][-E-][-:-][- -][-T-][-h-]i[-s-]{+l+}{+e+} [-n-]{+s+}{+y+}{+s+}{+t+}e{+m+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e{+ ++}d[-s-][- -][-c-][-l-]e[-a-][-n-][-u-]{+s+}{+k+}{+t+}{+o+}p.{+i+}{+n+}{+i+} +[-*-][-~-] +{+#+}{+#+}{+ +}{+E+}{+d+}{+i+}{+t+}{+o+}{+r+}{+ ++}*.swp +*.swo +[-.-][-#-][-*-][- +-][-.-][-D-]S[-_-][-S-][-t-][-o-][-r-]e{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +.cproject +.[-h-][-g-][-/-][- +-][-.-][-h-][-g-]i[-g-][-n-][-o-][-r-][-e-][- +-][-.-][-i-]dea +*.iml +[-_-][-_-][-p-][-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-].[-p-][-y-][-[-]{+v+}{+s+}cod[-]-]{+e+} +[-*-][-$-][-p-][-y-].[-c-][-l-][-a-][-s-][-s-][- +-][-.-]project +.{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}s{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}{+.+}{+s+}ettings/ +{+ ++}{+#+}{+#+}{+ +}{+T+}{+o+}{+o+}{+l+}{+ ++}.valgrindrc +.[-v-][-s-]c{+a+}{+r+}{+g+}o{+ ++}{+#+}{+ +}{+I+}{+n+}{+c+}{+l+}{+u+}de[- +-][-.-][-f-]{+d+}{+ +}{+b+}{+e+}{+c+}a[-v-]{+u+}{+s+}{+e+}{+ +}{+i+}{+t+}{+ +}{+i+}{+s+}{+ +}{+p+}{+a+}{+r+}{+t+}{+ +}o{+f+}{+ +}{+t+}{+h+}{+e+}{+ +}{+t+}{+e+}{+s+}{+t+}{+ +}{+c+}{+a+}{+s+}{+e+}{+ ++}{+!+}{+/+}{+s+}r[-i-]{+c+}{+/+}tes{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}.[-j-][-s-]{+c+}{+a+}{+r+}{+g+}o{+ ++}{+ ++}{+#+}{+#+}{+ +}{+C+}{+o+}n{+f+}{+i+}{+g+}{+u+}{+r+}{+a+}{+t+}{+i+}{+o+}{+n+} +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}Makefile +[-/-][-b-][-u-]{+c+}{+o+}{+n+}{+f+}i[-l-][-d-][-/-]{+g+}{+.+}{+m+}{+k+} +[-/-]config.{+s+}t{+a+}{+m+}{+p+}{+ ++}{+n+}o{+_+}{+l+}{+l+}{+v+}m{+_+}{+b+}{+u+}{+i+}l[- +-][-/-]d{+ ++}{+ ++}{+#+}{+#+}{+ +}{+B+}{+u+}i[-s-][-t-][-/-]{+l+}{+d+} +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+/+}{+d+}{+i+}s{+t+}{+/+}{+ ++}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+-+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+s+}{+ ++}{+/+}{+t+}{+a+}r{+g+}{+e+}{+t+}{+ ++}{+/+}{+s+}{+r+}c/tools/x/target +# {+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+ ++}{+/+}{+t+}{+m+}{+p+}{+/+}{+ ++}{+#+}{+ +}Created by default with `src/ci/docker/run.sh`[-:-] +/obj/ +[-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][---][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-s-] +[-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-]#{+#+} [-G-]{+T+}e[-n-][-e-]{+m+}{+p+}{+o+}ra[-t-][-e-][-d-][- -][-b-]{+r+}y [-c-][-o-][-m-][-p-]{+f+}ile[-t-][-e-]s[-t-]{+ ++}{+*+}{+~+}{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+ ++}{+#+}{+#+} [-f-][-o-][-r-][- -][-i-][-n-][-c-][-r-][-e-][-m-][-e-][-n-][-t-]{+T+}a[-l-][-:-]{+g+}{+s+} +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags +tags.* +TAGS +TAGS.* +[-\-][-#-][-*-] +[-\-]#[-*-][-\-]#[- +-][-c-]{+ +}{+P+}{+y+}{+t+}{+h+}on[-f-][-i-][-g-][-.-][-m-][-k-] +{+_+}{+_+}{+p+}{+y+}c[-o-][-n-][-f-][-i-][-g-][-.-][-s-][-t-]a[-m-][-p-][- +-][-S-]{+c+}{+h+}e[-s-][-s-][-i-][-o-][-n-][-.-][-v-][-i-][-m-]{+_+}{+_+}{+/+} +{+*+}.{+p+}{+y+}{+[+}c[-a-][-r-][-g-]o{+d+}{+]+} +[-!-][-/-][-s-][-r-][-c-][-/-][-t-][-e-][-s-][-t-][-/-][-r-][-u-][-n-][---][-m-][-a-][-k-][-e-][-/-][-t-][-h-][-u-][-m-][-b-][---][-n-][-o-][-n-][-e-][---][-q-][-e-][-m-][-u-][-/-][-e-][-x-][-a-][-m-]{+*+}{+$+}p[-l-][-e-][-/-]{+y+}.c{+l+}a[-r-][-g-][-o-]{+s+}{+s+} +[-n-]{+ ++}{+#+}{+#+}{+ +}{+N+}o[-_-][-l-][-l-][-v-][-m-][-_-][-b-][-u-][-i-][-l-]d{+e+} +**node_modules +**package-lock.json{+ ++} +# Before adding new lines, see the comment at the top. +i = 5, j = 4 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +{+ ++}#{+#+} F[-I-][-X-][-M-][-E-][-:-][- -][-T-][-h-]i[-s-]{+l+}{+e+} [-n-]{+s+}{+y+}{+s+}{+t+}e{+m+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e{+ ++}d{+e+}s{+k+}{+t+}{+o+}{+p+}{+.+}{+i+}{+n+}{+i+}{+ ++}{+ ++}{+#+}{+#+} {+V+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+ +}c{+o+}{+n+}{+t+}{+r+}{+o+}l[-e-][-a-]{+ ++}{+.+}{+h+}{+g+}{+i+}{+g+}n[-u-][-p-]{+o+}{+r+}{+e+}{+ ++}.{+h+}{+g+}{+/+} +[-*-][-~-] +{+#+}{+#+}{+ +}{+E+}{+d+}{+i+}{+t+}{+o+}{+r+}{+ ++}*.swp +*.swo +[-.-][-#-][-*-][- +-][-.-][-D-]S[-_-][-S-][-t-][-o-][-r-]e{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +.cproject +.[-h-][-g-][-/-][- +-][-.-][-h-][-g-]i[-g-][-n-][-o-][-r-][-e-][- +-][-.-][-i-]dea +*.iml +[-_-][-_-][-p-][-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-].[-p-][-y-][-[-]{+v+}{+s+}cod[-]-]{+e+} +[-*-][-$-][-p-][-y-].[-c-][-l-][-a-][-s-][-s-][- +-][-.-]project +.{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}s{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}{+.+}{+s+}ettings/ +{+ ++}{+#+}{+#+}{+ +}{+T+}{+o+}{+o+}{+l+}{+ ++}.valgrindrc +.[-v-][-s-]c{+a+}{+r+}{+g+}o{+ ++}{+#+}{+ +}{+I+}{+n+}{+c+}{+l+}{+u+}de[- +-][-.-][-f-]{+d+}{+ +}{+b+}{+e+}{+c+}a[-v-]{+u+}{+s+}{+e+}{+ +}{+i+}{+t+}{+ +}{+i+}{+s+}{+ +}{+p+}{+a+}{+r+}{+t+}{+ +}o{+f+}{+ +}{+t+}{+h+}{+e+}{+ +}{+t+}{+e+}{+s+}{+t+}{+ +}{+c+}{+a+}{+s+}{+e+}{+ ++}{+!+}{+/+}{+s+}r[-i-]{+c+}{+/+}tes{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}.[-j-][-s-]{+c+}{+a+}{+r+}{+g+}o{+ ++}{+ ++}{+#+}{+#+}{+ +}{+C+}{+o+}n{+f+}{+i+}{+g+}{+u+}{+r+}{+a+}{+t+}{+i+}{+o+}{+n+} +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}Makefile +[-/-][-b-][-u-]{+c+}{+o+}{+n+}{+f+}i[-l-][-d-][-/-]{+g+}{+.+}{+m+}{+k+} +[-/-]config.{+s+}t{+a+}{+m+}{+p+}{+ ++}{+n+}o{+_+}{+l+}{+l+}{+v+}m{+_+}{+b+}{+u+}{+i+}l[- +-][-/-]d{+ ++}{+ ++}{+#+}{+#+}{+ +}{+B+}{+u+}i[-s-][-t-][-/-]{+l+}{+d+} +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+/+}{+d+}{+i+}s{+t+}{+/+}{+ ++}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+-+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+s+}{+ ++}{+/+}{+t+}{+a+}r{+g+}{+e+}{+t+}{+ ++}{+/+}{+s+}{+r+}c/tools/x/target +# {+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+ ++}{+/+}{+t+}{+m+}{+p+}{+/+}{+ ++}{+#+}{+ +}Created by default with `src/ci/docker/run.sh`[-:-] +/obj/ +[-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][---][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-s-] +[-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-]#{+#+} [-G-]{+T+}e[-n-][-e-]{+m+}{+p+}{+o+}ra[-t-][-e-][-d-][- -][-b-]{+r+}y [-c-][-o-][-m-][-p-]{+f+}ile[-t-][-e-]s[-t-]{+ ++}{+*+}{+~+}{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+ ++}{+#+}{+#+} [-f-][-o-][-r-][- -][-i-][-n-][-c-][-r-][-e-][-m-][-e-][-n-][-t-]{+T+}a[-l-][-:-]{+g+}{+s+} +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags +tags.* +TAGS +TAGS.* +[-\-][-#-][-*-] +[-\-]#[-*-][-\-]#[- +-][-c-]{+ +}{+P+}{+y+}{+t+}{+h+}on[-f-][-i-][-g-][-.-][-m-][-k-] +{+_+}{+_+}{+p+}{+y+}c[-o-][-n-][-f-][-i-][-g-][-.-][-s-][-t-]a[-m-][-p-][- +-][-S-]{+c+}{+h+}e[-s-][-s-][-i-][-o-][-n-][-.-][-v-][-i-][-m-]{+_+}{+_+}{+/+} +{+*+}.{+p+}{+y+}{+[+}c[-a-][-r-][-g-]o{+d+}{+]+} +[-!-][-/-][-s-][-r-][-c-][-/-][-t-][-e-][-s-][-t-][-/-][-r-][-u-][-n-][---][-m-][-a-][-k-][-e-][-/-][-t-][-h-][-u-][-m-][-b-][---][-n-][-o-][-n-][-e-][---][-q-][-e-][-m-][-u-][-/-][-e-][-x-][-a-][-m-]{+*+}{+$+}p[-l-][-e-][-/-]{+y+}.c{+l+}a[-r-][-g-][-o-]{+s+}{+s+} +[-n-]{+ ++}{+#+}{+#+}{+ +}{+N+}o[-_-][-l-][-l-][-v-][-m-][-_-][-b-][-u-][-i-][-l-]d{+e+} +**node_modules +**package-lock.json{+ ++} +# Before adding new lines, see the comment at the top. +i = 5, j = 5 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +*.swp +*.swo +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +i = 5, j = 6 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +[-*-][-.-][-s-][-w-][-p-][- +-][-*-][-.-][-s-][-w-][-o-][- +-].#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +i = 6, j = 4 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +{+ ++}#{+#+} F[-I-][-X-][-M-][-E-][-:-][- -][-T-][-h-]i[-s-][- -][-n-]{+l+}e[-e-][-d-][-s-] [-c-][-l-]{+s+}{+y+}{+s+}{+t+}e[-a-][-n-][-u-][-p-][-.-]{+m+} +[-*-][-~-][- +-].[-#-][-*-][- +-][-.-]DS_Store +[-.-][-c-]{+d+}{+e+}{+s+}{+k+}{+t+}{+o+}p{+.+}{+i+}{+n+}{+i+}{+ ++}{+ ++}{+#+}{+#+}{+ +}{+V+}{+e+}r{+s+}{+i+}o[-j-][-e-]{+n+}{+ +}c{+o+}{+n+}t{+r+}{+o+}{+l+} +.hg[-/-]{+i+}{+g+}{+n+}{+o+}{+r+}{+e+} +.hg{+/+}{+ ++}{+ ++}{+#+}{+#+}{+ +}{+E+}{+d+}i[-g-][-n-]{+t+}or{+ ++}{+*+}{+.+}{+s+}{+w+}{+p+}{+ ++}{+*+}{+.+}{+s+}{+w+}{+o+}{+ ++}{+S+}e{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +.{+c+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+}{+ ++}{+.+}idea +*.iml +[-_-][-_-][-p-][-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-].[-p-][-y-][-[-]{+v+}{+s+}cod[-]-]{+e+} +[-*-][-$-][-p-][-y-].[-c-][-l-][-a-][-s-][-s-][- +-][-.-]project +.{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}s{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}{+.+}{+s+}ettings/ +{+ ++}{+#+}{+#+}{+ +}{+T+}{+o+}{+o+}{+l+}{+ ++}.valgrindrc +.[-v-][-s-]c{+a+}{+r+}{+g+}o{+ ++}{+#+}{+ +}{+I+}{+n+}{+c+}{+l+}{+u+}de[- +-][-.-][-f-]{+d+}{+ +}{+b+}{+e+}{+c+}a[-v-]{+u+}{+s+}{+e+}{+ +}{+i+}{+t+}{+ +}{+i+}{+s+}{+ +}{+p+}{+a+}{+r+}{+t+}{+ +}o{+f+}{+ +}{+t+}{+h+}{+e+}{+ +}{+t+}{+e+}{+s+}{+t+}{+ +}{+c+}{+a+}{+s+}{+e+}{+ ++}{+!+}{+/+}{+s+}r[-i-]{+c+}{+/+}tes{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}.[-j-][-s-]{+c+}{+a+}{+r+}{+g+}o{+ ++}{+ ++}{+#+}{+#+}{+ +}{+C+}{+o+}n{+f+}{+i+}{+g+}{+u+}{+r+}{+a+}{+t+}{+i+}{+o+}{+n+} +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}Makefile +[-/-][-b-][-u-]{+c+}{+o+}{+n+}{+f+}i[-l-][-d-][-/-]{+g+}{+.+}{+m+}{+k+} +[-/-]config.{+s+}t{+a+}{+m+}{+p+}{+ ++}{+n+}o{+_+}{+l+}{+l+}{+v+}m{+_+}{+b+}{+u+}{+i+}l[- +-][-/-]d{+ ++}{+ ++}{+#+}{+#+}{+ +}{+B+}{+u+}i[-s-][-t-][-/-]{+l+}{+d+} +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+/+}{+d+}{+i+}s{+t+}{+/+}{+ ++}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+-+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+s+}{+ ++}{+/+}{+t+}{+a+}r{+g+}{+e+}{+t+}{+ ++}{+/+}{+s+}{+r+}c/tools/x/target +# {+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+ ++}{+/+}{+t+}{+m+}{+p+}{+/+}{+ ++}{+#+}{+ +}Created by default with `src/ci/docker/run.sh`[-:-] +/obj/ +[-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][---][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-s-] +[-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-]#{+#+} [-G-]{+T+}e[-n-][-e-]{+m+}{+p+}{+o+}ra[-t-][-e-][-d-][- -][-b-]{+r+}y [-c-][-o-][-m-][-p-]{+f+}ile[-t-][-e-]s[-t-]{+ ++}{+*+}{+~+}{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+ ++}{+#+}{+#+} [-f-][-o-][-r-][- -][-i-][-n-][-c-][-r-][-e-][-m-][-e-][-n-][-t-]{+T+}a[-l-][-:-]{+g+}{+s+} +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags +tags.* +TAGS +TAGS.* +[-\-][-#-][-*-] +[-\-]#[-*-][-\-]#[- +-][-c-]{+ +}{+P+}{+y+}{+t+}{+h+}on[-f-][-i-][-g-][-.-][-m-][-k-] +{+_+}{+_+}{+p+}{+y+}c[-o-][-n-][-f-][-i-][-g-][-.-][-s-][-t-]a[-m-][-p-][- +-][-S-]{+c+}{+h+}e[-s-][-s-][-i-][-o-][-n-][-.-][-v-][-i-][-m-]{+_+}{+_+}{+/+} +{+*+}.{+p+}{+y+}{+[+}c[-a-][-r-][-g-]o{+d+}{+]+} +[-!-][-/-][-s-][-r-][-c-][-/-][-t-][-e-][-s-][-t-][-/-][-r-][-u-][-n-][---][-m-][-a-][-k-][-e-][-/-][-t-][-h-][-u-][-m-][-b-][---][-n-][-o-][-n-][-e-][---][-q-][-e-][-m-][-u-][-/-][-e-][-x-][-a-][-m-]{+*+}{+$+}p[-l-][-e-][-/-]{+y+}.c{+l+}a[-r-][-g-][-o-]{+s+}{+s+} +[-n-]{+ ++}{+#+}{+#+}{+ +}{+N+}o[-_-][-l-][-l-][-v-][-m-][-_-][-b-][-u-][-i-][-l-]d{+e+} +**node_modules +**package-lock.json{+ ++} +# Before adding new lines, see the comment at the top. +i = 6, j = 5 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +{+*+}{+.+}{+s+}{+w+}{+p+}{+ ++}{+*+}{+.+}{+s+}{+w+}{+o+}{+ ++}.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +i = 6, j = 6 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +i = 6, j = 7 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +[-*-][-*-][-n-][-o-][-d-][-e-][-_-][-m-][-o-][-d-][-u-][-l-][-e-][-s-][- +-][-*-][-*-][-p-][-a-][-c-][-k-][-a-][-g-][-e-][---][-l-][-o-][-c-][-k-][-.-][-j-][-s-][-o-][-n-][- +-]# Before adding new lines, see the comment at the top. +i = 7, j = 5 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +{+*+}.{+s+}{+w+}{+p+}{+ ++}{+*+}{+.+}{+s+}{+w+}{+o+}{+ ++}{+.+}#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build{+ ++}{+*+}{+*+}{+n+}{+o+}{+d+}{+e+}{+_+}{+m+}{+o+}{+d+}{+u+}{+l+}{+e+}{+s+}{+ ++}{+*+}{+*+}{+p+}{+a+}{+c+}{+k+}{+a+}{+g+}{+e+}{+-+}{+l+}{+o+}{+c+}{+k+}{+.+}{+j+}{+s+}{+o+}{+n+} +# Before adding new lines, see the comment at the top. +i = 7, j = 6 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +{+*+}{+*+}{+n+}{+o+}{+d+}{+e+}{+_+}{+m+}{+o+}{+d+}{+u+}{+l+}{+e+}{+s+}{+ ++}{+*+}{+*+}{+p+}{+a+}{+c+}{+k+}{+a+}{+g+}{+e+}{+-+}{+l+}{+o+}{+c+}{+k+}{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}# Before adding new lines, see the comment at the top. +i = 7, j = 7 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 7, j = 8 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +[-/-][-s-][-r-][-c-][-/-][-t-][-o-][-o-][-l-][-s-][-/-][-x-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-]# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 8, j = 6 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+o+}{+o+}{+l+}{+s+}{+/+}{+x+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+ ++}# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build{+ ++}{+*+}{+*+}{+n+}{+o+}{+d+}{+e+}{+_+}{+m+}{+o+}{+d+}{+u+}{+l+}{+e+}{+s+}{+ ++}{+*+}{+*+}{+p+}{+a+}{+c+}{+k+}{+a+}{+g+}{+e+}{+-+}{+l+}{+o+}{+c+}{+k+}{+.+}{+j+}{+s+}{+o+}{+n+} +# Before adding new lines, see the comment at the top. +i = 8, j = 7 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+o+}{+o+}{+l+}{+s+}{+/+}{+x+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+ ++}# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 8, j = 8 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 8, j = 9 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/{+r+}{+u+}{+s+}{+t+}{+l+}{+l+}{+v+}{+m+}{+/+}{+ ++}{+/+}unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 9, j = 7 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+o+}{+o+}{+l+}{+s+}{+/+}{+x+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+ ++}# Created by default with `src/ci/docker/run.sh`: +/obj[-/-][- +-][-/-][-r-][-u-][-s-][-t-][-l-][-l-][-v-][-m-]/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 9, j = 8 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/[-r-][-u-][-s-][-t-][-l-][-l-][-v-][-m-][-/-][- +-][-/-]unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 9, j = 9 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 9, j = 10 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target{+/+} +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 10, j = 8 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/[-r-]u[-s-][-t-][-l-][-l-][-v-][-m-][-/-][- +-][-/-][-u-]nicode-downloads +/target[-/-] +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 10, j = 9 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target[-/-] +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 10, j = 10 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 10, j = 11 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}unicode[---]{+/+}{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}d{+C+}o[-w-]{+r+}{+e+}{+P+}{+r+}{+o+}{+p+}{+e+}{+r+}{+t+}{+i+}{+e+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}n{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+N+}{+o+}{+r+}{+m+}{+a+}l{+i+}{+z+}{+a+}{+t+}{+i+}o{+n+}{+P+}{+r+}{+o+}{+p+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}{+t+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+R+}{+e+}ad{+M+}{+e+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+S+}{+c+}{+r+}{+i+}{+p+}{+t+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+S+}{+p+}{+e+}{+c+}{+i+}{+a+}{+l+}{+C+}{+a+}{+s+}{+i+}{+n+}{+g+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+U+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+D+}{+a+}{+t+}{+a+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+} +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 11, j = 9 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-]unicode[-/-][-D-][-e-][-r-][-i-][-v-][-e-]{+-+}d[-C-]o[-r-][-e-][-P-][-r-][-o-][-p-][-e-][-r-][-t-][-i-][-e-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-]{+w+}n[-i-][-c-][-o-][-d-][-e-][-/-][-D-][-e-][-r-][-i-][-v-][-e-][-d-][-N-][-o-][-r-][-m-][-a-]l[-i-][-z-][-a-][-t-][-i-]o[-n-][-P-][-r-][-o-][-p-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-P-][-r-][-o-][-p-][-L-][-i-][-s-][-t-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-R-][-e-]ad[-M-][-e-][-.-][-t-][-x-][-t-][- +-][-/-]s[-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-c-][-r-][-i-][-p-][-t-][-s-][-.-][-t-][-x-][-t-] +/[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-p-][-e-][-c-][-i-][-a-][-l-][-C-][-a-][-s-][-i-][-n-][-g-][-.-]t[-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-U-][-n-][-i-][-c-][-o-][-d-][-e-][-D-]a[-t-][-a-][-.-][-t-][-x-][-t-][- +-][-/-][-s-]r[-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-e-][-d-][- +-][-/-][-t-][-a-][-r-]get[-/-] +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 11, j = 10 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-]unicode[-/-][-D-][-e-][-r-][-i-][-v-][-e-]{+-+}d[-C-]o[-r-][-e-][-P-][-r-][-o-][-p-][-e-][-r-][-t-][-i-][-e-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-D-][-e-][-r-][-i-][-v-][-e-][-d-][-N-][-o-][-r-][-m-][-a-][-l-][-i-][-z-][-a-][-t-][-i-][-o-][-n-][-P-][-r-][-o-][-p-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-P-][-r-][-o-][-p-][-L-][-i-][-s-][-t-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-R-][-e-][-a-][-d-][-M-][-e-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-c-][-r-][-i-][-p-][-t-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-p-][-e-][-c-][-i-][-a-][-l-][-C-][-a-][-s-][-i-][-n-][-g-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-U-][-n-][-i-][-c-][-o-][-d-][-e-][-D-][-a-][-t-][-a-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-]wnload[-e-][-d-]{+s+} +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 11, j = 11 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 11, j = 12 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +[-!-][-/-][-s-][-r-][-c-][-/-][-t-][-e-][-s-][-t-][-/-][-r-][-u-][-n-][---][-m-][-a-][-k-][-e-][-/-][-t-][-h-][-u-][-m-][-b-][---][-n-][-o-][-n-][-e-][---][-q-][-e-][-m-][-u-][-/-][-e-][-x-][-a-][-m-][-p-][-l-][-e-][-/-][-.-][-c-][-a-][-r-][-g-][-o-][- +-]no_llvm_build +# Before adding new lines, see the comment at the top. +i = 12, j = 10 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-]unicode[-/-][-D-][-e-][-r-][-i-][-v-][-e-]{+-+}d[-C-]o[-r-][-e-][-P-][-r-][-o-][-p-][-e-][-r-][-t-][-i-][-e-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-]{+w+}n[-i-][-c-][-o-][-d-][-e-][-/-][-D-][-e-][-r-][-i-][-v-][-e-][-d-][-N-][-o-][-r-][-m-][-a-]l[-i-][-z-][-a-][-t-][-i-]o[-n-][-P-][-r-][-o-][-p-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-P-][-r-][-o-][-p-][-L-][-i-][-s-][-t-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-R-][-e-]ad[-M-][-e-][-.-][-t-][-x-][-t-][- +-][-/-]s[-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-c-][-r-][-i-][-p-][-t-][-s-][-.-][-t-][-x-][-t-] +/[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-p-][-e-][-c-][-i-][-a-][-l-][-C-][-a-][-s-][-i-][-n-][-g-][-.-]t[-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-U-][-n-][-i-][-c-][-o-][-d-][-e-][-D-]a[-t-][-a-][-.-][-t-][-x-][-t-][- +-][-/-][-s-]r[-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-e-][-d-][- +-][-/-][-t-][-a-][-r-]get/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +{+.+}{+c+}{+a+}{+r+}{+g+}{+o+}{+ ++}{+!+}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 12, j = 11 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +{+!+}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}{+n+}{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}{+o+}{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}{+.+}{+c+}{+a+}{+r+}{+g+}{+o+}{+ ++}no_llvm_build +# Before adding new lines, see the comment at the top. +i = 12, j = 12 +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +i = 12, j = 13 +# This file should only ignore things that are generated during a [-`-][-x-][-.-][-p-][-y-][-`-][- -]build, +# generated by common IDEs, and optional files controlled by the user{+ ++}{+#+} that[- +-][-#-] affect the build (such as config.toml). +# [-I-][-n-][- -][-p-][-a-][-r-][-t-][-i-][-c-][-u-][-l-][-a-][-r-][-,-][- -][-t-][-h-][-i-][-n-][-g-][-s-][- -][-l-][-i-][-k-][-e-][- -][-`-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-][-`-][- -][-s-][-h-][-o-][-u-][-l-][-d-][- -][-n-][-o-][-t-][- -][-b-][-e-][- -][-l-][-i-][-s-][-t-][-e-][-d-][- -][-h-][-e-][-r-][-e-][-;-][- -][-t-][-h-][-e-][-y-][- -][-a-][-r-][-e-][- -][-o-][-n-][-l-][-y-][- +-][-#-][- -][-c-][-r-][-e-][-a-][-t-][-e-][-d-][- -][-d-][-u-][-r-][-i-][-n-][-g-][- -][-m-][-a-][-n-][-u-][-a-][-l-][- -][-d-][-e-][-b-][-u-][-g-][-g-][-i-][-n-][-g-][- -][-a-][-n-][-d-][- -][-m-][-a-][-n-][-y-][- -][-p-][-e-][-o-][-p-][-l-][-e-][- -][-l-][-i-][-k-][-e-][- -][-t-][-o-][- -][-c-][-l-][-e-][-a-][-n-][- -][-u-][-p-][- -][-i-][-n-][-s-][-t-][-e-][-a-][-d-][- -][-o-][-f-][- +-][-#-][- -][-h-][-a-][-v-][-i-][-n-][-g-][- -][-g-][-i-][-t-][- -][-i-][-g-][-n-][-o-][-r-][-e-][- -][-s-][-u-][-c-][-h-][- -][-l-][-e-][-f-][-t-][-o-][-v-][-e-][-r-][-s-][-.-][- -][-Y-][-o-][-u-][- -][-c-][-a-][-n-][- -][-u-][-s-][-e-][- -][-`-][-.-][-g-][-i-][-t-][-/-][-i-][-n-][-f-][-o-][-/-][-e-][-x-][-c-][-l-][-u-][-d-][-e-][-`-][- -][-t-][-o-][- +-][-#-][- -][-c-][-o-][-n-][-f-][-i-][-g-][-u-][-r-][-e-][- -][-y-][-o-][-u-][-r-][- -][-l-][-o-][-c-][-a-][-l-][- -][-i-][-g-][-n-][-o-][-r-][-e-][- -][-l-][-i-][-s-][-t-][-.-][- +-][-#-][- -]FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build[- +-][-#-][- -][-B-][-e-][-f-][-o-][-r-][-e-][- -][-a-][-d-][-d-][-i-][-n-][-g-][- -][-n-][-e-][-w-][- -][-l-][-i-][-n-][-e-][-s-][-,-][- -][-s-][-e-][-e-][- -][-t-][-h-][-e-][- -][-c-][-o-][-m-][-m-][-e-][-n-][-t-][- -][-a-][-t-][- -][-t-][-h-][-e-][- -][-t-][-o-][-p-][-.-] +i = 13, j = 11 +# This file should only ignore things that are generated during a {+`+}{+x+}{+.+}{+p+}{+y+}{+`+}{+ +}build, +# generated by common IDEs, and optional files controlled by the user[- +-][-#-] that{+ ++}{+#+} affect the build (such as config.toml). +# {+I+}{+n+}{+ +}{+p+}{+a+}{+r+}{+t+}{+i+}{+c+}{+u+}{+l+}{+a+}{+r+}{+,+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+`+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+`+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+n+}{+o+}{+t+}{+ +}{+b+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+e+}{+d+}{+ +}{+h+}{+e+}{+r+}{+e+}{+;+}{+ +}{+t+}{+h+}{+e+}{+y+}{+ +}{+a+}{+r+}{+e+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ ++}{+#+}{+ +}{+c+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+m+}{+a+}{+n+}{+u+}{+a+}{+l+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+ +}{+a+}{+n+}{+d+}{+ +}{+m+}{+a+}{+n+}{+y+}{+ +}{+p+}{+e+}{+o+}{+p+}{+l+}{+e+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+t+}{+o+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+ +}{+u+}{+p+}{+ +}{+i+}{+n+}{+s+}{+t+}{+e+}{+a+}{+d+}{+ +}{+o+}{+f+}{+ ++}{+#+}{+ +}{+h+}{+a+}{+v+}{+i+}{+n+}{+g+}{+ +}{+g+}{+i+}{+t+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+s+}{+u+}{+c+}{+h+}{+ +}{+l+}{+e+}{+f+}{+t+}{+o+}{+v+}{+e+}{+r+}{+s+}{+.+}{+ +}{+Y+}{+o+}{+u+}{+ +}{+c+}{+a+}{+n+}{+ +}{+u+}{+s+}{+e+}{+ +}{+`+}{+.+}{+g+}{+i+}{+t+}{+/+}{+i+}{+n+}{+f+}{+o+}{+/+}{+e+}{+x+}{+c+}{+l+}{+u+}{+d+}{+e+}{+`+}{+ +}{+t+}{+o+}{+ ++}{+#+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+u+}{+r+}{+e+}{+ +}{+y+}{+o+}{+u+}{+r+}{+ +}{+l+}{+o+}{+c+}{+a+}{+l+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+.+}{+ ++}{+#+}{+ +}FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +{+!+}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+}{+r+}{+u+}n{+-+}{+m+}{+a+}{+k+}{+e+}{+/+}{+t+}{+h+}{+u+}{+m+}{+b+}{+-+}{+n+}o{+n+}{+e+}{+-+}{+q+}{+e+}{+m+}{+u+}{+/+}{+e+}{+x+}{+a+}{+m+}{+p+}{+l+}{+e+}{+/+}{+.+}{+c+}{+a+}{+r+}{+g+}{+o+}{+ ++}{+n+}{+o+}_llvm_build{+ ++}{+#+}{+ +}{+B+}{+e+}{+f+}{+o+}{+r+}{+e+}{+ +}{+a+}{+d+}{+d+}{+i+}{+n+}{+g+}{+ +}{+n+}{+e+}{+w+}{+ +}{+l+}{+i+}{+n+}{+e+}{+s+}{+,+}{+ +}{+s+}{+e+}{+e+}{+ +}{+t+}{+h+}{+e+}{+ +}{+c+}{+o+}{+m+}{+m+}{+e+}{+n+}{+t+}{+ +}{+a+}{+t+}{+ +}{+t+}{+h+}{+e+}{+ +}{+t+}{+o+}{+p+}{+.+} +i = 13, j = 12 +# This file should only ignore things that are generated during a {+`+}{+x+}{+.+}{+p+}{+y+}{+`+}{+ +}build, +# generated by common IDEs, and optional files controlled by the user[- +-][-#-] that{+ ++}{+#+} affect the build (such as config.toml). +# {+I+}{+n+}{+ +}{+p+}{+a+}{+r+}{+t+}{+i+}{+c+}{+u+}{+l+}{+a+}{+r+}{+,+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+`+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+`+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+n+}{+o+}{+t+}{+ +}{+b+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+e+}{+d+}{+ +}{+h+}{+e+}{+r+}{+e+}{+;+}{+ +}{+t+}{+h+}{+e+}{+y+}{+ +}{+a+}{+r+}{+e+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ ++}{+#+}{+ +}{+c+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+m+}{+a+}{+n+}{+u+}{+a+}{+l+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+ +}{+a+}{+n+}{+d+}{+ +}{+m+}{+a+}{+n+}{+y+}{+ +}{+p+}{+e+}{+o+}{+p+}{+l+}{+e+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+t+}{+o+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+ +}{+u+}{+p+}{+ +}{+i+}{+n+}{+s+}{+t+}{+e+}{+a+}{+d+}{+ +}{+o+}{+f+}{+ ++}{+#+}{+ +}{+h+}{+a+}{+v+}{+i+}{+n+}{+g+}{+ +}{+g+}{+i+}{+t+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+s+}{+u+}{+c+}{+h+}{+ +}{+l+}{+e+}{+f+}{+t+}{+o+}{+v+}{+e+}{+r+}{+s+}{+.+}{+ +}{+Y+}{+o+}{+u+}{+ +}{+c+}{+a+}{+n+}{+ +}{+u+}{+s+}{+e+}{+ +}{+`+}{+.+}{+g+}{+i+}{+t+}{+/+}{+i+}{+n+}{+f+}{+o+}{+/+}{+e+}{+x+}{+c+}{+l+}{+u+}{+d+}{+e+}{+`+}{+ +}{+t+}{+o+}{+ ++}{+#+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+u+}{+r+}{+e+}{+ +}{+y+}{+o+}{+u+}{+r+}{+ +}{+l+}{+o+}{+c+}{+a+}{+l+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+.+}{+ ++}{+#+}{+ +}FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build{+ ++}{+#+}{+ +}{+B+}{+e+}{+f+}{+o+}{+r+}{+e+}{+ +}{+a+}{+d+}{+d+}{+i+}{+n+}{+g+}{+ +}{+n+}{+e+}{+w+}{+ +}{+l+}{+i+}{+n+}{+e+}{+s+}{+,+}{+ +}{+s+}{+e+}{+e+}{+ +}{+t+}{+h+}{+e+}{+ +}{+c+}{+o+}{+m+}{+m+}{+e+}{+n+}{+t+}{+ +}{+a+}{+t+}{+ +}{+t+}{+h+}{+e+}{+ +}{+t+}{+o+}{+p+}{+.+} +i = 13, j = 13 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 13, j = 14 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build{+ ++}{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+w+}{+h+}{+e+}{+n+}{+ +}{+d+}{+u+}{+m+}{+p+}{+i+}{+n+}{+g+}{+ +}{+G+}{+r+}{+a+}{+p+}{+h+}{+v+}{+i+}{+z+}{+ +}{+o+}{+u+}{+t+}{+p+}{+u+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+:+}{+ ++}{+/+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+/+}{+ ++}{+/+}{+*+}{+.+}{+d+}{+o+}{+t+} +i = 14, j = 12 +# This file should only ignore things that are generated during a {+`+}{+x+}{+.+}{+p+}{+y+}{+`+}{+ +}build, +# generated by common IDEs, and optional files controlled by the user[- +-][-#-] that{+ ++}{+#+} affect the build (such as config.toml). +# {+I+}{+n+}{+ +}{+p+}{+a+}{+r+}{+t+}{+i+}{+c+}{+u+}{+l+}{+a+}{+r+}{+,+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+`+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+`+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+n+}{+o+}{+t+}{+ +}{+b+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+e+}{+d+}{+ +}{+h+}{+e+}{+r+}{+e+}{+;+}{+ +}{+t+}{+h+}{+e+}{+y+}{+ +}{+a+}{+r+}{+e+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ ++}{+#+}{+ +}{+c+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+m+}{+a+}{+n+}{+u+}{+a+}{+l+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+ +}{+a+}{+n+}{+d+}{+ +}{+m+}{+a+}{+n+}{+y+}{+ +}{+p+}{+e+}{+o+}{+p+}{+l+}{+e+}{+ +}{+l+}{+i+}{+k+}{+e+}{+ +}{+t+}{+o+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+ +}{+u+}{+p+}{+ +}{+i+}{+n+}{+s+}{+t+}{+e+}{+a+}{+d+}{+ +}{+o+}{+f+}{+ ++}{+#+}{+ +}{+h+}{+a+}{+v+}{+i+}{+n+}{+g+}{+ +}{+g+}{+i+}{+t+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+s+}{+u+}{+c+}{+h+}{+ +}{+l+}{+e+}{+f+}{+t+}{+o+}{+v+}{+e+}{+r+}{+s+}{+.+}{+ +}{+Y+}{+o+}{+u+}{+ +}{+c+}{+a+}{+n+}{+ +}{+u+}{+s+}{+e+}{+ +}{+`+}{+.+}{+g+}{+i+}{+t+}{+/+}{+i+}{+n+}{+f+}{+o+}{+/+}{+e+}{+x+}{+c+}{+l+}{+u+}{+d+}{+e+}{+`+}{+ +}{+t+}{+o+}{+ ++}{+#+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+u+}{+r+}{+e+}{+ +}{+y+}{+o+}{+u+}{+r+}{+ +}{+l+}{+o+}{+c+}{+a+}{+l+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+l+}{+i+}{+s+}{+t+}{+.+}{+ ++}{+#+}{+ +}FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +# [-G-]{+B+}e[-n-][-e-]{+f+}{+o+}r[-a-][-t-]e{+ +}{+a+}d{+d+}{+i+}{+n+}{+g+} [-w-][-h-][-e-]n{+e+}{+w+} [-d-][-u-][-m-][-p-]{+l+}in[-g-]{+e+}{+s+}{+,+} [-G-][-r-][-a-][-p-]{+s+}{+e+}{+e+}{+ +}{+t+}h[-v-][-i-][-z-]{+e+} {+c+}o[-u-]{+m+}{+m+}{+e+}{+n+}t[-p-][-u-]{+ +}{+a+}t [-f-][-o-][-r-][- -][-d-]{+t+}{+h+}e[-b-][-u-][-g-][-g-][-i-][-n-][-g-][-:-][- +-][-/-][-m-][-i-][-r-][-_-][-d-][-u-][-m-]{+ +}{+t+}{+o+}p[-/-][- +-][-/-][-*-].[-d-][-o-][-t-] +i = 14, j = 13 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build[- +-][-#-][- -][-G-][-e-][-n-][-e-][-r-][-a-][-t-][-e-][-d-][- -][-w-][-h-][-e-][-n-][- -][-d-][-u-][-m-][-p-][-i-][-n-][-g-][- -][-G-][-r-][-a-][-p-][-h-][-v-][-i-][-z-][- -][-o-][-u-][-t-][-p-][-u-][-t-][- -][-f-][-o-][-r-][- -][-d-][-e-][-b-][-u-][-g-][-g-][-i-][-n-][-g-][-:-][- +-][-/-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-][-/-][- +-][-/-][-*-][-.-][-d-][-o-][-t-] +i = 14, j = 14 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +# Generated when dumping Graphviz output for debugging: +/mir_dump/ +/*.dot +i = 14, j = 15 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build[- +-][-#-][- -][-G-][-e-][-n-][-e-][-r-][-a-][-t-][-e-][-d-][- -][-w-][-h-][-e-][-n-][- -][-d-][-u-][-m-][-p-][-i-][-n-][-g-][- -][-G-][-r-][-a-][-p-][-h-][-v-][-i-][-z-][- -][-o-][-u-][-t-][-p-][-u-][-t-][- -][-f-][-o-][-r-][- -][-d-][-e-][-b-][-u-][-g-][-g-][-i-][-n-][-g-][-:-][- +-][-/-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-][-/-][- +-][-/-][-*-][-.-][-d-][-o-][-t-] +i = 15, j = 13 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 15, j = 14 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build{+ ++}{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+w+}{+h+}{+e+}{+n+}{+ +}{+d+}{+u+}{+m+}{+p+}{+i+}{+n+}{+g+}{+ +}{+G+}{+r+}{+a+}{+p+}{+h+}{+v+}{+i+}{+z+}{+ +}{+o+}{+u+}{+t+}{+p+}{+u+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+:+}{+ ++}{+/+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+/+}{+ ++}{+/+}{+*+}{+.+}{+d+}{+o+}{+t+} +i = 15, j = 15 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 15, j = 16 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +[-#-][- -][-C-][-r-][-e-][-a-][-t-][-e-][-d-][- -][-b-][-y-][- -][-d-][-e-][-f-][-a-][-u-][-l-][-t-][- -][-w-][-i-][-t-][-h-][- -][-`-][-s-][-r-][-c-][-/-][-c-][-i-][-/-][-d-][-o-][-c-][-k-][-e-][-r-][-/-][-r-][-u-][-n-][-.-][-s-][-h-][-`-][-:-][- +-]/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 16, j = 14 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+#+}{+ +}{+C+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+d+}{+e+}{+f+}{+a+}{+u+}{+l+}{+t+}{+ +}{+w+}{+i+}{+t+}{+h+}{+ +}{+`+}{+s+}{+r+}{+c+}/{+c+}{+i+}{+/+}{+d+}o{+c+}{+k+}{+e+}{+r+}{+/+}{+r+}{+u+}{+n+}{+.+}{+s+}{+h+}{+`+}{+:+}{+ ++}{+/+}{+o+}bj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build{+ ++}{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+w+}{+h+}{+e+}{+n+}{+ +}{+d+}{+u+}{+m+}{+p+}{+i+}{+n+}{+g+}{+ +}{+G+}{+r+}{+a+}{+p+}{+h+}{+v+}{+i+}{+z+}{+ +}{+o+}{+u+}{+t+}{+p+}{+u+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+d+}{+e+}{+b+}{+u+}{+g+}{+g+}{+i+}{+n+}{+g+}{+:+}{+ ++}{+/+}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+/+}{+ ++}{+/+}{+*+}{+.+}{+d+}{+o+}{+t+} +i = 16, j = 15 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+#+}{+ +}{+C+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+d+}{+e+}{+f+}{+a+}{+u+}{+l+}{+t+}{+ +}{+w+}{+i+}{+t+}{+h+}{+ +}{+`+}{+s+}{+r+}{+c+}{+/+}{+c+}{+i+}{+/+}{+d+}{+o+}{+c+}{+k+}{+e+}{+r+}{+/+}{+r+}{+u+}{+n+}{+.+}{+s+}{+h+}{+`+}{+:+}{+ ++}/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 16, j = 16 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 16, j = 17 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +[-#-][- -][-G-][-e-][-n-][-e-][-r-][-a-][-t-][-e-][-d-][- -][-b-][-y-][- -][-c-][-o-][-m-][-p-][-i-][-l-][-e-][-t-][-e-][-s-][-t-][- -][-f-][-o-][-r-][- -][-i-][-n-][-c-][-r-][-e-][-m-][-e-][-n-][-t-][-a-][-l-][-:-][- +-]/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 17, j = 15 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +{+#+}{+ +}{+C+}{+r+}{+e+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+d+}{+e+}{+f+}{+a+}{+u+}{+l+}{+t+}{+ +}{+w+}{+i+}{+t+}{+h+}{+ +}{+`+}{+s+}{+r+}{+c+}/{+c+}{+i+}{+/+}{+d+}o{+c+}{+k+}{+e+}{+r+}{+/+}{+r+}{+u+}{+n+}{+.+}{+s+}{+h+}{+`+}{+:+}{+ ++}{+/+}{+o+}bj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/{+ ++}{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+:+} +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 17, j = 16 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+:+}{+ ++}/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 17, j = 17 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 17, j = 18 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +[-/-][-t-][-m-][-p-][-/-][- +-]tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 18, j = 16 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +{+#+}{+ +}{+G+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+p+}{+i+}{+l+}{+e+}{+t+}{+e+}{+s+}{+t+}{+ +}{+f+}{+o+}{+r+}{+ +}{+i+}{+n+}{+c+}{+r+}{+e+}{+m+}{+e+}{+n+}{+t+}{+a+}{+l+}{+:+}{+ ++}{+/+}{+t+}{+m+}{+p+}{+/+}{+ ++}tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 18, j = 17 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +{+/+}{+t+}{+m+}{+p+}{+/+}{+ ++}tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 18, j = 18 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 18, j = 19 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+/+}config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][-/-] +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 19, j = 17 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/[-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-]config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+/+}{+t+}{+m+}{+p+}{+/+} +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 19, j = 18 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/[-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-]config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+} +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 19, j = 19 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/target/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +i = 19, j = 20 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build[-/-] +/[-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-]config.toml +/dist/ +/dl/ +/doc[-/-] +/inst/ +/llvm/ +/mingw-build/ +/[-o-][-b-][-j-][-/-][- +-][-/-]rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}{+t+}{+c+}{+/+}{+d+}{+l+} +.cargo +no_llvm_build +i = 20, j = 18 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build{+/+} +/config.toml +/dist/ +/dl/ +/doc{+/+} +/inst/ +/llvm/ +/mingw-build/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +{+/+}ta{+r+}g{+e+}{+t+}{+/+}{+ ++}{+t+}{+a+}{+g+}s +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim[- +-][-s-][-r-][-c-][-/-][-e-][-t-][-c-][-/-][-d-][-l-] +.cargo +no_llvm_build +i = 20, j = 19 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build{+/+} +/{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+/+}config.toml +/dist/ +/dl/ +/doc{+/+} +/inst/ +/llvm/ +/mingw-build/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim[- +-][-s-][-r-][-c-][-/-][-e-][-t-][-c-][-/-][-d-][-l-] +.cargo +no_llvm_build +i = 20, j = 20 +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +i = 20, j = 21 +# This file should only ignore things that are generat[-e-]d during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +i = 21, j = 19 +# This file should only ignore things that are generat{+e+}d during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build{+/+} +/{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+/+}config.toml +/dist/ +/dl/ +/doc{+/+} +/inst/ +/llvm/ +/mingw-build/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim[- +-][-s-][-r-][-c-][-/-][-e-][-t-][-c-][-/-][-d-][-l-] +.cargo +no_llvm_build +i = 21, j = 20 +# This file should only ignore things that are generat{+e+}d during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +i = 21, j = 21 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +i = 21, j = 22 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +{+!+}{+s+}{+r+}{+c+}{+/+}{+v+}{+e+}{+n+}{+d+}{+o+}{+r+}{+/+}{+*+}{+*+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+ ++}no_llvm_build +i = 22, j = 20 +# This file should only ignore things that are generat{+e+}d during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo[- +-][-!-][-s-][-r-][-c-][-/-][-v-][-e-][-n-][-d-][-o-][-r-][-/-][-*-][-*-][- +-][-/-][-s-][-r-][-c-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-] +no_llvm_build +i = 22, j = 21 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +[-!-][-s-][-r-][-c-][-/-][-v-][-e-][-n-][-d-][-o-][-r-][-/-][-*-][-*-][- +-][-/-][-s-][-r-][-c-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][- +-]no_llvm_build +i = 22, j = 22 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 22, j = 23 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/{+*+}{+-+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/{+n+}{+d+}{+/+}{+ ++}{+/+}{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}r{+t+}{+/+}{+ ++}{+/+}{+r+}ustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +{+/+}{+s+}tag{+e+}{+[+}{+0+}{+-+}{+9+}{+]+}{+++}{+/+}{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+ ++}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}{+/+}{+t+}{+e+}s{+t+}{+/+} +{+/+}t{+m+}{+p+}{+/+}{+ ++}{+t+}ags{+ ++}{+t+}{+a+}{+g+}{+s+}.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +{+k+}{+e+}{+y+}{+w+}{+o+}{+r+}{+d+}{+s+}{+.+}{+m+}{+d+}{+ ++}{+l+}{+e+}{+x+}{+e+}{+r+}{+.+}{+m+}{+l+}{+ ++}Session.vim +src/etc/dl{+ ++}{+t+}{+m+}{+p+}{+.+}{+*+}{+.+}{+r+}{+s+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+d+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+t+}{+e+}{+x+}{+i+} +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 23, j = 21 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/[-*-][---][-*-][---][-*-][---][-*-][-/-][- +-][-/-][-*-][---][-*-][---][-*-][-/-][- +-][-/-]Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/[-n-][-d-][-/-][- +-][-/-][-o-][-b-][-j-][-/-][- +-][-/-]r[-t-][-/-][- +-][-/-][-r-]ustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +[-/-][-s-]tag[-e-][-[-][-0-][---][-9-][-]-][-+-][-/-][- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-][-t-][-e-]s[-t-][-/-] +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags[- +-][-t-][-a-][-g-][-s-].* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +[-k-][-e-][-y-][-w-][-o-][-r-][-d-][-s-][-.-][-m-][-d-][- +-][-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-][- +-]Session.vim +src/etc/dl +[-t-][-m-][-p-].[-*-][-.-][-r-][-s-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-d-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-][- +-][-.-]cargo[- +-][-!-][-s-][-r-][-c-][-/-][-v-][-e-][-n-][-d-][-o-][-r-][-/-][-*-][-*-][- +-][-/-][-s-][-r-][-c-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-] +no_llvm_build +i = 23, j = 22 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/[-*-][---][-*-][---][-*-][---][-*-][-/-][- +-][-/-][-*-][---][-*-][---][-*-][-/-][- +-][-/-]Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/[-n-][-d-][-/-][- +-][-/-][-o-][-b-][-j-][-/-][- +-][-/-]r[-t-][-/-][- +-][-/-][-r-]ustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +[-/-][-s-]tag[-e-][-[-][-0-][---][-9-][-]-][-+-][-/-][- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-][-t-][-e-]s[-t-][-/-] +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags[- +-][-t-][-a-][-g-][-s-].* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +[-k-][-e-][-y-][-w-][-o-][-r-][-d-][-s-][-.-][-m-][-d-][- +-][-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-][- +-]Session.vim +src/etc/dl[- +-][-t-][-m-][-p-][-.-][-*-][-.-][-r-][-s-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-d-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-] +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 23, j = 23 +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 23, j = 24 +[-#-][- -][-T-][-h-][-i-][-s-][- -][-f-][-i-][-l-][-e-][- -][-s-][-h-][-o-][-u-][-l-][-d-][- -][-o-][-n-][-l-][-y-][- -][-i-][-g-][-n-][-o-][-r-][-e-][- -][-t-][-h-][-i-][-n-][-g-][-s-][- -][-t-][-h-][-a-][-t-][- -][-a-][-r-][-e-][- -][-g-][-e-][-n-][-e-][-r-][-a-][-t-][-d-][- -][-d-][-u-][-r-][-i-][-n-][-g-][- -][-a-][- -][-b-][-u-][-i-][-l-][-d-][-,-][- +-][-#-][- -][-g-][-e-][-n-][-e-][-r-][-a-][-t-][-e-][-d-][- -][-b-][-y-][- -][-c-][-o-][-m-][-m-][-o-][-n-][- -][-I-][-D-][-E-][-s-][-,-][- -][-a-][-n-][-d-][- -][-o-][-p-][-t-][-i-][-o-][-n-][-a-][-l-][- -][-f-][-i-][-l-][-e-][-s-][- -][-c-][-o-][-n-][-t-][-r-][-o-][-l-][-l-][-e-][-d-][- -][-b-][-y-][- -][-t-][-h-][-e-][- -][-u-][-s-][-e-][-r-][- +-][-#-][- -][-t-][-h-][-a-][-t-][- -][-a-][-f-][-f-][-e-][-c-][-t-][- -][-t-][-h-][-e-][- -][-b-][-u-][-i-][-l-][-d-][- -][-(-][-s-][-u-][-c-][-h-][- -][-a-][-s-][- -][-c-][-o-][-n-][-f-][-i-][-g-][-.-][-t-][-o-][-m-][-l-][-)-][-.-][- +-][-#-][- -][-F-][-I-][-X-][-M-][-E-][-:-][- -][-T-][-h-][-i-][-s-][- -][-n-][-e-][-e-][-d-][-s-][- -][-c-][-l-][-e-][-a-][-n-][-u-][-p-][-.-][- +-]*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 24, j = 22 +{+#+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+f+}{+i+}{+l+}{+e+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+r+}{+e+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+a+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+,+}{+ ++}{+#+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+m+}{+o+}{+n+}{+ +}{+I+}{+D+}{+E+}{+s+}{+,+}{+ +}{+a+}{+n+}{+d+}{+ +}{+o+}{+p+}{+t+}{+i+}{+o+}{+n+}{+a+}{+l+}{+ +}{+f+}{+i+}{+l+}{+e+}{+s+}{+ +}{+c+}{+o+}{+n+}{+t+}{+r+}{+o+}{+l+}{+l+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+t+}{+h+}{+e+}{+ +}{+u+}{+s+}{+e+}{+r+}{+ ++}{+#+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+f+}{+f+}{+e+}{+c+}{+t+}{+ +}{+t+}{+h+}{+e+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+ +}{+(+}{+s+}{+u+}{+c+}{+h+}{+ +}{+a+}{+s+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+)+}{+.+}{+ ++}{+#+}{+ +}{+F+}{+I+}{+X+}{+M+}{+E+}{+:+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+n+}{+e+}{+e+}{+d+}{+s+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+u+}{+p+}{+.+}{+ ++}*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/[-*-][---][-*-][---][-*-][---][-*-][-/-][- +-][-/-][-*-][---][-*-][---][-*-][-/-][- +-][-/-]Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/[-n-][-d-][-/-][- +-][-/-][-o-][-b-][-j-][-/-][- +-][-/-]r[-t-][-/-][- +-][-/-][-r-]ustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +[-/-][-s-]tag[-e-][-[-][-0-][---][-9-][-]-][-+-][-/-][- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][- +-][-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-][-/-][-t-][-e-]s[-t-][-/-] +[-/-]t[-m-][-p-][-/-][- +-][-t-]ags[- +-][-t-][-a-][-g-][-s-].* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +[-k-][-e-][-y-][-w-][-o-][-r-][-d-][-s-][-.-][-m-][-d-][- +-][-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-][- +-]Session.vim +src/etc/dl[- +-][-t-][-m-][-p-][-.-][-*-][-.-][-r-][-s-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-d-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-] +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 24, j = 23 +{+#+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+f+}{+i+}{+l+}{+e+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+r+}{+e+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+a+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+,+}{+ ++}{+#+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+m+}{+o+}{+n+}{+ +}{+I+}{+D+}{+E+}{+s+}{+,+}{+ +}{+a+}{+n+}{+d+}{+ +}{+o+}{+p+}{+t+}{+i+}{+o+}{+n+}{+a+}{+l+}{+ +}{+f+}{+i+}{+l+}{+e+}{+s+}{+ +}{+c+}{+o+}{+n+}{+t+}{+r+}{+o+}{+l+}{+l+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+t+}{+h+}{+e+}{+ +}{+u+}{+s+}{+e+}{+r+}{+ ++}{+#+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+f+}{+f+}{+e+}{+c+}{+t+}{+ +}{+t+}{+h+}{+e+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+ +}{+(+}{+s+}{+u+}{+c+}{+h+}{+ +}{+a+}{+s+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+)+}{+.+}{+ ++}{+#+}{+ +}{+F+}{+I+}{+X+}{+M+}{+E+}{+:+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+n+}{+e+}{+e+}{+d+}{+s+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+u+}{+p+}{+.+}{+ ++}*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 24, j = 24 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 24, j = 25 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+ ++}Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 25, j = 23 +{+#+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+f+}{+i+}{+l+}{+e+}{+ +}{+s+}{+h+}{+o+}{+u+}{+l+}{+d+}{+ +}{+o+}{+n+}{+l+}{+y+}{+ +}{+i+}{+g+}{+n+}{+o+}{+r+}{+e+}{+ +}{+t+}{+h+}{+i+}{+n+}{+g+}{+s+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+r+}{+e+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+d+}{+ +}{+d+}{+u+}{+r+}{+i+}{+n+}{+g+}{+ +}{+a+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+,+}{+ ++}{+#+}{+ +}{+g+}{+e+}{+n+}{+e+}{+r+}{+a+}{+t+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+c+}{+o+}{+m+}{+m+}{+o+}{+n+}{+ +}{+I+}{+D+}{+E+}{+s+}{+,+}{+ +}{+a+}{+n+}{+d+}{+ +}{+o+}{+p+}{+t+}{+i+}{+o+}{+n+}{+a+}{+l+}{+ +}{+f+}{+i+}{+l+}{+e+}{+s+}{+ +}{+c+}{+o+}{+n+}{+t+}{+r+}{+o+}{+l+}{+l+}{+e+}{+d+}{+ +}{+b+}{+y+}{+ +}{+t+}{+h+}{+e+}{+ +}{+u+}{+s+}{+e+}{+r+}{+ ++}{+#+}{+ +}{+t+}{+h+}{+a+}{+t+}{+ +}{+a+}{+f+}{+f+}{+e+}{+c+}{+t+}{+ +}{+t+}{+h+}{+e+}{+ +}{+b+}{+u+}{+i+}{+l+}{+d+}{+ +}{+(+}{+s+}{+u+}{+c+}{+h+}{+ +}{+a+}{+s+}{+ +}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+)+}{+.+}{+ ++}{+#+}{+ +}{+F+}{+I+}{+X+}{+M+}{+E+}{+:+}{+ +}{+T+}{+h+}{+i+}{+s+}{+ +}{+n+}{+e+}{+e+}{+d+}{+s+}{+ +}{+c+}{+l+}{+e+}{+a+}{+n+}{+u+}{+p+}{+.+}{+ ++}*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml[- +-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-] +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 25, j = 24 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +[-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-][- +-]Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 25, j = 25 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 25, j = 26 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/s[-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-e-][-d-][- +-][-/-][-s-]tage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 26, j = 24 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+}{+ ++}{+/+}{+s+}tage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml[- +-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-] +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 26, j = 25 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+}{+ ++}{+/+}{+s+}tage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 26, j = 26 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 26, j = 27 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode{+/+} +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+} +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 27, j = 25 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode[-/-] +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 27, j = 26 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode[-/-] +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt[- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-e-][-d-] +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 27, j = 27 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 27, j = 28 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/s[-r-][-c-][-/-][-l-][-i-][-b-][-c-][-o-][-r-][-e-][-/-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-d-][-o-][-w-][-n-][-l-][-o-][-a-][-d-][-e-][-d-][- +-][-/-][-s-]tage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 28, j = 26 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode[-/-] +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 28, j = 27 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+}{+ ++}{+/+}{+s+}tage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 28, j = 28 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 28, j = 29 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +[-.-][-f-][-a-][-v-][-o-][-r-][-i-][-t-][-e-][-s-][-.-][-j-][-s-][-o-][-n-][- +-]/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 29, j = 27 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +{+.+}{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}{+s+}{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+c+}{+o+}{+r+}{+e+}{+/+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+d+}{+o+}{+w+}{+n+}{+l+}{+o+}{+a+}{+d+}{+e+}{+d+} +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 29, j = 28 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +{+.+}{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}{+s+}{+.+}{+j+}{+s+}{+o+}{+n+}{+ ++}/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 29, j = 29 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 29, j = 30 +*{+.+}{+a+}{+ ++}{+*+}{+.+}{+a+}{+u+}{+x+}{+ ++}{+*+}{+.+}{+b+}{+c+}{+ ++}{+*+}{+.+}{+b+}{+o+}{+o+}{+t+}{+ ++}{+*+}{+.+}{+b+}{+z+}{+2+}{+ ++}{+*+}{+.+}{+c+}{+m+}{+i+}{+ ++}{+*+}{+.+}{+c+}{+m+}{+o+}{+ ++}{+*+}{+.+}{+c+}{+m+}{+x+}{+ ++}{+*+}{+.+}{+c+}{+p+}{+ ++}{+*+}{+.+}{+c+}{+p+}{+s+}{+ ++}{+*+}{+.+}{+d+}{+ ++}{+*+}{+.+}{+d+}{+S+}{+Y+}{+M+}{+ ++}{+*+}{+.+}{+d+}{+e+}{+f+}{+ ++}{+*+}{+.+}{+d+}{+i+}{+f+}{+f+}{+ ++}{+*+}{+.+}{+d+}{+l+}{+l+}{+ ++}{+*+}{+.+}{+d+}{+y+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}{+e+}{+l+}{+c+}{+ ++}{+*+}{+.+}{+e+}{+p+}{+u+}{+b+}{+ ++}{+*+}{+.+}{+e+}{+x+}{+e+}{+ ++}{+*+}{+.+}{+f+}{+n+}{+ ++}{+*+}{+.+}{+h+}{+t+}{+m+}{+l+}{+ ++}{+*+}{+.+}{+k+}{+d+}{+e+}{+v+}{+4+}{+ ++}{+*+}{+.+}{+k+}{+y+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+ ++}{+*+}{+.+}{+l+}{+o+}{+g+}{+ ++}{+*+}{+.+}{+o+}{+ ++}{+*+}{+.+}{+o+}{+r+}{+i+}{+g+}{+ ++}{+*+}{+.+}{+o+}{+u+}{+t+}{+ ++}{+*+}{+.+}{+p+}{+a+}{+t+}{+c+}{+h+}{+ ++}{+*+}{+.+}{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}{+f+}{+ ++}{+*+}{+.+}{+p+}{+g+}{+ ++}{+*+}{+.+}{+p+}{+o+}{+t+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+c+}{+ ++}{+*+}{+.+}{+r+}{+e+}{+j+}{+ ++}{+*+}{+.+}{+r+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+*+}{+.+}{+s+}{+o+}{+ ++}{+*+}{+.+}{+s+}{+w+}{+o+}{+ ++}{+*+}{+.+}{+s+}{+w+}{+p+}{+ ++}{+*+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+t+}{+o+}{+c+}{+ ++}{+*+}{+.+}{+t+}{+p+}{+ ++}{+*+}{+.+}{+v+}{+r+}{+ ++}{+*+}{+.+}{+x+}{+8+}{+6+}{+ ++}{+*+}~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 30, j = 28 +*[-.-][-a-][- +-][-*-][-.-][-a-][-u-][-x-][- +-][-*-][-.-][-b-][-c-][- +-][-*-][-.-][-b-][-o-][-o-][-t-][- +-][-*-][-.-][-b-][-z-][-2-][- +-][-*-][-.-][-c-][-m-][-i-][- +-][-*-][-.-][-c-][-m-][-o-][- +-][-*-][-.-][-c-][-m-][-x-][- +-][-*-][-.-][-c-][-p-][- +-][-*-][-.-][-c-][-p-][-s-][- +-][-*-][-.-][-d-][- +-][-*-][-.-][-d-][-S-][-Y-][-M-][- +-][-*-][-.-][-d-][-e-][-f-][- +-][-*-][-.-][-d-][-i-][-f-][-f-][- +-][-*-][-.-][-d-][-l-][-l-][- +-][-*-][-.-][-d-][-y-][-l-][-i-][-b-][- +-][-*-][-.-][-e-][-l-][-c-][- +-][-*-][-.-][-e-][-p-][-u-][-b-][- +-][-*-][-.-][-e-][-x-][-e-][- +-][-*-][-.-][-f-][-n-][- +-][-*-][-.-][-h-][-t-][-m-][-l-][- +-][-*-][-.-][-k-][-d-][-e-][-v-][-4-][- +-][-*-][-.-][-k-][-y-][- +-][-*-][-.-][-l-][-l-][- +-][-*-][-.-][-l-][-l-][-v-][-m-][- +-][-*-][-.-][-l-][-o-][-g-][- +-][-*-][-.-][-o-][- +-][-*-][-.-][-o-][-r-][-i-][-g-][- +-][-*-][-.-][-o-][-u-][-t-][- +-][-*-][-.-][-p-][-a-][-t-][-c-][-h-][- +-][-*-][-.-][-p-][-d-][-b-][- +-][-*-][-.-][-p-][-d-][-f-][- +-][-*-][-.-][-p-][-g-][- +-][-*-][-.-][-p-][-o-][-t-][- +-][-*-][-.-][-p-][-y-][-c-][- +-][-*-][-.-][-r-][-e-][-j-][- +-][-*-][-.-][-r-][-l-][-i-][-b-][- +-][-*-][-.-][-r-][-u-][-s-][-t-][-c-][- +-][-*-][-.-][-s-][-o-][- +-][-*-][-.-][-s-][-w-][-o-][- +-][-*-][-.-][-s-][-w-][-p-][- +-][-*-][-.-][-t-][-m-][-p-][- +-][-*-][-.-][-t-][-o-][-c-][- +-][-*-][-.-][-t-][-p-][- +-][-*-][-.-][-v-][-r-][- +-][-*-][-.-][-x-][-8-][-6-][- +-][-*-]~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/{+ ++}{+.+}{+f+}{+a+}{+v+}{+o+}{+r+}{+i+}{+t+}{+e+}{+s+}{+.+}{+j+}{+s+}{+o+}{+n+} +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 30, j = 29 +*[-.-][-a-][- +-][-*-][-.-][-a-][-u-][-x-][- +-][-*-][-.-][-b-][-c-][- +-][-*-][-.-][-b-][-o-][-o-][-t-][- +-][-*-][-.-][-b-][-z-][-2-][- +-][-*-][-.-][-c-][-m-][-i-][- +-][-*-][-.-][-c-][-m-][-o-][- +-][-*-][-.-][-c-][-m-][-x-][- +-][-*-][-.-][-c-][-p-][- +-][-*-][-.-][-c-][-p-][-s-][- +-][-*-][-.-][-d-][- +-][-*-][-.-][-d-][-S-][-Y-][-M-][- +-][-*-][-.-][-d-][-e-][-f-][- +-][-*-][-.-][-d-][-i-][-f-][-f-][- +-][-*-][-.-][-d-][-l-][-l-][- +-][-*-][-.-][-d-][-y-][-l-][-i-][-b-][- +-][-*-][-.-][-e-][-l-][-c-][- +-][-*-][-.-][-e-][-p-][-u-][-b-][- +-][-*-][-.-][-e-][-x-][-e-][- +-][-*-][-.-][-f-][-n-][- +-][-*-][-.-][-h-][-t-][-m-][-l-][- +-][-*-][-.-][-k-][-d-][-e-][-v-][-4-][- +-][-*-][-.-][-k-][-y-][- +-][-*-][-.-][-l-][-l-][- +-][-*-][-.-][-l-][-l-][-v-][-m-][- +-][-*-][-.-][-l-][-o-][-g-][- +-][-*-][-.-][-o-][- +-][-*-][-.-][-o-][-r-][-i-][-g-][- +-][-*-][-.-][-o-][-u-][-t-][- +-][-*-][-.-][-p-][-a-][-t-][-c-][-h-][- +-][-*-][-.-][-p-][-d-][-b-][- +-][-*-][-.-][-p-][-d-][-f-][- +-][-*-][-.-][-p-][-g-][- +-][-*-][-.-][-p-][-o-][-t-][- +-][-*-][-.-][-p-][-y-][-c-][- +-][-*-][-.-][-r-][-e-][-j-][- +-][-*-][-.-][-r-][-l-][-i-][-b-][- +-][-*-][-.-][-r-][-u-][-s-][-t-][-c-][- +-][-*-][-.-][-s-][-o-][- +-][-*-][-.-][-s-][-w-][-o-][- +-][-*-][-.-][-s-][-w-][-p-][- +-][-*-][-.-][-t-][-m-][-p-][- +-][-*-][-.-][-t-][-o-][-c-][- +-][-*-][-.-][-t-][-p-][- +-][-*-][-.-][-v-][-r-][- +-][-*-][-.-][-x-][-8-][-6-][- +-][-*-]~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 30, j = 30 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 30, j = 31 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +[-t-][-a-][-g-][-s-]{+T+}{+A+}{+G+}{+S+} +[-t-][-a-][-g-][-s-][-.-][-*-][- +-]TAGS{+.+}{+e+}{+m+}{+a+}{+c+}{+s+} +TAGS.[-*-]{+v+}{+i+} +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml[- +-][-m-][-i-][-r-][-_-][-d-][-u-][-m-][-p-][- +-][-S-][-e-][-s-][-s-][-i-][-o-][-n-][-.-][-v-][-i-][-m-] +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 31, j = 29 +*[-.-][-a-][- +-][-*-][-.-][-a-][-u-][-x-][- +-][-*-][-.-][-b-][-c-][- +-][-*-][-.-][-b-][-o-][-o-][-t-][- +-][-*-][-.-][-b-][-z-][-2-][- +-][-*-][-.-][-c-][-m-][-i-][- +-][-*-][-.-][-c-][-m-][-o-][- +-][-*-][-.-][-c-][-m-][-x-][- +-][-*-][-.-][-c-][-p-][- +-][-*-][-.-][-c-][-p-][-s-][- +-][-*-][-.-][-d-][- +-][-*-][-.-][-d-][-S-][-Y-][-M-][- +-][-*-][-.-][-d-][-e-][-f-][- +-][-*-][-.-][-d-][-i-][-f-][-f-][- +-][-*-][-.-][-d-][-l-][-l-][- +-][-*-][-.-][-d-][-y-][-l-][-i-][-b-][- +-][-*-][-.-][-e-][-l-][-c-][- +-][-*-][-.-][-e-][-p-][-u-][-b-][- +-][-*-][-.-][-e-][-x-][-e-][- +-][-*-][-.-][-f-][-n-][- +-][-*-][-.-][-h-][-t-][-m-][-l-][- +-][-*-][-.-][-k-][-d-][-e-][-v-][-4-][- +-][-*-][-.-][-k-][-y-][- +-][-*-][-.-][-l-][-l-][- +-][-*-][-.-][-l-][-l-][-v-][-m-][- +-][-*-][-.-][-l-][-o-][-g-][- +-][-*-][-.-][-o-][- +-][-*-][-.-][-o-][-r-][-i-][-g-][- +-][-*-][-.-][-o-][-u-][-t-][- +-][-*-][-.-][-p-][-a-][-t-][-c-][-h-][- +-][-*-][-.-][-p-][-d-][-b-][- +-][-*-][-.-][-p-][-d-][-f-][- +-][-*-][-.-][-p-][-g-][- +-][-*-][-.-][-p-][-o-][-t-][- +-][-*-][-.-][-p-][-y-][-c-][- +-][-*-][-.-][-r-][-e-][-j-][- +-][-*-][-.-][-r-][-l-][-i-][-b-][- +-][-*-][-.-][-r-][-u-][-s-][-t-][-c-][- +-][-*-][-.-][-s-][-o-][- +-][-*-][-.-][-s-][-w-][-o-][- +-][-*-][-.-][-s-][-w-][-p-][- +-][-*-][-.-][-t-][-m-][-p-][- +-][-*-][-.-][-t-][-o-][-c-][- +-][-*-][-.-][-t-][-p-][- +-][-*-][-.-][-v-][-r-][- +-][-*-][-.-][-x-][-8-][-6-][- +-][-*-]~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +[-T-][-A-][-G-][-S-]{+t+}{+a+}{+g+}{+s+} +{+t+}{+a+}{+g+}{+s+}{+.+}{+*+}{+ ++}TAGS[-.-][-e-][-m-][-a-][-c-][-s-] +TAGS.[-v-][-i-]{+*+} +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml{+ ++}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+ ++}{+S+}{+e+}{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 31, j = 30 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +[-T-][-A-][-G-][-S-]{+t+}{+a+}{+g+}{+s+} +{+t+}{+a+}{+g+}{+s+}{+.+}{+*+}{+ ++}TAGS[-.-][-e-][-m-][-a-][-c-][-s-] +TAGS.[-v-][-i-]{+*+} +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml{+ ++}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+ ++}{+S+}{+e+}{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 31, j = 31 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 31, j = 32 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/DerivedCoreProperties.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/DerivedNormalizationProps.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/PropList.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/ReadMe.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/Scripts.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/SpecialCasing.txt +/src/lib[-c-][-o-][-r-][-e-][-/-]{+s+}{+t+}{+d+}{+_+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 32, j = 30 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedCoreProperties.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedNormalizationProps.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/PropList.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/ReadMe.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/Scripts.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/SpecialCasing.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +[-T-][-A-][-G-][-S-]{+t+}{+a+}{+g+}{+s+} +{+t+}{+a+}{+g+}{+s+}{+.+}{+*+}{+ ++}TAGS[-.-][-e-][-m-][-a-][-c-][-s-] +TAGS.[-v-][-i-]{+*+} +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml{+ ++}{+m+}{+i+}{+r+}{+_+}{+d+}{+u+}{+m+}{+p+}{+ ++}{+S+}{+e+}{+s+}{+s+}{+i+}{+o+}{+n+}{+.+}{+v+}{+i+}{+m+} +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 32, j = 31 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedCoreProperties.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedNormalizationProps.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/PropList.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/ReadMe.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/Scripts.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/SpecialCasing.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 32, j = 32 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 32, j = 33 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +[-t-][-a-][-r-][-g-][-e-][-t-][-/-][- +-]/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 33, j = 31 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedCoreProperties.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/DerivedNormalizationProps.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/PropList.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/ReadMe.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/Scripts.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/SpecialCasing.txt +/src/lib[-s-][-t-][-d-][-_-]{+c+}{+o+}{+r+}{+e+}{+/+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target{+ ++}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+} +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 33, j = 32 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+}{+ ++}/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 33, j = 33 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 33, j = 34 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+r+}{+u+}{+s+}{+t+}{+c+}{+_+}{+l+}{+l+}{+v+}{+m+}{+/+}{+l+}{+l+}{+v+}{+m+}{+d+}{+e+}{+p+}{+s+}{+.+}{+r+}{+s+}{+ ++}tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 34, j = 32 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}/{+ ++}{+/+}test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl[- +-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-r-][-u-][-s-][-t-][-c-][-_-][-l-][-l-][-v-][-m-][-/-][-l-][-l-][-v-][-m-][-d-][-e-][-p-][-s-][-.-][-r-][-s-] +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 34, j = 33 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-r-][-u-][-s-][-t-][-c-][-_-][-l-][-l-][-v-][-m-][-/-][-l-][-l-][-v-][-m-][-d-][-e-][-p-][-s-][-.-][-r-][-s-][- +-]tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 34, j = 34 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build +i = 34, j = 35 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/[- +-][- +-][-n-][-o-][-_-][-l-][-l-][-v-][-m-][-_-][-b-][-u-][-i-][-l-][-d-] +i = 35, j = 33 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +[-s-][-r-][-c-][-/-][-l-][-i-][-b-][-r-][-u-][-s-]t[-c-][-_-][-l-][-l-][-v-]m[-/-][-l-][-l-][-v-][-m-][-d-][-e-]p[-s-].[-r-][-s-][- +-][-t-][-m-][-p-][-.-]*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/{+ ++}{+ ++}{+n+}{+o+}{+_+}{+l+}{+l+}{+v+}{+m+}{+_+}{+b+}{+u+}{+i+}{+l+}{+d+} +i = 35, j = 34 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/{+ ++}{+ ++}{+n+}{+o+}{+_+}{+l+}{+l+}{+v+}{+m+}{+_+}{+b+}{+u+}{+i+}{+l+}{+d+} +i = 35, j = 35 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +i = 35, j = 36 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +[-*-][-.-][-i-][-m-][-l-][- +-]__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +i = 36, j = 34 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +{+*+}{+.+}{+i+}{+m+}{+l+}{+ ++}__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/{+ ++}{+ ++}{+n+}{+o+}{+_+}{+l+}{+l+}{+v+}{+m+}{+_+}{+b+}{+u+}{+i+}{+l+}{+d+} +i = 36, j = 35 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +{+*+}{+.+}{+i+}{+m+}{+l+}{+ ++}__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +i = 36, j = 36 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +i = 36, j = 37 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/**[- +-][-/-][-s-][-r-][-c-][-/-][-t-][-a-][-r-][-g-][-e-][-t-][-/-] +i = 37, j = 35 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +{+*+}{+.+}{+i+}{+m+}{+l+}{+ ++}__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/**{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+} +i = 37, j = 36 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/**{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+} +i = 37, j = 37 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +i = 37, j = 38 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo[- +-][-!-][-s-][-r-][-c-][-/-][-v-][-e-][-n-][-d-][-o-][-r-][-/-][-*-][-*-] +i = 38, j = 36 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo{+ ++}{+!+}{+s+}{+r+}{+c+}{+/+}{+v+}{+e+}{+n+}{+d+}{+o+}{+r+}{+/+}{+*+}{+*+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+}{+/+} +i = 38, j = 37 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo{+ ++}{+!+}{+s+}{+r+}{+c+}{+/+}{+v+}{+e+}{+n+}{+d+}{+o+}{+r+}{+/+}{+*+}{+*+} +i = 38, j = 38 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +i = 38, j = 39 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib[-s-][-t-][-d-][-_-]unicode/DerivedCoreProperties.txt +/src/lib[-s-][-t-][-d-][-_-]unicode/[-D-][-e-][-r-][-i-][-v-][-e-][-d-][-N-][-o-][-r-][-m-]{+E+}a[-l-][-i-][-z-][-a-][-t-][-i-][-o-][-n-][-P-][-r-][-o-][-p-]s[-.-]t[-x-][-t-][- +-][-/-]{+A+}s[-r-][-c-][-/-][-l-]i[-b-][-s-][-t-][-d-][-_-][-u-]{+a+}n{+W+}i[-c-][-o-]d[-e-][-/-][-P-][-r-][-o-][-p-][-L-][-i-][-s-]t{+h+}.txt +/src/lib[-s-][-t-][-d-][-_-]unicode/[-R-][-e-]{+H+}a[-d-][-M-]{+n+}{+g+}{+u+}{+l+}{+S+}{+y+}{+l+}{+l+}{+a+}{+b+}{+l+}e{+T+}{+y+}{+p+}{+e+}.txt +/src/lib[-s-][-t-][-d-][-_-]unicode/[-S-][-c-]{+P+}r[-i-]{+o+}p[-t-]{+L+}{+i+}s{+t+}.txt +/src/lib[-s-][-t-][-d-][-_-]unicode/S[-p-][-e-]c{+r+}i[-a-][-l-][-C-][-a-]{+p+}{+t+}s[-i-][-n-][-g-].txt +/src/lib[-s-][-t-][-d-][-_-]unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +i = 39, j = 37 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/DerivedCoreProperties.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-E-]{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+N+}{+o+}{+r+}{+m+}a{+l+}{+i+}{+z+}{+a+}{+t+}{+i+}{+o+}{+n+}{+P+}{+r+}{+o+}{+p+}s{+.+}t[-A-]{+x+}{+t+}{+ ++}{+/+}s{+r+}{+c+}{+/+}{+l+}i[-a-]{+b+}{+s+}{+t+}{+d+}{+_+}{+u+}n[-W-]i{+c+}{+o+}d{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}t[-h-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-H-]{+R+}{+e+}a[-n-][-g-][-u-][-l-][-S-][-y-][-l-][-l-][-a-][-b-][-l-]{+d+}{+M+}e[-T-][-y-][-p-][-e-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-P-]{+S+}{+c+}r[-o-][-p-][-L-]i[-s-]{+p+}t{+s+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/S{+p+}{+e+}c[-r-]i[-p-][-t-]{+a+}{+l+}{+C+}{+a+}s{+i+}{+n+}{+g+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo{+ ++}{+!+}{+s+}{+r+}{+c+}{+/+}{+v+}{+e+}{+n+}{+d+}{+o+}{+r+}{+/+}{+*+}{+*+} +i = 39, j = 38 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/DerivedCoreProperties.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-E-]{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+N+}{+o+}{+r+}{+m+}a{+l+}{+i+}{+z+}{+a+}{+t+}{+i+}{+o+}{+n+}{+P+}{+r+}{+o+}{+p+}s{+.+}t[-A-]{+x+}{+t+}{+ ++}{+/+}s{+r+}{+c+}{+/+}{+l+}i[-a-]{+b+}{+s+}{+t+}{+d+}{+_+}{+u+}n[-W-]i{+c+}{+o+}d{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}t[-h-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-H-]{+R+}{+e+}a[-n-][-g-][-u-][-l-][-S-][-y-][-l-][-l-][-a-][-b-][-l-]{+d+}{+M+}e[-T-][-y-][-p-][-e-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-P-]{+S+}{+c+}r[-o-][-p-][-L-]i[-s-]{+p+}t{+s+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/S{+p+}{+e+}c[-r-]i[-p-][-t-]{+a+}{+l+}{+C+}{+a+}s{+i+}{+n+}{+g+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +i = 39, j = 39 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +i = 39, j = 40 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-.-][-c-][-a-][-r-][-g-][-o-] +i = 40, j = 38 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/DerivedCoreProperties.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-E-]{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+N+}{+o+}{+r+}{+m+}a{+l+}{+i+}{+z+}{+a+}{+t+}{+i+}{+o+}{+n+}{+P+}{+r+}{+o+}{+p+}s{+.+}t[-A-]{+x+}{+t+}{+ ++}{+/+}s{+r+}{+c+}{+/+}{+l+}i[-a-]{+b+}{+s+}{+t+}{+d+}{+_+}{+u+}n[-W-]i{+c+}{+o+}d{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}t[-h-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-H-]{+R+}{+e+}a[-n-][-g-][-u-][-l-][-S-][-y-][-l-][-l-][-a-][-b-][-l-]{+d+}{+M+}e[-T-][-y-][-p-][-e-].txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/[-P-]{+S+}{+c+}r[-o-][-p-][-L-]i[-s-]{+p+}t{+s+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/S{+p+}{+e+}c[-r-]i[-p-][-t-]{+a+}{+l+}{+C+}{+a+}s{+i+}{+n+}{+g+}.txt +/src/lib{+s+}{+t+}{+d+}{+_+}unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+.+}{+c+}{+a+}{+r+}{+g+}{+o+} +i = 40, j = 39 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+.+}{+c+}{+a+}{+r+}{+g+}{+o+} +i = 40, j = 40 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 40, j = 41 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +[-.-][-v-][-s-][-c-][-o-][-d-][-e-][-/-][- +-]/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 41, j = 39 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +{+.+}{+v+}{+s+}{+c+}{+o+}{+d+}{+e+}/{+ ++}{+/+}*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+.+}{+c+}{+a+}{+r+}{+g+}{+o+} +i = 41, j = 40 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +{+.+}{+v+}{+s+}{+c+}{+o+}{+d+}{+e+}{+/+}{+ ++}/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 41, j = 41 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 41, j = 42 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd[-b-][- +-][-*-][-.-][-p-][-d-]f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.[-i-][-d-][-e-][-a-][- +-][-_-][-_-]p[-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-][-.-][-p-][-y-][-[-][-c-][-o-][-d-][-]-][- +-][-*-][-$-][-p-][-y-][-.-][-c-][-l-][-a-][-s-][-s-][- +-][-.-][-p-]roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/[-o-][-b-][-j-][-/-][- +-][-/-]rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[-[-]0[---][-9-][-]-][-+-]/ +/{+s+}ta[-r-]ge{+1+}{+/+}{+ ++}{+/+}{+s+}t{+a+}{+g+}{+e+}{+2+}{+/+} +/{+s+}t{+a+}{+g+}e{+3+}{+/+}{+ ++}{+/+}{+t+}{+e+}st/ +/tmp/ +{+/+}{+o+}{+b+}{+j+}{+/+}{+ ++}TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 42, j = 40 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.{+i+}{+d+}{+e+}{+a+}{+ ++}{+_+}{+_+}p{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+[+}{+c+}{+o+}{+d+}{+]+}{+ ++}{+*+}{+$+}{+p+}{+y+}{+.+}{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}{+p+}roject +.settings/ +.valgrindrc +{+.+}{+v+}{+s+}{+c+}{+o+}{+d+}{+e+}/{+ ++}{+/+}*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage{+[+}0{+-+}{+9+}{+]+}{+++}/ +/[-s-]ta{+r+}ge[-1-][-/-][- +-][-/-][-s-]t[-a-][-g-][-e-][-2-][-/-] +/[-s-]t[-a-][-g-]e[-3-][-/-][- +-][-/-][-t-][-e-]st/ +/tmp/ +[-/-][-o-][-b-][-j-][-/-][- +-]TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-s-][-r-][-c-][-/-][-e-]tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 42, j = 41 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.{+i+}{+d+}{+e+}{+a+}{+ ++}{+_+}{+_+}p{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+[+}{+c+}{+o+}{+d+}{+]+}{+ ++}{+*+}{+$+}{+p+}{+y+}{+.+}{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}{+p+}roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage{+[+}0{+-+}{+9+}{+]+}{+++}/ +/[-s-]ta{+r+}ge[-1-][-/-][- +-][-/-][-s-]t[-a-][-g-][-e-][-2-][-/-] +/[-s-]t[-a-][-g-]e[-3-][-/-][- +-][-/-][-t-][-e-]st/ +/tmp/ +[-/-][-o-][-b-][-j-][-/-][- +-]TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-s-][-r-][-c-][-/-][-e-]tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 42, j = 42 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +/obj/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 42, j = 43 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.{+i+}{+d+}{+e+}{+a+}{+ ++}{+_+}{+_+}p{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+[+}{+c+}{+o+}{+d+}{+]+}{+ ++}{+*+}{+$+}{+p+}{+y+}{+.+}{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}{+p+}roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/[-c-][-o-][-n-][-f-][-i-][-g-][-.-][-t-][-o-][-m-][-l-][- +-][-/-]dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage{+[+}0{+-+}{+9+}{+]+}{+++}/ +/[-s-]ta{+r+}ge[-1-][-/-][- +-][-/-][-s-]t[-a-][-g-][-e-][-2-][-/-] +/[-s-]t[-a-][-g-]e[-3-][-/-][- +-][-/-][-t-][-e-]st/ +/tmp/ +[-/-][-o-][-b-][-j-][-/-][- +-]TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-s-][-r-][-c-][-/-][-e-]tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 43, j = 41 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 43, j = 42 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd[-b-][- +-][-*-][-.-][-p-][-d-]f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.[-i-][-d-][-e-][-a-][- +-][-_-][-_-]p[-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-][-.-][-p-][-y-][-[-][-c-][-o-][-d-][-]-][- +-][-*-][-$-][-p-][-y-][-.-][-c-][-l-][-a-][-s-][-s-][- +-][-.-][-p-]roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/[-o-][-b-][-j-][-/-][- +-][-/-]rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[-[-]0[---][-9-][-]-][-+-]/ +/{+s+}ta[-r-]ge{+1+}{+/+}{+ ++}{+/+}{+s+}t{+a+}{+g+}{+e+}{+2+}{+/+} +/{+s+}t{+a+}{+g+}e{+3+}{+/+}{+ ++}{+/+}{+t+}{+e+}st/ +/tmp/ +{+/+}{+o+}{+b+}{+j+}{+/+}{+ ++}TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 43, j = 43 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 43, j = 44 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd[-b-][- +-][-*-][-.-][-p-][-d-]f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.[-i-][-d-][-e-][-a-][- +-][-_-][-_-]p[-y-][-c-][-a-][-c-][-h-][-e-][-_-][-_-][-/-][- +-][-*-][-.-][-p-][-y-][-[-][-c-][-o-][-d-][-]-][- +-][-*-][-$-][-p-][-y-][-.-][-c-][-l-][-a-][-s-][-s-][- +-][-.-][-p-]roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/[-o-][-b-][-j-][-/-][- +-][-/-]rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[-[-]0[---][-9-][-]-][-+-]/ +/{+s+}ta[-r-]ge{+1+}{+/+}{+ ++}{+/+}{+s+}t{+a+}{+g+}{+e+}{+2+}{+/+} +/{+s+}t{+a+}{+g+}e{+3+}{+/+}{+ ++}{+/+}{+t+}{+e+}st/ +/tmp/ +{+/+}{+o+}{+b+}{+j+}{+/+}{+ ++}TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 44, j = 42 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+t+}{+o+}{+m+}{+l+}{+ ++}{+/+}dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +/obj/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 44, j = 43 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.{+i+}{+d+}{+e+}{+a+}{+ ++}{+_+}{+_+}p{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+[+}{+c+}{+o+}{+d+}{+]+}{+ ++}{+*+}{+$+}{+p+}{+y+}{+.+}{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}{+p+}roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage{+[+}0{+-+}{+9+}{+]+}{+++}/ +/[-s-]ta{+r+}ge[-1-][-/-][- +-][-/-][-s-]t[-a-][-g-][-e-][-2-][-/-] +/[-s-]t[-a-][-g-]e[-3-][-/-][- +-][-/-][-t-][-e-]st/ +/tmp/ +[-/-][-o-][-b-][-j-][-/-][- +-]TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-s-][-r-][-c-][-/-][-e-]tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 44, j = 44 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +/obj/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 44, j = 45 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +[-/-][-o-][-b-][-j-][-/-][- +-]TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 45, j = 43 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pd{+b+}{+ ++}{+*+}{+.+}{+p+}{+d+}f +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.{+i+}{+d+}{+e+}{+a+}{+ ++}{+_+}{+_+}p{+y+}{+c+}{+a+}{+c+}{+h+}{+e+}{+_+}{+_+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+[+}{+c+}{+o+}{+d+}{+]+}{+ ++}{+*+}{+$+}{+p+}{+y+}{+.+}{+c+}{+l+}{+a+}{+s+}{+s+}{+ ++}{+.+}{+p+}roject +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/{+o+}{+b+}{+j+}{+/+}{+ ++}{+/+}rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage{+[+}0{+-+}{+9+}{+]+}{+++}/ +/[-s-]ta{+r+}ge[-1-][-/-][- +-][-/-][-s-]t[-a-][-g-][-e-][-2-][-/-] +/[-s-]t[-a-][-g-]e[-3-][-/-][- +-][-/-][-t-][-e-]st/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-s-][-r-][-c-][-/-][-e-]tc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 45, j = 44 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +{+/+}{+o+}{+b+}{+j+}{+/+}{+ ++}TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 45, j = 45 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 45, j = 46 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.[-p-][-d-][-b-][- +-][-*-][-.-]fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 46, j = 44 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp{+/+}{+ ++}{+/+}{+o+}{+b+}{+j+}/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 46, j = 45 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 46, j = 46 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +i = 46, j = 47 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-/-][-t-][-a-][-r-][-g-][-e-][-t-] +i = 47, j = 45 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.{+p+}{+d+}{+b+}{+ ++}{+*+}{+.+}fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 47, j = 46 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 47, j = 47 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 47, j = 48 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.k[-d-][-e-][-v-][-4-][- +-][-*-][-.-][-k-]y +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 48, j = 46 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.k{+d+}{+e+}{+v+}{+4+}{+ ++}{+*+}{+.+}{+k+}y +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+/+}{+t+}{+a+}{+r+}{+g+}{+e+}{+t+} +i = 48, j = 47 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.k{+d+}{+e+}{+v+}{+4+}{+ ++}{+*+}{+.+}{+k+}y +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 48, j = 48 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 48, j = 49 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/s[-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-D-][-e-][-r-][-i-][-v-][-e-][-d-][-C-][-o-][-r-][-e-][-P-][-r-][-o-][-p-][-e-][-r-][-t-][-i-][-e-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-E-][-a-][-s-][-t-][-A-][-s-][-i-][-a-][-n-][-W-][-i-][-d-][-t-][-h-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-H-][-a-][-n-][-g-][-u-][-l-][-S-][-y-][-l-][-l-][-a-][-b-][-l-][-e-][-T-][-y-][-p-][-e-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-P-][-r-][-o-][-p-][-L-][-i-][-s-][-t-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-S-][-c-][-r-][-i-][-p-][-t-][-s-][-.-][-t-][-x-][-t-][- +-][-/-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-u-][-n-][-i-][-c-][-o-][-d-][-e-][-/-][-U-][-n-][-i-][-c-][-o-][-d-][-e-][-D-][-a-][-t-][-a-][-.-][-t-][-x-][-t-][- +-][-/-][-s-]tage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 49, j = 47 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.k{+d+}{+e+}{+v+}{+4+}{+ ++}{+*+}{+.+}{+k+}y +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+C+}{+o+}{+r+}{+e+}{+P+}{+r+}{+o+}{+p+}{+e+}{+r+}{+t+}{+i+}{+e+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+E+}{+a+}{+s+}{+t+}{+A+}{+s+}{+i+}{+a+}{+n+}{+W+}{+i+}{+d+}{+t+}{+h+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+H+}{+a+}{+n+}{+g+}{+u+}{+l+}{+S+}{+y+}{+l+}{+l+}{+a+}{+b+}{+l+}{+e+}{+T+}{+y+}{+p+}{+e+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}{+t+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+S+}{+c+}{+r+}{+i+}{+p+}{+t+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+U+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+D+}{+a+}{+t+}{+a+}{+.+}{+t+}{+x+}{+t+} +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 49, j = 48 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+C+}{+o+}{+r+}{+e+}{+P+}{+r+}{+o+}{+p+}{+e+}{+r+}{+t+}{+i+}{+e+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+E+}{+a+}{+s+}{+t+}{+A+}{+s+}{+i+}{+a+}{+n+}{+W+}{+i+}{+d+}{+t+}{+h+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+H+}{+a+}{+n+}{+g+}{+u+}{+l+}{+S+}{+y+}{+l+}{+l+}{+a+}{+b+}{+l+}{+e+}{+T+}{+y+}{+p+}{+e+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}{+t+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+S+}{+c+}{+r+}{+i+}{+p+}{+t+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+U+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+D+}{+a+}{+t+}{+a+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}tage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 49, j = 49 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +i = 49, j = 50 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/[-*-][---][-*-][---][-*-][---][-*-][-/-][- +-][-/-][-*-][---][-*-][---][-*-][-/-][- +-][-/-]Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +{+i+}{+6+}{+8+}{+6+}{+-+}{+p+}{+c+}{+-+}{+m+}{+i+}{+n+}{+g+}{+w+}{+3+}{+2+}{+/+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+u+}{+n+}k{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}{+k+}eywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+} +i = 50, j = 48 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/{+*+}{+-+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/s{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+D+}{+e+}{+r+}{+i+}{+v+}{+e+}{+d+}{+C+}{+o+}{+r+}{+e+}{+P+}{+r+}{+o+}{+p+}{+e+}{+r+}t{+i+}{+e+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+E+}a{+s+}{+t+}{+A+}{+s+}{+i+}{+a+}{+n+}{+W+}{+i+}{+d+}{+t+}{+h+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+H+}{+a+}{+n+}g{+u+}{+l+}{+S+}{+y+}{+l+}{+l+}{+a+}{+b+}{+l+}e{+T+}{+y+}{+p+}{+e+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+P+}{+r+}{+o+}{+p+}{+L+}{+i+}{+s+}{+t+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+S+}{+c+}{+r+}{+i+}{+p+}{+t+}{+s+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+u+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+/+}{+U+}{+n+}{+i+}{+c+}{+o+}{+d+}{+e+}{+D+}{+a+}{+t+}{+a+}{+.+}{+t+}{+x+}{+t+}{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +[-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-][- +-][-i-][-6-][-8-][-6-][---][-u-][-n-]k[-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-][- +-][-k-]eywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-a-][-p-][-p-][-l-][-e-][---][-d-][-a-][-r-][-w-][-i-][-n-][-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-] +i = 50, j = 49 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/{+*+}{+-+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+}{+ ++}{+/+}Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +[-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-][- +-][-i-][-6-][-8-][-6-][---][-u-][-n-]k[-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-][- +-][-k-]eywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi[- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-a-][-p-][-p-][-l-][-e-][---][-d-][-a-][-r-][-w-][-i-][-n-][-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-] +i = 50, j = 50 +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +i686-pc-mingw32/ +i686-unknown-linux-gnu/ +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i = 50, j = 51 +*[-.-][-a-]{+~+} +{+\+}{+#+}*[-.-][-a-][-u-][-x-]{+\+}{+#+} +{+\+}{+#+}*[-.-][-b-][-c-] +[-*-].[-b-][-o-][-o-][-t-]{+#+}{+*+} +*.[-b-][-z-][-2-]{+x+}{+8+}{+6+} +*.[-c-]{+l+}{+l+}{+v+}m[-i-] +*.[-c-][-m-]o{+u+}{+t+} +*.[-c-][-m-][-x-]{+b+}{+o+}{+o+}{+t+} +*.{+r+}{+u+}{+s+}{+t+}c[-p-] +*.c[-p-][-s-]{+m+}{+x+} +*.d{+l+}{+l+} +*.d[-S-][-Y-][-M-]{+e+}{+f+} +*.[-d-]e[-f-]{+x+}{+e+} +*.[-d-][-i-][-f-][-f-]{+a+} +*.[-d-]{+r+}l[-l-]{+i+}{+b+} +*.{+s+}{+o+}{+ ++}{+*+}{+.+}dylib +*.[-e-][-l-][-c-]{+o+}{+r+}{+i+}{+g+} +*.[-e-][-p-][-u-][-b-]{+c+}{+m+}{+o+} +*.[-e-][-x-][-e-]{+c+}{+m+}{+i+} +*.[-f-][-n-]{+d+}{+S+}{+Y+}{+M+} +*.[-h-][-t-][-m-][-l-]{+d+} +*.[-k-][-y-]{+o+} +*.ll +*.[-l-][-l-][-v-][-m-]{+b+}{+c+} +*.[-l-][-o-][-g-]{+a+}{+u+}{+x+} +*.[-o-]{+c+}{+p+} +*.[-o-][-r-][-i-][-g-]{+f+}{+n+} +*.[-o-][-u-][-t-]{+k+}{+y+} +*.[-p-][-a-][-t-]c[-h-]{+p+}{+s+} +*.{+l+}{+o+}{+g+}{+ ++}{+*+}{+.+}pdf +*.{+e+}p[-g-]{+u+}{+b+} +*.[-p-][-o-]{+h+}t{+m+}{+l+} +*.p[-y-]{+g+}{+ ++}{+*+}{+.+}{+t+}{+o+}c +*.[-r-][-e-][-j-]{+t+}{+p+} +*.{+v+}r[-l-][-i-][-b-] +*.[-r-][-u-][-s-]{+p+}{+a+}tc{+h+} +*.[-s-][-o-]{+d+}{+i+}{+f+}{+f+} +*.[-s-][-w-][-o-]{+r+}{+e+}{+j+} +*.swp +*.[-t-][-m-][-p-][- +-][-*-][-.-][-t-]{+s+}{+w+}o[-c-] +*.t{+m+}p +*.[-v-][-r-]{+p+}{+y+}{+c+} +*.[-x-][-8-][-6-][- +-][-*-][-~-][- +-][-.-][-#-][-*-][- +-][-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-]e[- +-][-.-]{+l+}c[-p-][-r-][-o-][-j-][-e-][-c-][-t-] +.hg/ +.hgignore +.{+c+}project +.[-s-]{+p+}{+r+}{+o+}{+j+}e{+c+}t[-t-][-i-][-n-][-g-][-s-][-/-] +.valgrindrc +{+l+}{+e+}{+x+}{+e+}{+r+}{+.+}{+m+}{+l+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}{+e+}{+m+}{+a+}{+c+}{+s+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}{+v+}{+i+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+t+}{+e+}{+x+}{+i+}{+ ++}/Makefile +[-/-][-b-][-u-]{+c+}{+o+}{+n+}{+f+}i[-l-][-d-]{+g+}{+.+}{+m+}{+k+} +/[-d-][-i-][-s-]{+r+}t/ +/[-d-]{+r+}{+u+}{+s+}{+t+}l{+l+}{+v+}{+m+}/ +/[-d-][-o-][-c-]{+t+}{+e+}{+s+}{+t+}{+/+} +/inst/ +/[-l-][-l-][-v-]m[-/-][- +-][-/-][-m-]ingw-build/ +{+s+}{+r+}{+c+}/[-n-][-d-][-/-]{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +/[-r-]t{+m+}{+p+}/ +/[-r-][-u-]{+d+}{+i+}st[-l-][-l-][-v-][-m-]/ +/stage0/ +/{+d+}{+l+}{+/+}{+ ++}{+/+}stage1/ +/stage2/ +/stage3/ +{+*+}{+.+}{+b+}{+z+}{+2+}{+ ++}/[-t-][-e-][-s-][-t-]{+d+}{+o+}{+c+}{+ ++}/{+n+}{+d+}{+/+} +/[-t-]{+l+}{+l+}{+v+}m[-p-]/ +[-T-][-A-][-G-][-S-][- +-][-T-][-A-][-G-][-S-][-.-]{+v+}e[-m-][-a-][-c-]{+r+}s[- +-][-T-][-A-][-G-][-S-][-.-][-v-]i[- +-][-\-][-#-][-*-][- +-][-\-][-#-][-*-][-\-][-#-][- +-][-c-]on[-f-][-i-][-g-].m[-k-]{+d+} +[-c-]{+k+}{+e+}{+y+}{+w+}o[-n-][-f-][-i-][-g-][-.-]{+r+}{+d+}s[-t-][-a-]{+.+}m[-p-]{+d+} +[-i-][-6-]{+x+}86{+_+}{+6+}{+4+}-{+a+}p[-c-]{+p+}{+l+}{+e+}-[-m-]{+d+}{+a+}{+r+}{+w+}in[-g-]{+/+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}w[-3-][-2-]{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}/ +i686-unknown-linux-gnu/ +[-k-][-e-][-y-][-w-][-o-]{+t+}{+m+}{+p+}{+.+}{+*+}{+.+}r[-d-]s[-.-][-m-][-d-] +[-l-][-e-][-x-][-e-][-r-]{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}.{+s+}{+t+}{+a+}m[-l-]{+p+} +[-s-][-r-][-c-][-/-].DS_Store +src/etc/dl +{+.+}s{+e+}{+t+}{+t+}{+i+}{+n+}{+g+}{+s+}{+/+}{+ ++}{+/+}{+b+}{+u+}{+i+}{+l+}{+d+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+p+}{+c+}{+-+}{+m+}{+i+}{+n+}{+g+}{+w+}{+3+}{+2+}{+/+}{+ ++}{+s+}rc/librustc_llvm/llvmdeps.rs +[-t-][-m-][-p-][-.-]*.[-r-][-s-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-d-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-a-]p[-p-][-l-][-e-][---][-d-][-a-][-r-][-w-][-i-][-n-][-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-]o[-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-]{+t+} +i = 51, j = 49 +*[-~-]{+.+}{+a+} +[-\-][-#-]*[-\-][-#-]{+.+}{+a+}{+u+}{+x+} +[-\-][-#-]*[- +-].[-#-]{+b+}{+c+}{+ ++}*{+.+}{+b+}{+o+}{+o+}{+t+} +*.[-x-][-8-][-6-]{+b+}{+z+}{+2+} +*.[-l-][-l-][-v-]{+c+}m{+i+} +*.{+c+}{+m+}o[-u-][-t-] +*.[-b-][-o-][-o-][-t-]{+c+}{+m+}{+x+} +*.[-r-][-u-][-s-][-t-]c{+p+} +*.c[-m-][-x-]{+p+}{+s+} +*.d[-l-][-l-] +*.d[-e-][-f-]{+S+}{+Y+}{+M+} +*.{+d+}e[-x-][-e-]{+f+} +*.[-a-]{+d+}{+i+}{+f+}{+f+} +*.[-r-]{+d+}l[-i-][-b-]{+l+} +*.[-s-][-o-][- +-][-*-][-.-]dylib +*.[-o-][-r-][-i-][-g-]{+e+}{+l+}{+c+} +*.[-c-][-m-][-o-]{+e+}{+p+}{+u+}{+b+} +*.[-c-][-m-][-i-]{+e+}{+x+}{+e+} +*.[-d-][-S-][-Y-][-M-]{+f+}{+n+} +*.[-d-]{+h+}{+t+}{+m+}{+l+} +*.[-o-]{+k+}{+y+} +*.ll +*.[-b-][-c-]{+l+}{+l+}{+v+}{+m+} +*.[-a-][-u-][-x-]{+l+}{+o+}{+g+} +*.[-c-][-p-]{+o+} +*.[-f-][-n-]{+o+}{+r+}{+i+}{+g+} +*.[-k-][-y-]{+o+}{+u+}{+t+} +*.[-c-]p[-s-]{+a+}{+t+}{+c+}{+h+} +*.[-l-][-o-][-g-][- +-][-*-][-.-]pdf +*.[-e-]p[-u-][-b-]{+g+} +*.[-h-]{+p+}{+o+}t[-m-][-l-] +*.p[-g-][- +-][-*-][-.-][-t-][-o-]{+y+}c +*.[-t-][-p-]{+r+}{+e+}{+j+} +*.[-v-]r{+l+}{+i+}{+b+} +*.[-p-][-a-]{+r+}{+u+}{+s+}tc[-h-] +*.[-d-][-i-][-f-][-f-]{+s+}{+o+} +*.[-r-][-e-][-j-]{+s+}{+w+}{+o+} +*.swp +*.[-s-][-w-]{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+t+}o{+c+} +*.t[-m-]p +*.[-p-][-y-][-c-]{+v+}{+r+} +*.{+x+}{+8+}{+6+}{+ ++}{+*+}{+~+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e[-l-]{+ ++}{+.+}c{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+} +.hg/ +.hgignore +.[-c-]project +.[-p-][-r-][-o-][-j-]{+s+}e[-c-]t{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +.valgrindrc +[-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-]{+/+}{+*+}{+-+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+} +[-T-][-A-][-G-][-S-]{+/+}{+*+}{+-+}{+*+}{+-+}{+*+}{+/+} +[-T-][-A-][-G-][-S-][-.-][-e-][-m-][-a-][-c-][-s-][- +-][-T-][-A-][-G-][-S-][-.-][-v-][-i-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-][- +-]/Makefile +[-c-][-o-][-n-][-f-]{+/+}{+b+}{+u+}i[-g-][-.-][-m-][-k-]{+l+}{+d+} +/[-r-]{+d+}{+i+}{+s+}t/ +/[-r-][-u-][-s-][-t-]{+d+}l[-l-][-v-][-m-]/ +/[-t-][-e-][-s-][-t-][-/-]{+d+}{+o+}{+c+} +/inst/ +/{+l+}{+l+}{+v+}m{+/+}{+ ++}{+/+}{+m+}ingw-build/ +[-s-][-r-][-c-]/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-][-e-]{+n+}{+d+}{+/+} +/{+r+}t[-m-][-p-]/ +/[-d-][-i-]{+r+}{+u+}st{+l+}{+l+}{+v+}{+m+}/ +/stage0/ +/[-d-][-l-][-/-][- +-][-/-]stage1/ +/stage2/ +/stage3/ +[-*-][-.-][-b-][-z-][-2-][- +-]/[-d-][-o-][-c-][- +-]{+t+}{+e+}{+s+}{+t+}/[-n-][-d-][-/-] +/[-l-][-l-][-v-]{+t+}m{+p+}/ +[-v-]{+T+}{+A+}{+G+}{+S+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}e[-r-]{+m+}{+a+}{+c+}s{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}{+v+}i{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+c+}on{+f+}{+i+}{+g+}.m[-d-]{+k+} +{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+s+}{+t+}{+a+}{+m+}{+p+}{+ ++}keywords.md +[-x-][-8-][-6-][-_-][-6-][-4-][---][-a-][-p-][-p-]le[---][-d-][-a-][-r-][-w-][-i-][-n-][-/-][- +-]x[-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---]{+e+}{+r+}{+.+}{+m+}l[-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-] +[-i-][-6-][-8-][-6-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-][- +-][-t-][-m-][-p-][-.-][-*-][-.-][-r-]s[- +-]{+r+}c[-o-][-n-][-f-][-i-][-g-]{+/+}.[-s-][-t-][-a-][-m-][-p-][- +-][-.-]DS_Store +src/etc/dl +[-.-]s[-e-][-t-][-t-][-i-][-n-][-g-][-s-][-/-][- +-][-/-][-b-][-u-][-i-][-l-][-d-][- +-][-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-][- +-][-s-]rc/librustc_llvm/llvmdeps.rs +{+t+}{+m+}{+p+}{+.+}*.[-p-]{+r+}{+s+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}o{+n+}{+.+}{+m+}{+d+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}t{+e+}{+x+}{+i+} +i = 51, j = 50 +*[-~-]{+.+}{+a+} +[-\-][-#-]*[-\-][-#-]{+.+}{+a+}{+u+}{+x+} +[-\-][-#-]*[- +-].[-#-]{+b+}{+c+}{+ ++}*{+.+}{+b+}{+o+}{+o+}{+t+} +*.[-x-][-8-][-6-]{+b+}{+z+}{+2+} +*.[-l-][-l-][-v-]{+c+}m{+i+} +*.{+c+}{+m+}o[-u-][-t-] +*.[-b-][-o-][-o-][-t-]{+c+}{+m+}{+x+} +*.[-r-][-u-][-s-][-t-]c{+p+} +*.c[-m-][-x-]{+p+}{+s+} +*.d[-l-][-l-] +*.d[-e-][-f-]{+S+}{+Y+}{+M+} +*.{+d+}e[-x-][-e-]{+f+} +*.[-a-]{+d+}{+i+}{+f+}{+f+} +*.[-r-]{+d+}l[-i-][-b-]{+l+} +*.[-s-][-o-][- +-][-*-][-.-]dylib +*.[-o-][-r-][-i-][-g-]{+e+}{+l+}{+c+} +*.[-c-][-m-][-o-]{+e+}{+p+}{+u+}{+b+} +*.[-c-][-m-][-i-]{+e+}{+x+}{+e+} +*.[-d-][-S-][-Y-][-M-]{+f+}{+n+} +*.[-d-]{+h+}{+t+}{+m+}{+l+} +*.[-o-]{+k+}{+y+} +*.ll +*.[-b-][-c-]{+l+}{+l+}{+v+}{+m+} +*.[-a-][-u-][-x-]{+l+}{+o+}{+g+} +*.[-c-][-p-]{+o+} +*.[-f-][-n-]{+o+}{+r+}{+i+}{+g+} +*.[-k-][-y-]{+o+}{+u+}{+t+} +*.[-c-]p[-s-]{+a+}{+t+}{+c+}{+h+} +*.[-l-][-o-][-g-][- +-][-*-][-.-]pdf +*.[-e-]p[-u-][-b-]{+g+} +*.[-h-]{+p+}{+o+}t[-m-][-l-] +*.p[-g-][- +-][-*-][-.-][-t-][-o-]{+y+}c +*.[-t-][-p-]{+r+}{+e+}{+j+} +*.[-v-]r{+l+}{+i+}{+b+} +*.[-p-][-a-]{+r+}{+u+}{+s+}tc[-h-] +*.[-d-][-i-][-f-][-f-]{+s+}{+o+} +*.[-r-][-e-][-j-]{+s+}{+w+}{+o+} +*.swp +*.[-s-][-w-]{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+t+}o{+c+} +*.t[-m-]p +*.[-p-][-y-][-c-]{+v+}{+r+} +*.{+x+}{+8+}{+6+}{+ ++}{+*+}{+~+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e[-l-]{+ ++}{+.+}c{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+} +.hg/ +.hgignore +.[-c-]project +.[-p-][-r-][-o-][-j-]{+s+}e[-c-]t{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +.valgrindrc +[-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-][- +-][-T-][-A-][-G-][-S-][- +-][-T-][-A-][-G-][-S-][-.-][-e-][-m-][-a-][-c-][-s-][- +-][-T-][-A-][-G-][-S-][-.-][-v-][-i-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-][- +-]/Makefile +[-c-][-o-][-n-][-f-]{+/+}{+b+}{+u+}i[-g-][-.-][-m-][-k-]{+l+}{+d+} +/[-r-]{+d+}{+i+}{+s+}t/ +/[-r-][-u-][-s-][-t-]{+d+}l[-l-][-v-][-m-]/ +/[-t-][-e-][-s-][-t-][-/-]{+d+}{+o+}{+c+} +/inst/ +/{+l+}{+l+}{+v+}m{+/+}{+ ++}{+/+}{+m+}ingw-build/ +[-s-][-r-][-c-]/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-][-e-]{+n+}{+d+}{+/+} +/{+r+}t[-m-][-p-]/ +/[-d-][-i-]{+r+}{+u+}st{+l+}{+l+}{+v+}{+m+}/ +/stage0/ +/[-d-][-l-][-/-][- +-][-/-]stage1/ +/stage2/ +/stage3/ +[-*-][-.-][-b-][-z-][-2-][- +-]/[-d-][-o-][-c-][- +-]{+t+}{+e+}{+s+}{+t+}/[-n-][-d-][-/-] +/[-l-][-l-][-v-]{+t+}m{+p+}/ +[-v-]{+T+}{+A+}{+G+}{+S+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}e[-r-]{+m+}{+a+}{+c+}s{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}{+v+}i{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+c+}on{+f+}{+i+}{+g+}.m[-d-][- +-]k[-e-][-y-][-w-]{+ ++}{+c+}o[-r-][-d-][-s-]{+n+}{+f+}{+i+}{+g+}.{+s+}{+t+}{+a+}m[-d-]{+p+} +[-x-]{+i+}{+6+}86[-_-][-6-][-4-]-[-a-]p[-p-][-l-][-e-]{+c+}-[-d-][-a-][-r-][-w-]{+m+}in[-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---]g[-n-][-u-]{+w+}{+3+}{+2+}/ +i686-unknown-linux-gnu/ +[-t-][-m-][-p-][-.-][-*-][-.-]{+k+}{+e+}{+y+}{+w+}{+o+}r{+d+}s{+.+}{+m+}{+d+} +[-c-][-o-][-n-][-f-][-i-][-g-]{+l+}{+e+}{+x+}{+e+}{+r+}.[-s-][-t-][-a-]m[-p-]{+l+} +{+s+}{+r+}{+c+}{+/+}.DS_Store +src/etc/dl +[-.-]s[-e-][-t-][-t-][-i-][-n-][-g-][-s-][-/-][- +-][-/-][-b-][-u-][-i-][-l-][-d-][- +-][-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-][- +-][-s-]rc/librustc_llvm/llvmdeps.rs +{+t+}{+m+}{+p+}{+.+}*.[-p-]{+r+}{+s+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}o{+n+}{+.+}{+m+}{+d+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}t{+e+}{+x+}{+i+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+} +i = 51, j = 51 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc_llvm/llvmdeps.rs +*.pot +i = 51, j = 52 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc[-_-]{+/+}l[-l-][-v-][-m-]{+i+}{+b+}/llvmdeps.rs +*.pot +i = 52, j = 50 +*[-~-]{+.+}{+a+} +[-\-][-#-]*[-\-][-#-]{+.+}{+a+}{+u+}{+x+} +[-\-][-#-]*[- +-].[-#-]{+b+}{+c+}{+ ++}*{+.+}{+b+}{+o+}{+o+}{+t+} +*.[-x-][-8-][-6-]{+b+}{+z+}{+2+} +*.[-l-][-l-][-v-]{+c+}m{+i+} +*.{+c+}{+m+}o[-u-][-t-] +*.[-b-][-o-][-o-][-t-]{+c+}{+m+}{+x+} +*.[-r-][-u-][-s-][-t-]c{+p+} +*.c[-m-][-x-]{+p+}{+s+} +*.d[-l-][-l-] +*.d[-e-][-f-]{+S+}{+Y+}{+M+} +*.{+d+}e[-x-][-e-]{+f+} +*.[-a-]{+d+}{+i+}{+f+}{+f+} +*.[-r-]{+d+}l[-i-][-b-]{+l+} +*.[-s-][-o-][- +-][-*-][-.-]dylib +*.[-o-][-r-][-i-][-g-]{+e+}{+l+}{+c+} +*.[-c-][-m-][-o-]{+e+}{+p+}{+u+}{+b+} +*.[-c-][-m-][-i-]{+e+}{+x+}{+e+} +*.[-d-][-S-][-Y-][-M-]{+f+}{+n+} +*.[-d-]{+h+}{+t+}{+m+}{+l+} +*.[-o-]{+k+}{+y+} +*.ll +*.[-b-][-c-]{+l+}{+l+}{+v+}{+m+} +*.[-a-][-u-][-x-]{+l+}{+o+}{+g+} +*.[-c-][-p-]{+o+} +*.[-f-][-n-]{+o+}{+r+}{+i+}{+g+} +*.[-k-][-y-]{+o+}{+u+}{+t+} +*.[-c-]p[-s-]{+a+}{+t+}{+c+}{+h+} +*.[-l-][-o-][-g-][- +-][-*-][-.-]pdf +*.[-e-]p[-u-][-b-]{+g+} +*.[-h-]{+p+}{+o+}t[-m-][-l-] +*.p[-g-][- +-][-*-][-.-][-t-][-o-]{+y+}c +*.[-t-][-p-]{+r+}{+e+}{+j+} +*.[-v-]r{+l+}{+i+}{+b+} +*.[-p-][-a-]{+r+}{+u+}{+s+}tc[-h-] +*.[-d-][-i-][-f-][-f-]{+s+}{+o+} +*.[-r-][-e-][-j-]{+s+}{+w+}{+o+} +*.swp +*.[-s-][-w-]{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+t+}o{+c+} +*.t[-m-]p +*.[-p-][-y-][-c-]{+v+}{+r+} +*.{+x+}{+8+}{+6+}{+ ++}{+*+}{+~+}{+ ++}{+.+}{+#+}{+*+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}e[-l-]{+ ++}{+.+}c{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+} +.hg/ +.hgignore +.[-c-]project +.[-p-][-r-][-o-][-j-]{+s+}e[-c-]t{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +.valgrindrc +[-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-][- +-][-T-][-A-][-G-][-S-][- +-][-T-][-A-][-G-][-S-][-.-][-e-][-m-][-a-][-c-][-s-][- +-][-T-][-A-][-G-][-S-][-.-][-v-][-i-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-][- +-]/Makefile +[-c-][-o-][-n-][-f-]{+/+}{+b+}{+u+}i[-g-][-.-][-m-][-k-]{+l+}{+d+} +/[-r-]{+d+}{+i+}{+s+}t/ +/[-r-][-u-][-s-][-t-]{+d+}l[-l-][-v-][-m-]/ +/[-t-][-e-][-s-][-t-][-/-]{+d+}{+o+}{+c+} +/inst/ +/{+l+}{+l+}{+v+}m{+/+}{+ ++}{+/+}{+m+}ingw-build/ +[-s-][-r-][-c-]/[-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-][-e-]{+n+}{+d+}{+/+} +/{+r+}t[-m-][-p-]/ +/[-d-][-i-]{+r+}{+u+}st{+l+}{+l+}{+v+}{+m+}/ +/stage0/ +/[-d-][-l-][-/-][- +-][-/-]stage1/ +/stage2/ +/stage3/ +[-*-][-.-][-b-][-z-][-2-][- +-]/[-d-][-o-][-c-][- +-]{+t+}{+e+}{+s+}{+t+}/[-n-][-d-][-/-] +/[-l-][-l-][-v-]{+t+}m{+p+}/ +[-v-]{+T+}{+A+}{+G+}{+S+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}e[-r-]{+m+}{+a+}{+c+}s{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}{+v+}i{+ ++}{+\+}{+#+}{+*+}{+ ++}{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+c+}on{+f+}{+i+}{+g+}.m[-d-][- +-]k[-e-][-y-][-w-]{+ ++}{+c+}o[-r-][-d-][-s-]{+n+}{+f+}{+i+}{+g+}.{+s+}{+t+}{+a+}m[-d-]{+p+} +[-x-]{+i+}{+6+}86[-_-][-6-][-4-]-[-a-]p[-p-][-l-][-e-]{+c+}-[-d-][-a-][-r-][-w-]{+m+}in[-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---]g[-n-][-u-]{+w+}{+3+}{+2+}/ +i686-unknown-linux-gnu/ +[-t-][-m-][-p-][-.-][-*-][-.-]{+k+}{+e+}{+y+}{+w+}{+o+}r{+d+}s{+.+}{+m+}{+d+} +[-c-][-o-][-n-][-f-][-i-][-g-]{+l+}{+e+}{+x+}{+e+}{+r+}.[-s-][-t-][-a-]m[-p-]{+l+} +{+s+}{+r+}{+c+}{+/+}.DS_Store +src/etc/dl +[-.-]s[-e-][-t-][-t-][-i-][-n-][-g-][-s-][-/-][- +-][-/-][-b-][-u-][-i-][-l-][-d-][- +-][-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-][- +-][-s-]rc/librustc[-/-]{+_+}l[-i-][-b-]{+l+}{+v+}{+m+}/llvmdeps.rs +{+t+}{+m+}{+p+}{+.+}*.[-p-]{+r+}{+s+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}o{+n+}{+.+}{+m+}{+d+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}t{+e+}{+x+}{+i+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+} +i = 52, j = 51 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc[-/-]{+_+}l[-i-][-b-]{+l+}{+v+}{+m+}/llvmdeps.rs +*.pot +i = 52, j = 52 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 52, j = 53 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +[-/-]build{+/+} +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 53, j = 51 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +{+/+}build[-/-] +i686-pc-mingw32/ +src/librustc[-/-]{+_+}l[-i-][-b-]{+l+}{+v+}{+m+}/llvmdeps.rs +*.pot +i = 53, j = 52 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +{+/+}build[-/-] +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 53, j = 53 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 53, j = 54 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+ ++}{+/+}inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 54, j = 52 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/[-b-][-u-]i[-l-][-d-][- +-][-/-][-i-]nst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +{+/+}build[-/-] +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 54, j = 53 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/[-b-][-u-][-i-][-l-][-d-][- +-][-/-]inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 54, j = 54 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 54, j = 55 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/[-d-][-i-][-s-][-t-][-/-][- +-][-/-]stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 55, j = 53 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/[-b-][-u-]i[-l-][-d-][- +-][-/-][-i-]nst/ +/mingw-build/ +src/.DS_Store +/tmp{+/+}{+ ++}{+/+}{+d+}{+i+}{+s+}{+t+}/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 55, j = 54 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/{+d+}{+i+}{+s+}{+t+}{+/+}{+ ++}{+/+}stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 55, j = 55 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 55, j = 56 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build{+/+} +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 56, j = 54 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build[-/-] +/inst/ +/mingw-build/ +src/.DS_Store +/tmp{+/+}{+ ++}{+/+}{+d+}{+i+}{+s+}{+t+}/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 56, j = 55 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build[-/-] +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 56, j = 56 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 56, j = 57 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +{+*+}{+.+}{+t+}{+e+}{+x+}{+ ++}keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 57, j = 55 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build[-/-] +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md[- +-][-*-][-.-][-t-][-e-][-x-] +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 57, j = 56 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +[-*-][-.-][-t-][-e-][-x-][- +-]keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 57, j = 57 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 57, j = 58 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc{+/+}{+h+}{+t+}{+m+}{+l+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+l+}{+a+}{+t+}{+e+}{+x+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+t+}{+d+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+a+}{+r+}{+e+}{+n+}{+a+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+e+}{+x+}{+t+}{+r+}{+a+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+f+}{+l+}{+a+}{+t+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+g+}{+l+}{+o+}{+b+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+g+}{+r+}{+e+}{+e+}{+n+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+n+}{+a+}{+t+}{+i+}{+v+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+y+}{+n+}{+t+}{+a+}{+x+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+u+}{+v+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+p+}{+k+}{+g+} +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 58, j = 56 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc[-/-][-h-][-t-][-m-][-l-] +/[-d-][-o-][-c-][-/-][-l-][-a-][-t-][-e-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-t-][-d-][- +-][-/-][-d-][-o-][-c-][-/-][-a-][-r-][-e-]n[-a-][- +-][-/-]d[-o-][-c-]/[-e-][-x-][-t-][-r-][-a-] +/[-d-][-o-][-c-][-/-][-f-]l[-a-][-t-][-e-][- +-][-/-][-d-][-o-][-c-][-/-][-g-]l[-o-][-b-][- +-][-/-][-d-][-o-][-c-][-/-][-g-][-r-][-e-][-e-][-n-][- +-][-/-][-d-][-o-][-c-][-/-][-n-][-a-][-t-][-i-]v[-e-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-y-][-n-][-t-][-a-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-d-][-o-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-u-][-v-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-p-][-k-][-g-][- +-][-/-][-n-][-d-][-/-][- +-][-/-][-l-][-l-][-v-]m/ +version.md[- +-][-*-][-.-][-t-][-e-][-x-] +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 58, j = 57 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc[-/-][-h-][-t-][-m-][-l-][- +-][-/-][-d-][-o-][-c-][-/-][-l-][-a-][-t-][-e-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-t-][-d-][- +-][-/-][-d-][-o-][-c-][-/-][-a-][-r-][-e-][-n-][-a-][- +-][-/-][-d-][-o-][-c-][-/-][-e-][-x-][-t-][-r-][-a-][- +-][-/-][-d-][-o-][-c-][-/-][-f-][-l-][-a-][-t-][-e-][- +-][-/-][-d-][-o-][-c-][-/-][-g-][-l-][-o-][-b-][- +-][-/-][-d-][-o-][-c-][-/-][-g-][-r-][-e-][-e-][-n-][- +-][-/-][-d-][-o-][-c-][-/-][-n-][-a-][-t-][-i-][-v-][-e-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-y-][-n-][-t-][-a-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-d-][-o-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-u-][-v-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-p-][-k-][-g-] +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 58, j = 58 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/glob +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 58, j = 59 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/g[-l-][-o-][-b-][- +-][-/-][-d-][-o-][-c-][-/-][-g-]reen +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 59, j = 57 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc[-/-][-h-][-t-][-m-][-l-][- +-][-/-][-d-][-o-][-c-][-/-][-l-][-a-][-t-][-e-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-t-][-d-][- +-][-/-][-d-][-o-][-c-][-/-][-a-][-r-][-e-][-n-][-a-][- +-][-/-][-d-][-o-][-c-][-/-][-e-][-x-][-t-][-r-][-a-][- +-][-/-][-d-][-o-][-c-][-/-][-f-][-l-][-a-][-t-][-e-][- +-][-/-][-d-][-o-][-c-][-/-][-g-][-r-][-e-][-e-][-n-][- +-][-/-][-d-][-o-][-c-][-/-][-n-][-a-][-t-][-i-][-v-][-e-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-y-][-n-][-t-][-a-][-x-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-d-][-o-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-u-][-v-][- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-p-][-k-][-g-] +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 59, j = 58 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/g{+l+}{+o+}{+b+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+g+}reen +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 59, j = 59 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 59, j = 60 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/[-a-][-r-][-e-][-n-][-a-][- +-][-/-][-d-][-o-][-c-][-/-]extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 60, j = 58 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/{+a+}{+r+}e{+n+}{+a+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+e+}xtra +/doc/flate{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+g+}{+l+}{+o+}{+b+} +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 60, j = 59 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/{+a+}{+r+}{+e+}{+n+}{+a+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 60, j = 60 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 60, j = 61 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/[-f-][-l-][-a-][-t-][-e-][- +-][-/-][-d-][-o-][-c-][-/-]green +/doc/native +/doc/rustc +/doc/syntax[- +-][-/-][-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-d-][-o-][-c-] +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 61, j = 59 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/{+a+}{+r+}e{+n+}{+a+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+e+}xtra +/doc/{+f+}{+l+}{+a+}{+t+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}green +/doc/native +/doc/rustc +/doc/syntax{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+} +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 61, j = 60 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/{+f+}{+l+}{+a+}{+t+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}green +/doc/native +/doc/rustc +/doc/syntax{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+d+}{+o+}{+c+} +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 61, j = 61 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 61, j = 62 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/[-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-p-][-k-][-g-][- +-][-/-]nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 62, j = 60 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/{+f+}{+l+}{+a+}{+t+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}green +/doc/native +/doc/rustc +/doc/syntax +/doc/rust{+d+}{+o+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}u{+s+}{+t+}{+u+}v{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+p+}{+k+}{+g+} +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 62, j = 61 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+p+}{+k+}{+g+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 62, j = 62 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 62, j = 63 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/[-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-u-][-v-][- +-][-/-]nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 63, j = 61 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+u+}{+v+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+p+}{+k+}{+g+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 63, j = 62 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+u+}{+v+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 63, j = 63 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +i = 63, j = 64 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs[- +-][-*-][-.-][-p-][-o-][-t-] +i = 64, j = 62 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+u+}{+v+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs{+ ++}{+*+}{+.+}{+p+}{+o+}{+t+} +i = 64, j = 63 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs{+ ++}{+*+}{+.+}{+p+}{+o+}{+t+} +i = 64, j = 64 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 64, j = 65 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/[-d-][-o-][-c-][-/-][-r-][-u-][-s-][-t-][-c-][- +-][-/-][-d-][-o-][-c-][-/-][-s-][-y-][-n-][-t-][-a-][-x-][- +-][-/-]nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 65, j = 63 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+y+}n{+t+}{+a+}{+x+}{+ ++}{+/+}{+n+}d/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs{+ ++}{+*+}{+.+}{+p+}{+o+}{+t+} +i = 65, j = 64 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+y+}{+n+}{+t+}{+a+}{+x+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 65, j = 65 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 65, j = 66 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/[-d-][-o-][-c-][-/-][-g-][-r-][-e-][-e-][-n-][- +-][-/-][-d-][-o-][-c-][-/-][-n-][-a-][-t-][-i-][-v-][-e-][- +-][-/-]nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 66, j = 64 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/{+d+}{+o+}{+c+}{+/+}{+g+}{+r+}{+e+}{+e+}{+n+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+n+}{+a+}{+t+}{+i+}{+v+}{+e+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+y+}{+n+}{+t+}{+a+}{+x+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 66, j = 65 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/{+d+}{+o+}{+c+}{+/+}{+g+}{+r+}{+e+}{+e+}{+n+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+n+}{+a+}{+t+}{+i+}{+v+}{+e+}{+ ++}{+/+}nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 66, j = 66 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 66, j = 67 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi{+m+} +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 67, j = 65 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi[-m-] +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+g+}{+r+}{+e+}{+e+}{+n+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+n+}{+a+}{+t+}{+i+}{+v+}{+e+} +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 67, j = 66 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi[-m-] +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 67, j = 67 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +i = 67, j = 68 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/[- +-][-s-][-r-][-c-][-/-][-l-][-i-][-b-][-r-][-u-][-s-][-t-][-c-][-/-][-l-][-i-][-b-][-/-][-l-][-l-][-v-][-m-][-d-][-e-][-p-][-s-][-.-][-r-][-s-] +i = 68, j = 66 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi[-m-] +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/{+ ++}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+r+}{+u+}{+s+}{+t+}{+c+}{+/+}{+l+}{+i+}{+b+}{+/+}{+l+}{+l+}{+v+}{+m+}{+d+}{+e+}{+p+}{+s+}{+.+}{+r+}{+s+} +i = 68, j = 67 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/{+ ++}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+r+}{+u+}{+s+}{+t+}{+c+}{+/+}{+l+}{+i+}{+b+}{+/+}{+l+}{+l+}{+v+}{+m+}{+d+}{+e+}{+p+}{+s+}{+.+}{+r+}{+s+} +i = 68, j = 68 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +i = 68, j = 69 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/[- +-][-i-][-6-][-8-][-6-][---][-p-][-c-][---][-m-][-i-][-n-][-g-][-w-][-3-][-2-][-/-] +i = 69, j = 67 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+p+}{+c+}{+-+}{+m+}{+i+}{+n+}{+g+}{+w+}{+3+}{+2+}{+/+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+l+}{+i+}{+b+}{+r+}{+u+}{+s+}{+t+}{+c+}{+/+}{+l+}{+i+}{+b+}{+/+}{+l+}{+l+}{+v+}{+m+}{+d+}{+e+}{+p+}{+s+}{+.+}{+r+}{+s+} +i = 69, j = 68 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+p+}{+c+}{+-+}{+m+}{+i+}{+n+}{+g+}{+w+}{+3+}{+2+}{+/+} +i = 69, j = 69 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 69, j = 70 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.[-e-][-p-][-u-][-b-][- +-][-*-][-.-]html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 70, j = 68 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.{+e+}{+p+}{+u+}{+b+}{+ ++}{+*+}{+.+}html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build{+/+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+p+}{+c+}{+-+}{+m+}{+i+}{+n+}{+g+}{+w+}{+3+}{+2+}/ +i = 70, j = 69 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.{+e+}{+p+}{+u+}{+b+}{+ ++}{+*+}{+.+}html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 70, j = 70 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 70, j = 71 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +[-*-]{+r+}{+u+}{+s+}{+t+}.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 71, j = 69 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.{+e+}{+p+}{+u+}{+b+}{+ ++}{+*+}{+.+}html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +[-r-][-u-][-s-][-t-]{+*+}.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 71, j = 70 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +[-r-][-u-][-s-][-t-]{+*+}.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 71, j = 71 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 71, j = 72 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/[-d-][-o-][-c-][-/-][-e-][-x-][-t-][-r-][-a-][- +-][-/-]nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu{+/+}{+ ++}{+d+}{+o+}{+c+}{+/+}{+c+}{+o+}{+r+}{+e+}/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 72, j = 70 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/{+d+}{+o+}{+c+}{+/+}{+e+}{+x+}{+t+}{+r+}{+a+}{+ ++}{+/+}nd/ +/llvm/ +version.md +[-r-][-u-][-s-][-t-]{+*+}.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu[-/-][- +-][-d-][-o-][-c-][-/-][-c-][-o-][-r-][-e-]/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 72, j = 71 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/{+d+}{+o+}{+c+}{+/+}{+e+}{+x+}{+t+}{+r+}{+a+}{+ ++}{+/+}nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu[-/-][- +-][-d-][-o-][-c-][-/-][-c-][-o-][-r-][-e-]/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 72, j = 72 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 72, j = 73 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.[-s-][-w-][-o-][- +-][-*-][-.-]tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 73, j = 71 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.{+s+}{+w+}{+o+}{+ ++}{+*+}{+.+}tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/{+d+}{+o+}{+c+}{+/+}{+e+}{+x+}{+t+}{+r+}{+a+}{+ ++}{+/+}nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu[-/-][- +-][-d-][-o-][-c-][-/-][-c-][-o-][-r-][-e-]/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 73, j = 72 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.{+s+}{+w+}{+o+}{+ ++}{+*+}{+.+}tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 73, j = 73 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i = 73, j = 74 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/[- +-][-b-][-u-][-i-][-l-][-d-][-/-] +i = 74, j = 72 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.{+s+}{+w+}{+o+}{+ ++}{+*+}{+.+}tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings{+/+}{+ ++}{+b+}{+u+}{+i+}{+l+}{+d+}/ +i = 74, j = 73 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/{+ ++}{+b+}{+u+}{+i+}{+l+}{+d+}{+/+} +i = 74, j = 74 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +i = 74, j = 75 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +[-T-][-A-][-G-][-S-][-.-][-e-][-m-][-a-][-c-][-s-][- +-][-T-][-A-][-G-][-S-][-.-]v[-i-][-m-][- +-][-v-]ersion.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/[-t-][-m-][-p-][-/-][- +-][-/-]stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin[-/-][- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-][-/-][- +-][-i-][-6-][-8-][-6-][---][-u-][-n-][-k-][-n-][-o-][-w-][-n-][---][-l-][-i-][-n-][-u-][-x-][---][-g-][-n-][-u-]/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +i = 75, j = 73 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +{+T+}{+A+}{+G+}{+S+}{+.+}{+e+}{+m+}{+a+}{+c+}{+s+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}v{+i+}{+m+}{+ ++}{+v+}ersion.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/{+t+}{+m+}{+p+}{+/+}{+ ++}{+/+}stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings{+/+}{+ ++}{+b+}{+u+}{+i+}{+l+}{+d+}/ +i = 75, j = 74 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +{+T+}{+A+}{+G+}{+S+}{+.+}{+e+}{+m+}{+a+}{+c+}{+s+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}v{+i+}{+m+}{+ ++}{+v+}ersion.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/{+t+}{+m+}{+p+}{+/+}{+ ++}{+/+}stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin{+/+}{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +i = 75, j = 75 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +i = 75, j = 76 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl[- +-][-.-][-s-][-e-][-t-][-t-][-i-][-n-][-g-][-s-][-/-] +i = 76, j = 74 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +{+T+}{+A+}{+G+}{+S+}{+.+}{+e+}{+m+}{+a+}{+c+}{+s+}{+ ++}{+T+}{+A+}{+G+}{+S+}{+.+}v{+i+}{+m+}{+ ++}{+v+}ersion.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/{+t+}{+m+}{+p+}{+/+}{+ ++}{+/+}stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}{+i+}{+6+}{+8+}{+6+}{+-+}{+u+}{+n+}{+k+}{+n+}{+o+}{+w+}{+n+}{+-+}{+l+}{+i+}{+n+}{+u+}{+x+}{+-+}{+g+}{+n+}{+u+}{+/+}{+ ++}doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl{+ ++}{+.+}{+s+}{+e+}{+t+}{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +i = 76, j = 75 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl{+ ++}{+.+}{+s+}{+e+}{+t+}{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +i = 76, j = 76 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +i = 76, j = 77 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store[- +-][-s-][-r-][-c-][-/-][-e-][-t-][-c-][-/-][-d-][-l-] +i = 77, j = 75 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}{+t+}{+c+}{+/+}{+d+}{+l+}{+ ++}{+.+}{+s+}{+e+}{+t+}{+t+}{+i+}{+n+}{+g+}{+s+}{+/+} +i = 77, j = 76 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}{+t+}{+c+}{+/+}{+d+}{+l+} +i = 77, j = 77 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +i = 77, j = 78 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp[- +-][-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-][-e-] +i = 78, j = 76 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+e+}{+t+}{+c+}{+/+}{+d+}{+l+} +i = 78, j = 77 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +i = 78, j = 78 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +i = 78, j = 79 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs[- +-][-c-][-o-][-n-][-f-][-i-][-g-][-.-][-s-][-t-][-a-][-m-][-p-] +i = 79, j = 77 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+s+}{+t+}{+a+}{+m+}{+p+}{+ ++}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +i = 79, j = 78 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+s+}{+t+}{+a+}{+m+}{+p+} +i = 79, j = 79 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 79, j = 80 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +{+r+}{+u+}{+s+}{+t+}{+b+}{+o+}{+o+}{+t+}{+ ++}TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 80, j = 78 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +[-r-][-u-][-s-][-t-][-b-][-o-][-o-][-t-][- +-]TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+s+}{+t+}{+a+}{+m+}{+p+} +i = 80, j = 79 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +[-r-][-u-][-s-][-t-][-b-][-o-][-o-][-t-][- +-]TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 80, j = 80 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 80, j = 81 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 81, j = 79 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +[-r-][-u-][-s-][-t-][-b-][-o-][-o-][-t-][- +-][-r-][-u-][-s-][-t-][-c-][- +-]TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 81, j = 80 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +[-r-][-u-][-s-][-t-][-c-][- +-]TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 81, j = 81 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +i = 81, j = 82 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/[- +-][-t-][-m-][-p-][-.-][-*-][-.-][-r-][-s-] +i = 82, j = 80 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +[-r-][-u-][-s-][-t-][-c-][- +-]TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/{+ ++}{+t+}{+m+}{+p+}{+.+}{+*+}{+.+}{+r+}{+s+} +i = 82, j = 81 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/{+ ++}{+t+}{+m+}{+p+}{+.+}{+*+}{+.+}{+r+}{+s+} +i = 82, j = 82 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +i = 82, j = 83 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md[- +-][-x-][-8-][-6-][-_-][-6-][-4-][---][-a-][-p-][-p-][-l-][-e-][---][-d-][-a-][-r-][-w-][-i-][-n-][-/-][- +-][-d-][-o-][-c-][-/-][-c-][-o-][-r-][-e-][-/-] +i = 83, j = 81 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+d+}{+o+}{+c+}{+/+}{+c+}{+o+}{+r+}{+e+}{+/+}{+ ++}{+t+}{+m+}{+p+}{+.+}{+*+}{+.+}{+r+}{+s+} +i = 83, j = 82 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+d+}{+o+}{+c+}{+/+}{+c+}{+o+}{+r+}{+e+}{+/+} +i = 83, j = 83 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +i = 83, j = 84 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +[-*-][-.-][-e-][-l-][-c-][- +-].hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +i = 84, j = 82 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +{+*+}.{+e+}{+l+}{+c+}{+ ++}{+.+}hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md{+ ++}{+x+}{+8+}{+6+}{+_+}{+6+}{+4+}{+-+}{+a+}{+p+}{+p+}{+l+}{+e+}{+-+}{+d+}{+a+}{+r+}{+w+}{+i+}{+n+}{+/+}{+ ++}{+d+}{+o+}{+c+}{+/+}{+c+}{+o+}{+r+}{+e+}{+/+} +i = 84, j = 83 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +{+*+}{+.+}{+e+}{+l+}{+c+}{+ ++}.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +i = 84, j = 84 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +i = 84, j = 85 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/[- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-d-][- +-][-r-][-u-][-s-][-t-][-.-][-t-][-e-][-x-][- +-][-k-][-e-][-y-][-w-][-o-][-r-][-d-][-s-][-.-][-m-][-d-] +i = 85, j = 83 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +{+*+}.{+e+}{+l+}{+c+}{+ ++}{+.+}hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+d+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+.+}{+t+}{+e+}{+x+}{+ ++}{+k+}{+e+}{+y+}{+w+}{+o+}{+r+}{+d+}{+s+}{+.+}{+m+}{+d+} +i = 85, j = 84 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+d+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+.+}{+t+}{+e+}{+x+}{+ ++}{+k+}{+e+}{+y+}{+w+}{+o+}{+r+}{+d+}{+s+}{+.+}{+m+}{+d+} +i = 85, j = 85 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +i = 85, j = 86 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/[-i-][-n-][-s-][-t-][-/-][- +-][-/-]mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +i = 86, j = 84 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/{+i+}{+n+}{+s+}{+t+}{+/+}{+ ++}{+/+}mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+d+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+.+}{+t+}{+e+}{+x+}{+ ++}{+k+}{+e+}{+y+}{+w+}{+o+}{+r+}{+d+}{+s+}{+.+}{+m+}{+d+} +i = 86, j = 85 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/{+i+}{+n+}{+s+}{+t+}{+/+}{+ ++}{+/+}mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +i = 86, j = 86 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +i = 86, j = 87 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +{+.+}/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +[-/-][-s-][-t-][-a-][-g-][-e-][-2-][-/-][- +-][-/-][-s-][-t-][-a-][-g-][-e-][-3-][-/-][- +-]*.bz2 +/doc/html +/doc/latex[- +-][-/-][-d-][-o-][-c-][-/-][-s-][-t-][-d-][- +-][-/-][-n-][-d-][-/-][- +-][-/-][-l-][-l-][-v-][-m-][-/-] +i = 87, j = 85 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +[-.-]/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/{+i+}{+n+}{+s+}{+t+}{+/+}{+ ++}{+/+}mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+2+}{+/+}{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+3+}{+/+}{+ ++}*.bz2 +/doc/html +/doc/latex{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+t+}{+d+}{+ ++}{+/+}{+n+}{+d+}{+/+}{+ ++}{+/+}{+l+}{+l+}{+v+}{+m+}{+/+} +i = 87, j = 86 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +[-.-]/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+2+}{+/+}{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+3+}{+/+}{+ ++}*.bz2 +/doc/html +/doc/latex{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+t+}{+d+}{+ ++}{+/+}{+n+}{+d+}{+/+}{+ ++}{+/+}{+l+}{+l+}{+v+}{+m+}{+/+} +i = 87, j = 87 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +./Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 87, j = 88 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +[-.-][-/-]Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 88, j = 86 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +{+/+}Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+2+}{+/+}{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+3+}{+/+}{+ ++}*.bz2 +/doc/html +/doc/latex{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+s+}{+t+}{+d+}{+ ++}{+/+}{+n+}{+d+}{+/+}{+ ++}{+/+}{+l+}{+l+}{+v+}{+m+}{+/+} +i = 88, j = 87 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +{+.+}{+/+}Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 88, j = 88 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 88, j = 89 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.[-d-]e[-f-][- +-][-*-][-.-][-e-]xe +*.[-a-][- +-][-*-][-.-][-r-][-l-][-i-][-b-][- +-][-*-][-.-]so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.[-p-][-a-][-t-][-c-][-h-][- +-][-*-][-.-][-d-][-i-][-f-][-f-][- +-][-*-][-.-][-r-][-e-][-j-][- +-][-*-][-.-]swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/[-b-][-u-][-i-][-l-][-d-][-/-][- +-][-/-][-m-][-i-][-n-][-g-][-w-][---]build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 89, j = 87 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.{+d+}e{+f+}{+ ++}{+*+}{+.+}{+e+}xe +*.{+a+}{+ ++}{+*+}{+.+}{+r+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.{+p+}{+a+}{+t+}{+c+}{+h+}{+ ++}{+*+}{+.+}{+d+}{+i+}{+f+}{+f+}{+ ++}{+*+}{+.+}{+r+}{+e+}{+j+}{+ ++}{+*+}{+.+}swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +{+.+}{+/+}Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+/+}{+m+}{+i+}{+n+}{+g+}{+w+}{+-+}build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 89, j = 88 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.{+d+}e{+f+}{+ ++}{+*+}{+.+}{+e+}xe +*.{+a+}{+ ++}{+*+}{+.+}{+r+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.{+p+}{+a+}{+t+}{+c+}{+h+}{+ ++}{+*+}{+.+}{+d+}{+i+}{+f+}{+f+}{+ ++}{+*+}{+.+}{+r+}{+e+}{+j+}{+ ++}{+*+}{+.+}swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+/+}{+m+}{+i+}{+n+}{+g+}{+w+}{+-+}build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 89, j = 89 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +i = 89, j = 90 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2[- +-][-/-][-d-][-o-][-c-][-/-][-h-][-t-][-m-][-l-][- +-][-/-][-d-][-o-][-c-][-/-][-l-][-a-][-t-][-e-][-x-] +i = 90, j = 88 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.{+d+}e{+f+}{+ ++}{+*+}{+.+}{+e+}xe +*.{+a+}{+ ++}{+*+}{+.+}{+r+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.{+p+}{+a+}{+t+}{+c+}{+h+}{+ ++}{+*+}{+.+}{+d+}{+i+}{+f+}{+f+}{+ ++}{+*+}{+.+}{+r+}{+e+}{+j+}{+ ++}{+*+}{+.+}swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +{+/+}{+m+}{+i+}{+n+}{+g+}{+w+}{+-+}{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+h+}{+t+}{+m+}{+l+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+l+}{+a+}{+t+}{+e+}{+x+} +i = 90, j = 89 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+h+}{+t+}{+m+}{+l+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+l+}{+a+}{+t+}{+e+}{+x+} +i = 90, j = 90 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +i = 90, j = 91 +{+>+}*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/[- +-][-/-][-s-][-t-][-a-][-g-][-e-][-1-][-/-][- +-][-*-][-.-][-b-][-z-][-2-] +i = 91, j = 89 +[->-]*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+1+}{+/+}{+ ++}{+*+}{+.+}{+b+}{+z+}{+2+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+h+}{+t+}{+m+}{+l+}{+ ++}{+/+}{+d+}{+o+}{+c+}{+/+}{+l+}{+a+}{+t+}{+e+}{+x+} +i = 91, j = 90 +[->-]*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+1+}{+/+}{+ ++}{+*+}{+.+}{+b+}{+z+}{+2+} +i = 91, j = 91 +>*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +i = 91, j = 92 +[->-]*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +i = 92, j = 90 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+1+}{+/+}{+ ++}{+*+}{+.+}{+b+}{+z+}{+2+} +i = 92, j = 91 +{+>+}*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +i = 92, j = 92 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +i = 92, j = 93 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +[-*-].[-p-][-y-][-c-][- +-][-.-]hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +[-/-][-d-][-l-][-/-]{+*+}{+.+}{+p+}{+y+}{+c+} +i = 93, j = 91 +{+>+}*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +{+*+}.{+p+}{+y+}{+c+}{+ ++}{+.+}hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +[-*-][-.-][-p-][-y-][-c-]{+/+}{+d+}{+l+}{+/+} +i = 93, j = 92 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +{+*+}.{+p+}{+y+}{+c+}{+ ++}{+.+}hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +[-*-][-.-][-p-][-y-][-c-]{+/+}{+d+}{+l+}{+/+} +i = 93, j = 93 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +*.pyc +i = 93, j = 94 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/[- +-][-*-][-.-][-p-][-y-][-c-] +i = 94, j = 92 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +{+*+}.{+p+}{+y+}{+c+}{+ ++}{+.+}hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0{+/+}{+ ++}{+/+}{+d+}{+l+}/ +i = 94, j = 93 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/{+ ++}{+*+}{+.+}{+p+}{+y+}{+c+} +i = 94, j = 94 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +i = 94, j = 95 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store[- +-][-/-][-s-][-t-][-a-][-g-][-e-][-0-][-/-] +i = 95, j = 93 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+0+}{+/+}{+ ++}{+*+}{+.+}{+p+}{+y+}{+c+} +i = 95, j = 94 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+0+}{+/+} +i = 95, j = 95 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +i = 95, j = 96 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +[-/-][-b-][-u-][-i-][-l-][-d-][-/-][- +-]src/.DS_Store +i = 96, j = 94 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +{+/+}{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}src/.DS_Store{+ ++}{+/+}{+s+}{+t+}{+a+}{+g+}{+e+}{+0+}{+/+} +i = 96, j = 95 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +{+/+}{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}src/.DS_Store +i = 96, j = 96 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +src/.DS_Store +i = 96, j = 97 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/[- +-][-s-][-r-][-c-][-/-][-.-][-D-][-S-][-_-][-S-][-t-][-o-][-r-][-e-] +i = 97, j = 95 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/{+ ++}{+/+}{+b+}{+u+}{+i+}{+l+}{+d+}{+/+}{+ ++}{+s+}{+r+}{+c+}{+/+}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +i = 97, j = 96 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/{+ ++}{+s+}{+r+}{+c+}{+/+}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +i = 97, j = 97 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +i = 97, j = 98 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +[-/-]rt/ +[-/-]rustllvm/ +[-/-]test/ +i = 98, j = 96 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +{+/+}rt/ +{+/+}rustllvm/ +{+/+}test/{+ ++}{+s+}{+r+}{+c+}{+/+}{+.+}{+D+}{+S+}{+_+}{+S+}{+t+}{+o+}{+r+}{+e+} +i = 98, j = 97 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +{+/+}rt/ +{+/+}rustllvm/ +{+/+}test/ +i = 98, j = 98 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +rt/ +rustllvm/ +test/ +i = 98, j = 99 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi[- +-][-M-][-a-][-k-][-e-][-f-][-i-][-l-][-e-][- +-][-c-][-o-][-n-][-f-][-i-][-g-][-.-][-m-][-k-][- +-][-r-][-t-][-/-][- +-][-r-][-u-][-s-][-t-][-l-][-l-][-v-][-m-][-/-][- +-][-t-][-e-][-s-][-t-][-/-] +i = 99, j = 97 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi{+ ++}{+M+}{+a+}{+k+}{+e+}{+f+}{+i+}{+l+}{+e+}{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+m+}{+k+}{+ ++}{+/+}{+r+}{+t+}{+/+}{+ ++}{+/+}{+r+}{+u+}{+s+}{+t+}{+l+}{+l+}{+v+}{+m+}{+/+}{+ ++}{+/+}{+t+}{+e+}{+s+}{+t+}{+/+} +i = 99, j = 98 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi{+ ++}{+M+}{+a+}{+k+}{+e+}{+f+}{+i+}{+l+}{+e+}{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+m+}{+k+}{+ ++}{+r+}{+t+}{+/+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+l+}{+l+}{+v+}{+m+}{+/+}{+ ++}{+t+}{+e+}{+s+}{+t+}{+/+} +i = 99, j = 99 +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 99, j = 100 +*~ +[-\-][-#-][-*-][-\-][-#-][- +-][-\-][-#-][-*-][- +-][-.-][-#-][-*-][- +-]*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 100, j = 98 +*~ +{+\+}{+#+}*{+\+}{+#+}{+ ++}{+\+}{+#+}{+*+}{+ ++}.{+#+}{+*+}{+ ++}{+*+}{+.+}x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi{+ ++}{+M+}{+a+}{+k+}{+e+}{+f+}{+i+}{+l+}{+e+}{+ ++}{+c+}{+o+}{+n+}{+f+}{+i+}{+g+}{+.+}{+m+}{+k+}{+ ++}{+r+}{+t+}{+/+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+l+}{+l+}{+v+}{+m+}{+/+}{+ ++}{+t+}{+e+}{+s+}{+t+}{+/+} +i = 100, j = 99 +*~ +{+\+}{+#+}{+*+}{+\+}{+#+}{+ ++}{+\+}{+#+}{+*+}{+ ++}{+.+}{+#+}{+*+}{+ ++}*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 100, j = 100 +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 100, j = 101 +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +[-*-][-.-][-t-][-m-][-p-][- +-].hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 101, j = 99 +*~ +{+\+}{+#+}*{+\+}{+#+}{+ ++}{+\+}{+#+}{+*+}{+ ++}.{+#+}{+*+}{+ ++}{+*+}{+.+}x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.sw{+p+}{+ ++}{+*+}{+.+}{+t+}{+m+}p +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 101, j = 100 +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +{+*+}{+.+}{+t+}{+m+}{+p+}{+ ++}.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 101, j = 101 +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 101, j = 102 +*~ +*.x86 +*.llvm +*.out +*.[-b-][-o-][-o-]{+x+}{+8+}{+6+}{+.+}t{+m+}{+p+} +*.[-r-][-u-][-s-]{+l+}{+l+}{+v+}{+m+}{+.+}t[-c-]{+m+}{+p+} +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 102, j = 100 +*~ +*.x86 +*.llvm +*.out +*.[-x-][-8-][-6-][-.-]{+b+}{+o+}{+o+}t[-m-][-p-] +*.[-l-][-l-][-v-][-m-][-.-]{+r+}{+u+}{+s+}t[-m-][-p-]{+c+} +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.sw{+p+}{+ ++}{+*+}{+.+}{+t+}{+m+}p +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 102, j = 101 +*~ +*.x86 +*.llvm +*.out +*.[-x-][-8-][-6-][-.-]{+b+}{+o+}{+o+}t[-m-][-p-] +*.[-l-][-l-][-v-][-m-][-.-]{+r+}{+u+}{+s+}t[-m-][-p-]{+c+} +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 102, j = 102 +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 102, j = 103 +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +[-.-][-v-][-a-][-l-][-g-][-r-][-i-][-n-][-d-][-r-][-c-][- +-]lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 103, j = 101 +*~ +*.x86 +*.llvm +*.out +*.[-x-][-8-][-6-][-.-]{+b+}{+o+}{+o+}t[-m-][-p-] +*.[-l-][-l-][-v-][-m-][-.-]{+r+}{+u+}{+s+}t[-m-][-p-]{+c+} +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project{+ ++}{+.+}{+v+}{+a+}{+l+}{+g+}{+r+}{+i+}{+n+}{+d+}{+r+}{+c+} +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 103, j = 102 +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +{+.+}{+v+}{+a+}{+l+}{+g+}{+r+}{+i+}{+n+}{+d+}{+r+}{+c+}{+ ++}lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 103, j = 103 +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 103, j = 104 +*~ +*.x86 +*.llvm +*.out +*.[-x-][-8-][-6-][-.-][-t-][-m-][-p-][- +-][-*-][-.-][-l-][-l-][-v-][-m-][-.-][-t-][-m-][-p-][- +-][-*-][-.-]cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 104, j = 102 +*~ +*.x86 +*.llvm +*.out +*.{+x+}{+8+}{+6+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project{+ ++}{+.+}{+v+}{+a+}{+l+}{+g+}{+r+}{+i+}{+n+}{+d+}{+r+}{+c+} +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 104, j = 103 +*~ +*.x86 +*.llvm +*.out +*.{+x+}{+8+}{+6+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 104, j = 104 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 104, j = 105 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +[-.-][-c-][-p-][-r-][-o-][-j-][-e-][-c-][-t-][- +-][-.-][-p-][-r-][-o-][-j-][-e-][-c-][-t-][- +-]lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 105, j = 103 +*~ +*.x86 +*.llvm +*.out +*.{+x+}{+8+}{+6+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+.+}{+t+}{+m+}{+p+}{+ ++}{+*+}{+.+}cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore{+ ++}{+.+}{+c+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+}{+ ++}{+.+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+} +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 105, j = 104 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +{+.+}{+c+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+}{+ ++}{+.+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+}{+ ++}lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 105, j = 105 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 105, j = 106 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.[-l-][-l-][- +-][-*-][-.-][-b-][-c-][- +-][-*-][-.-]aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 106, j = 104 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.{+l+}{+l+}{+ ++}{+*+}{+.+}{+b+}{+c+}{+ ++}{+*+}{+.+}aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore{+ ++}{+.+}{+c+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+}{+ ++}{+.+}{+p+}{+r+}{+o+}{+j+}{+e+}{+c+}{+t+} +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 106, j = 105 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.{+l+}{+l+}{+ ++}{+*+}{+.+}{+b+}{+c+}{+ ++}{+*+}{+.+}aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 106, j = 106 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 106, j = 107 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d[-S-][-Y-][-M-][- +-][-*-][-.-][-d-] +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 107, j = 105 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d{+S+}{+Y+}{+M+} +*.{+d+}{+ ++}{+*+}{+.+}o{+ ++}{+*+}{+.+}{+l+}{+l+}{+ ++}{+*+}{+.+}{+b+}{+c+} +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 107, j = 106 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d{+S+}{+Y+}{+M+}{+ ++}{+*+}{+.+}{+d+} +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 107, j = 107 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 107, j = 108 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +[-*-][-.-][-s-][-w-][-p-][- +-].hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 108, j = 106 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d{+S+}{+Y+}{+M+} +*.{+d+}{+ ++}{+*+}{+.+}o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr{+ ++}{+*+}{+.+}{+s+}{+w+}{+p+} +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 108, j = 107 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +{+*+}{+.+}{+s+}{+w+}{+p+}{+ ++}.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 108, j = 108 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +i = 108, j = 109 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.[-c-][-p-][-s-][- +-][-*-][-.-]log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS[- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-m-][-l-][- +-][-v-][-e-][-r-][-s-][-i-][-o-][-n-][-.-][-t-][-e-][-x-][-i-] +i = 109, j = 107 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.{+c+}{+p+}{+s+}{+ ++}{+*+}{+.+}log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +{+*+}.{+s+}{+w+}{+p+}{+ ++}{+.+}hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+t+}{+e+}{+x+}{+i+} +i = 109, j = 108 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.{+c+}{+p+}{+s+}{+ ++}{+*+}{+.+}log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+t+}{+e+}{+x+}{+i+} +i = 109, j = 109 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +i = 109, j = 110 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc[- +-][-T-][-A-][-G-][-S-] +i = 110, j = 108 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.{+c+}{+p+}{+s+}{+ ++}{+*+}{+.+}log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc{+ ++}{+T+}{+A+}{+G+}{+S+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+m+}{+l+}{+ ++}{+v+}{+e+}{+r+}{+s+}{+i+}{+o+}{+n+}{+.+}{+t+}{+e+}{+x+}{+i+} +i = 110, j = 109 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc{+ ++}{+T+}{+A+}{+G+}{+S+} +i = 110, j = 110 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +i = 110, j = 111 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.[-s-]o[- +-][-*-][-.-][-d-][-y-][-l-][-i-][-b-][- +-][-*-][-.-][-o-]rig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml[- +-][-r-][-u-][-s-][-t-][-b-][-o-][-o-][-t-][- +-][-r-][-u-][-s-][-t-][-c-] +i = 111, j = 109 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.{+s+}o{+ ++}{+*+}{+.+}{+d+}{+y+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}{+o+}rig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml{+ ++}{+r+}{+u+}{+s+}{+t+}{+b+}{+o+}{+o+}{+t+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+c+}{+ ++}{+T+}{+A+}{+G+}{+S+} +i = 111, j = 110 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.{+s+}o{+ ++}{+*+}{+.+}{+d+}{+y+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}{+o+}rig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml{+ ++}{+r+}{+u+}{+s+}{+t+}{+b+}{+o+}{+o+}{+t+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+c+} +i = 111, j = 111 +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +i = 111, j = 112 +*~ +*.x86 +*.llvm +*.out +*.[-c-][-m-][-x-][- +-][-*-][-.-][-d-][-l-][-l-][- +-][-*-][-.-]exe +*.orig +*.cmo +*.cmi +*.d +*.o +[-*-].[-a-][-u-][-x-][- +-][-*-][-.-][-c-][-p-][- +-][-*-][-.-][-f-][-n-][- +-][-*-][-.-][-k-][-y-][- +-][-*-][-.-][-l-][-o-][-g-][- +-][-*-][-.-][-p-][-d-][-f-][- +-][-*-][-.-]h[-t-][-m-][-l-][- +-][-*-][-.-][-p-]g[- +-][-*-][-.-][-t-][-o-][-c-][- +-][-*-][-.-][-t-][-p-][- +-][-*-][-.-][-v-][-r-][- +-][-.-][-h-][-g-]/ +.hgignore[- +-][-l-][-e-][-x-][-e-][-r-][-.-][-m-][-l-] +i = 112, j = 110 +*~ +*.x86 +*.llvm +*.out +*.{+c+}{+m+}{+x+}{+ ++}{+*+}{+.+}{+d+}{+l+}{+l+}{+ ++}{+*+}{+.+}exe +*.{+s+}o{+ ++}{+*+}{+.+}{+d+}{+y+}{+l+}{+i+}{+b+}{+ ++}{+*+}{+.+}{+o+}rig +*.cmo +*.cmi +*.d +*.o +{+*+}.{+a+}{+u+}{+x+}{+ ++}{+*+}{+.+}{+c+}{+p+}{+ ++}{+*+}{+.+}{+f+}{+n+}{+ ++}{+*+}{+.+}{+k+}{+y+}{+ ++}{+*+}{+.+}{+l+}{+o+}{+g+}{+ ++}{+*+}{+.+}{+p+}{+d+}{+f+}{+ ++}{+*+}{+.+}h{+t+}{+m+}{+l+}{+ ++}{+*+}{+.+}{+p+}g{+ ++}{+*+}{+.+}{+t+}{+o+}{+c+}{+ ++}{+*+}{+.+}{+t+}{+p+}{+ ++}{+*+}{+.+}{+v+}{+r+}{+ ++}{+.+}{+h+}{+g+}/ +.hgignore{+ ++}{+l+}{+e+}{+x+}{+e+}{+r+}{+.+}{+m+}{+l+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+b+}{+o+}{+o+}{+t+}{+ ++}{+r+}{+u+}{+s+}{+t+}{+c+} +i = 112, j = 111 +*~ +*.x86 +*.llvm +*.out +*.{+c+}{+m+}{+x+}{+ ++}{+*+}{+.+}{+d+}{+l+}{+l+}{+ ++}{+*+}{+.+}exe +*.orig +*.cmo +*.cmi +*.d +*.o +{+*+}.{+a+}{+u+}{+x+}{+ ++}{+*+}{+.+}{+c+}{+p+}{+ ++}{+*+}{+.+}{+f+}{+n+}{+ ++}{+*+}{+.+}{+k+}{+y+}{+ ++}{+*+}{+.+}{+l+}{+o+}{+g+}{+ ++}{+*+}{+.+}{+p+}{+d+}{+f+}{+ ++}{+*+}{+.+}h{+t+}{+m+}{+l+}{+ ++}{+*+}{+.+}{+p+}g{+ ++}{+*+}{+.+}{+t+}{+o+}{+c+}{+ ++}{+*+}{+.+}{+t+}{+p+}{+ ++}{+*+}{+.+}{+v+}{+r+}{+ ++}{+.+}{+h+}{+g+}/ +.hgignore{+ ++}{+l+}{+e+}{+x+}{+e+}{+r+}{+.+}{+m+}{+l+} +i = 112, j = 112 +*~ +*.x86 +*.llvm +*.out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore +i = 112, j = 113 +*~ +*.[-x-][-8-][-6-][- +-][-*-][-.-][-l-][-l-][-v-][-m-][- +-][-*-][-.-]out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore +i = 113, j = 111 +*~ +*.{+x+}{+8+}{+6+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+ ++}{+*+}{+.+}out +*.{+c+}{+m+}{+x+}{+ ++}{+*+}{+.+}{+d+}{+l+}{+l+}{+ ++}{+*+}{+.+}exe +*.orig +*.cmo +*.cmi +*.d +*.o +{+*+}.{+a+}{+u+}{+x+}{+ ++}{+*+}{+.+}{+c+}{+p+}{+ ++}{+*+}{+.+}{+f+}{+n+}{+ ++}{+*+}{+.+}{+k+}{+y+}{+ ++}{+*+}{+.+}{+l+}{+o+}{+g+}{+ ++}{+*+}{+.+}{+p+}{+d+}{+f+}{+ ++}{+*+}{+.+}h{+t+}{+m+}{+l+}{+ ++}{+*+}{+.+}{+p+}g{+ ++}{+*+}{+.+}{+t+}{+o+}{+c+}{+ ++}{+*+}{+.+}{+t+}{+p+}{+ ++}{+*+}{+.+}{+v+}{+r+}{+ ++}{+.+}{+h+}{+g+}/ +.hgignore{+ ++}{+l+}{+e+}{+x+}{+e+}{+r+}{+.+}{+m+}{+l+} +i = 113, j = 112 +*~ +*.{+x+}{+8+}{+6+}{+ ++}{+*+}{+.+}{+l+}{+l+}{+v+}{+m+}{+ ++}{+*+}{+.+}out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore +i = 113, j = 113 +*~ +*.out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore diff --git a/tests/data/gitignores.lines.diff b/tests/data/gitignores.lines.diff new file mode 100644 index 0000000..109f2ac --- /dev/null +++ b/tests/data/gitignores.lines.diff @@ -0,0 +1,35133 @@ +i = 0, j = 0 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + node_modules + package-lock.json + package.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 0, j = 1 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + node_modules + package-lock.json +-package.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 1, j = 0 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + node_modules + package-lock.json ++package.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 1, j = 1 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + node_modules + package-lock.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 1, j = 2 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node +-node_modules +-package-lock.json ++**node_modules ++**package-lock.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 2, j = 0 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node +-**node_modules +-**package-lock.json ++node_modules ++package-lock.json ++package.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 2, j = 1 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node +-**node_modules +-**package-lock.json ++node_modules ++package-lock.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 2, j = 2 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + + ## Rustdoc GUI tests + src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 2, j = 3 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + +-## Rustdoc GUI tests +-src/test/rustdoc-gui/src/**.lock +- + # Before adding new lines, see the comment at the top. + +i = 3, j = 1 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node +-**node_modules +-**package-lock.json ++node_modules ++package-lock.json ++ ++## Rustdoc GUI tests ++src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 3, j = 2 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + ++## Rustdoc GUI tests ++src/test/rustdoc-gui/src/**.lock ++ + # Before adding new lines, see the comment at the top. + +i = 3, j = 3 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + + # Before adding new lines, see the comment at the top. + +i = 3, j = 4 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + ++## Version control ++.hgignore ++.hg/ ++ + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + + # Before adding new lines, see the comment at the top. + +i = 4, j = 2 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + +-## Version control +-.hgignore +-.hg/ +- + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json ++ ++## Rustdoc GUI tests ++src/test/rustdoc-gui/src/**.lock + + # Before adding new lines, see the comment at the top. + +i = 4, j = 3 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + +-## Version control +-.hgignore +-.hg/ +- + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + + # Before adding new lines, see the comment at the top. + +i = 4, j = 4 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + + ## File system + .DS_Store + desktop.ini + + ## Version control + .hgignore + .hg/ + + ## Editor + *.swp + *.swo + Session.vim + .cproject + .idea + *.iml + .vscode + .project + .favorites.json + .settings/ + + ## Tool + .valgrindrc + .cargo + # Included because it is part of the test case + !/src/test/run-make/thumb-none-qemu/example/.cargo + + ## Configuration + /config.toml + /Makefile + config.mk + config.stamp + no_llvm_build + + ## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /build/ + /dist/ + /unicode-downloads + /target + /src/tools/x/target + # Generated by compiletest for incremental + /tmp/ + # Created by default with `src/ci/docker/run.sh` + /obj/ + + ## Temporary files + *~ + \#* + \#*\# + .#* + + ## Tags + tags + tags.* + TAGS + TAGS.* + + ## Python + __pycache__/ + *.py[cod] + *$py.class + + ## Node + **node_modules + **package-lock.json + + # Before adding new lines, see the comment at the top. + +i = 4, j = 5 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. +- +-## File system +-.DS_Store +-desktop.ini +- +-## Version control +-.hgignore +-.hg/ +- +-## Editor ++# FIXME: This needs cleanup. ++*~ + *.swp + *.swo +-Session.vim ++.#* ++.DS_Store + .cproject ++.hg/ ++.hgignore + .idea + *.iml +-.vscode ++__pycache__/ ++*.py[cod] ++*$py.class + .project +-.favorites.json + .settings/ +- +-## Tool + .valgrindrc +-.cargo +-# Included because it is part of the test case +-!/src/test/run-make/thumb-none-qemu/example/.cargo +- +-## Configuration +-/config.toml ++.vscode ++.favorites.json + /Makefile +-config.mk +-config.stamp +-no_llvm_build +- +-## Build ++/build/ ++/config.toml ++/dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-/build/ +-/dist/ ++/src/tools/x/target ++# Created by default with `src/ci/docker/run.sh`: ++/obj/ + /unicode-downloads + /target +-/src/tools/x/target +-# Generated by compiletest for incremental ++# Generated by compiletest for incremental: + /tmp/ +-# Created by default with `src/ci/docker/run.sh` +-/obj/ +- +-## Temporary files +-*~ +-\#* +-\#*\# +-.#* +- +-## Tags + tags + tags.* + TAGS + TAGS.* +- +-## Python +-__pycache__/ +-*.py[cod] +-*$py.class +- +-## Node ++\#* ++\#*\# ++config.mk ++config.stamp ++Session.vim ++.cargo ++!/src/test/run-make/thumb-none-qemu/example/.cargo ++no_llvm_build + **node_modules + **package-lock.json +- + # Before adding new lines, see the comment at the top. + +i = 5, j = 3 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. +-# FIXME: This needs cleanup. +-*~ ++ ++## File system ++.DS_Store ++desktop.ini ++ ++## Editor + *.swp + *.swo +-.#* +-.DS_Store ++Session.vim + .cproject +-.hg/ +-.hgignore + .idea + *.iml +-__pycache__/ +-*.py[cod] +-*$py.class ++.vscode + .project ++.favorites.json + .settings/ ++ ++## Tool + .valgrindrc +-.vscode +-.favorites.json +-/Makefile +-/build/ ++.cargo ++# Included because it is part of the test case ++!/src/test/run-make/thumb-none-qemu/example/.cargo ++ ++## Configuration + /config.toml +-/dist/ ++/Makefile ++config.mk ++config.stamp ++no_llvm_build ++ ++## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-/src/tools/x/target +-# Created by default with `src/ci/docker/run.sh`: +-/obj/ ++/build/ ++/dist/ + /unicode-downloads + /target +-# Generated by compiletest for incremental: ++/src/tools/x/target ++# Generated by compiletest for incremental + /tmp/ ++# Created by default with `src/ci/docker/run.sh` ++/obj/ ++ ++## Temporary files ++*~ ++\#* ++\#*\# ++.#* ++ ++## Tags + tags + tags.* + TAGS + TAGS.* +-\#* +-\#*\# +-config.mk +-config.stamp +-Session.vim +-.cargo +-!/src/test/run-make/thumb-none-qemu/example/.cargo +-no_llvm_build ++ ++## Python ++__pycache__/ ++*.py[cod] ++*$py.class ++ ++## Node + **node_modules + **package-lock.json ++ + # Before adding new lines, see the comment at the top. + +i = 5, j = 4 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. +-# FIXME: This needs cleanup. +-*~ ++ ++## File system ++.DS_Store ++desktop.ini ++ ++## Version control ++.hgignore ++.hg/ ++ ++## Editor + *.swp + *.swo +-.#* +-.DS_Store ++Session.vim + .cproject +-.hg/ +-.hgignore + .idea + *.iml +-__pycache__/ +-*.py[cod] +-*$py.class ++.vscode + .project ++.favorites.json + .settings/ ++ ++## Tool + .valgrindrc +-.vscode +-.favorites.json +-/Makefile +-/build/ ++.cargo ++# Included because it is part of the test case ++!/src/test/run-make/thumb-none-qemu/example/.cargo ++ ++## Configuration + /config.toml +-/dist/ ++/Makefile ++config.mk ++config.stamp ++no_llvm_build ++ ++## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-/src/tools/x/target +-# Created by default with `src/ci/docker/run.sh`: +-/obj/ ++/build/ ++/dist/ + /unicode-downloads + /target +-# Generated by compiletest for incremental: ++/src/tools/x/target ++# Generated by compiletest for incremental + /tmp/ ++# Created by default with `src/ci/docker/run.sh` ++/obj/ ++ ++## Temporary files ++*~ ++\#* ++\#*\# ++.#* ++ ++## Tags + tags + tags.* + TAGS + TAGS.* +-\#* +-\#*\# +-config.mk +-config.stamp +-Session.vim +-.cargo +-!/src/test/run-make/thumb-none-qemu/example/.cargo +-no_llvm_build ++ ++## Python ++__pycache__/ ++*.py[cod] ++*$py.class ++ ++## Node + **node_modules + **package-lock.json ++ + # Before adding new lines, see the comment at the top. + +i = 5, j = 5 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + *.swp + *.swo + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + **node_modules + **package-lock.json + # Before adding new lines, see the comment at the top. + +i = 5, j = 6 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ +-*.swp +-*.swo + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + **node_modules + **package-lock.json + # Before adding new lines, see the comment at the top. + +i = 6, j = 4 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. +-# FIXME: This needs cleanup. +-*~ +-.#* ++ ++## File system + .DS_Store +-.cproject +-.hg/ ++desktop.ini ++ ++## Version control + .hgignore ++.hg/ ++ ++## Editor ++*.swp ++*.swo ++Session.vim ++.cproject + .idea + *.iml +-__pycache__/ +-*.py[cod] +-*$py.class ++.vscode + .project ++.favorites.json + .settings/ ++ ++## Tool + .valgrindrc +-.vscode +-.favorites.json +-/Makefile +-/build/ ++.cargo ++# Included because it is part of the test case ++!/src/test/run-make/thumb-none-qemu/example/.cargo ++ ++## Configuration + /config.toml +-/dist/ ++/Makefile ++config.mk ++config.stamp ++no_llvm_build ++ ++## Build + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-/src/tools/x/target +-# Created by default with `src/ci/docker/run.sh`: +-/obj/ ++/build/ ++/dist/ + /unicode-downloads + /target +-# Generated by compiletest for incremental: ++/src/tools/x/target ++# Generated by compiletest for incremental + /tmp/ ++# Created by default with `src/ci/docker/run.sh` ++/obj/ ++ ++## Temporary files ++*~ ++\#* ++\#*\# ++.#* ++ ++## Tags + tags + tags.* + TAGS + TAGS.* +-\#* +-\#*\# +-config.mk +-config.stamp +-Session.vim +-.cargo +-!/src/test/run-make/thumb-none-qemu/example/.cargo +-no_llvm_build ++ ++## Python ++__pycache__/ ++*.py[cod] ++*$py.class ++ ++## Node + **node_modules + **package-lock.json ++ + # Before adding new lines, see the comment at the top. + +i = 6, j = 5 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ ++*.swp ++*.swo + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + **node_modules + **package-lock.json + # Before adding new lines, see the comment at the top. + +i = 6, j = 6 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + **node_modules + **package-lock.json + # Before adding new lines, see the comment at the top. + +i = 6, j = 7 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build +-**node_modules +-**package-lock.json + # Before adding new lines, see the comment at the top. + +i = 7, j = 5 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ ++*.swp ++*.swo + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build ++**node_modules ++**package-lock.json + # Before adding new lines, see the comment at the top. + +i = 7, j = 6 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build ++**node_modules ++**package-lock.json + # Before adding new lines, see the comment at the top. + +i = 7, j = 7 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 7, j = 8 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-/src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 8, j = 6 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++/src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build ++**node_modules ++**package-lock.json + # Before adding new lines, see the comment at the top. + +i = 8, j = 7 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++/src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 8, j = 8 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 8, j = 9 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ ++/rustllvm/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 9, j = 7 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++/src/tools/x/target + # Created by default with `src/ci/docker/run.sh`: + /obj/ +-/rustllvm/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 9, j = 8 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ +-/rustllvm/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 9, j = 9 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /unicode-downloads + /target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 9, j = 10 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /unicode-downloads +-/target ++/target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 10, j = 8 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ +-/rustllvm/ + /unicode-downloads +-/target/ ++/target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 10, j = 9 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /unicode-downloads +-/target/ ++/target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 10, j = 10 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /unicode-downloads + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 10, j = 11 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ +-/unicode-downloads ++/src/libcore/unicode/DerivedCoreProperties.txt ++/src/libcore/unicode/DerivedNormalizationProps.txt ++/src/libcore/unicode/PropList.txt ++/src/libcore/unicode/ReadMe.txt ++/src/libcore/unicode/Scripts.txt ++/src/libcore/unicode/SpecialCasing.txt ++/src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 11, j = 9 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ +-/src/libcore/unicode/DerivedCoreProperties.txt +-/src/libcore/unicode/DerivedNormalizationProps.txt +-/src/libcore/unicode/PropList.txt +-/src/libcore/unicode/ReadMe.txt +-/src/libcore/unicode/Scripts.txt +-/src/libcore/unicode/SpecialCasing.txt +-/src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded +-/target/ ++/unicode-downloads ++/target + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 11, j = 10 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ +-/src/libcore/unicode/DerivedCoreProperties.txt +-/src/libcore/unicode/DerivedNormalizationProps.txt +-/src/libcore/unicode/PropList.txt +-/src/libcore/unicode/ReadMe.txt +-/src/libcore/unicode/Scripts.txt +-/src/libcore/unicode/SpecialCasing.txt +-/src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded ++/unicode-downloads + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 11, j = 11 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + !/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 11, j = 12 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo +-!/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 12, j = 10 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ +-/src/libcore/unicode/DerivedCoreProperties.txt +-/src/libcore/unicode/DerivedNormalizationProps.txt +-/src/libcore/unicode/PropList.txt +-/src/libcore/unicode/ReadMe.txt +-/src/libcore/unicode/Scripts.txt +-/src/libcore/unicode/SpecialCasing.txt +-/src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded ++/unicode-downloads + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo ++!/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 12, j = 11 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo ++!/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 12, j = 12 + # This file should only ignore things that are generated during a `x.py` build, + # generated by common IDEs, and optional files controlled by the user that + # affect the build (such as config.toml). + # In particular, things like `mir_dump` should not be listed here; they are only + # created during manual debugging and many people like to clean up instead of + # having git ignore such leftovers. You can use `.git/info/exclude` to + # configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + # Before adding new lines, see the comment at the top. + +i = 12, j = 13 +-# This file should only ignore things that are generated during a `x.py` build, +-# generated by common IDEs, and optional files controlled by the user that +-# affect the build (such as config.toml). +-# In particular, things like `mir_dump` should not be listed here; they are only +-# created during manual debugging and many people like to clean up instead of +-# having git ignore such leftovers. You can use `.git/info/exclude` to +-# configure your local ignore list. ++# This file should only ignore things that are generated during a build, ++# generated by common IDEs, and optional files controlled by the user ++# that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build +-# Before adding new lines, see the comment at the top. + +i = 13, j = 11 +-# This file should only ignore things that are generated during a build, +-# generated by common IDEs, and optional files controlled by the user +-# that affect the build (such as config.toml). ++# This file should only ignore things that are generated during a `x.py` build, ++# generated by common IDEs, and optional files controlled by the user that ++# affect the build (such as config.toml). ++# In particular, things like `mir_dump` should not be listed here; they are only ++# created during manual debugging and many people like to clean up instead of ++# having git ignore such leftovers. You can use `.git/info/exclude` to ++# configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo ++!/src/test/run-make/thumb-none-qemu/example/.cargo + no_llvm_build ++# Before adding new lines, see the comment at the top. + +i = 13, j = 12 +-# This file should only ignore things that are generated during a build, +-# generated by common IDEs, and optional files controlled by the user +-# that affect the build (such as config.toml). ++# This file should only ignore things that are generated during a `x.py` build, ++# generated by common IDEs, and optional files controlled by the user that ++# affect the build (such as config.toml). ++# In particular, things like `mir_dump` should not be listed here; they are only ++# created during manual debugging and many people like to clean up instead of ++# having git ignore such leftovers. You can use `.git/info/exclude` to ++# configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build ++# Before adding new lines, see the comment at the top. + +i = 13, j = 13 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 13, j = 14 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build ++# Generated when dumping Graphviz output for debugging: ++/mir_dump/ ++/*.dot + +i = 14, j = 12 +-# This file should only ignore things that are generated during a build, +-# generated by common IDEs, and optional files controlled by the user +-# that affect the build (such as config.toml). ++# This file should only ignore things that are generated during a `x.py` build, ++# generated by common IDEs, and optional files controlled by the user that ++# affect the build (such as config.toml). ++# In particular, things like `mir_dump` should not be listed here; they are only ++# created during manual debugging and many people like to clean up instead of ++# having git ignore such leftovers. You can use `.git/info/exclude` to ++# configure your local ignore list. + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build +-# Generated when dumping Graphviz output for debugging: +-/mir_dump/ +-/*.dot ++# Before adding new lines, see the comment at the top. + +i = 14, j = 13 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build +-# Generated when dumping Graphviz output for debugging: +-/mir_dump/ +-/*.dot + +i = 14, j = 14 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + # Generated when dumping Graphviz output for debugging: + /mir_dump/ + /*.dot + +i = 14, j = 15 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build +-# Generated when dumping Graphviz output for debugging: +-/mir_dump/ +-/*.dot + +i = 15, j = 13 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 15, j = 14 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build ++# Generated when dumping Graphviz output for debugging: ++/mir_dump/ ++/*.dot + +i = 15, j = 15 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + # Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 15, j = 16 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ +-# Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 16, j = 14 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++# Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build ++# Generated when dumping Graphviz output for debugging: ++/mir_dump/ ++/*.dot + +i = 16, j = 15 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++# Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 16, j = 16 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + # Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 16, j = 17 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ +-# Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 17, j = 15 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ ++# Created by default with `src/ci/docker/run.sh`: + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ ++# Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 17, j = 16 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ ++# Generated by compiletest for incremental: + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 17, j = 17 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 17, j = 18 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ +-/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 18, j = 16 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ ++# Generated by compiletest for incremental: ++/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 18, j = 17 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ ++/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 18, j = 18 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /target/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 18, j = 19 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ ++/target/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded +-/target/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 19, j = 17 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ +-/target/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded ++/target/ ++/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 19, j = 18 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ +-/target/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded ++/target/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 19, j = 19 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build/ + /target/ + /config.toml + /dist/ + /dl/ + /doc/ + /inst/ + /llvm/ + /mingw-build/ + /obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + .cargo + no_llvm_build + +i = 19, j = 20 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile +-/build/ +-/target/ ++/build + /config.toml + /dist/ + /dl/ +-/doc/ ++/doc + /inst/ + /llvm/ + /mingw-build/ +-/obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim ++src/etc/dl + .cargo + no_llvm_build + +i = 20, j = 18 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile +-/build ++/build/ + /config.toml + /dist/ + /dl/ +-/doc ++/doc/ + /inst/ + /llvm/ + /mingw-build/ ++/obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded ++/target/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim +-src/etc/dl + .cargo + no_llvm_build + +i = 20, j = 19 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile +-/build ++/build/ ++/target/ + /config.toml + /dist/ + /dl/ +-/doc ++/doc/ + /inst/ + /llvm/ + /mingw-build/ ++/obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim +-src/etc/dl + .cargo + no_llvm_build + +i = 20, j = 20 + # This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo + no_llvm_build + +i = 20, j = 21 +-# This file should only ignore things that are generated during a build, ++# This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo + no_llvm_build + +i = 21, j = 19 +-# This file should only ignore things that are generatd during a build, ++# This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile +-/build ++/build/ ++/target/ + /config.toml + /dist/ + /dl/ +-/doc ++/doc/ + /inst/ + /llvm/ + /mingw-build/ ++/obj/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim +-src/etc/dl + .cargo + no_llvm_build + +i = 21, j = 20 +-# This file should only ignore things that are generatd during a build, ++# This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo + no_llvm_build + +i = 21, j = 21 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo + no_llvm_build + +i = 21, j = 22 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo ++!src/vendor/** ++/src/target/ ++ + no_llvm_build + +i = 22, j = 20 +-# This file should only ignore things that are generatd during a build, ++# This file should only ignore things that are generated during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo +-!src/vendor/** +-/src/target/ +- + no_llvm_build + +i = 22, j = 21 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo +-!src/vendor/** +-/src/target/ +- + no_llvm_build + +i = 22, j = 22 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + Session.vim + src/etc/dl + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 22, j = 23 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json ++/*-*-*-*/ ++/*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ ++/nd/ ++/obj/ ++/rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded ++/stage[0-9]+/ ++/target ++target/ ++/test/ ++/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp ++keywords.md ++lexer.ml + Session.vim + src/etc/dl ++tmp.*.rs ++version.md ++version.ml ++version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 23, j = 21 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json +-/*-*-*-*/ +-/*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ +-/nd/ +-/obj/ +-/rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded +-/stage[0-9]+/ +-/target +-target/ +-/test/ +-/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp +-keywords.md +-lexer.ml + Session.vim + src/etc/dl +-tmp.*.rs +-version.md +-version.ml +-version.texi + .cargo +-!src/vendor/** +-/src/target/ +- + no_llvm_build + +i = 23, j = 22 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json +-/*-*-*-*/ +-/*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ +-/nd/ +-/obj/ +-/rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded +-/stage[0-9]+/ +-/target +-target/ +-/test/ +-/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp +-keywords.md +-lexer.ml + Session.vim + src/etc/dl +-tmp.*.rs +-version.md +-version.ml +-version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 23, j = 23 + # This file should only ignore things that are generatd during a build, + # generated by common IDEs, and optional files controlled by the user + # that affect the build (such as config.toml). + # FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 23, j = 24 +-# This file should only ignore things that are generatd during a build, +-# generated by common IDEs, and optional files controlled by the user +-# that affect the build (such as config.toml). +-# FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 24, j = 22 ++# This file should only ignore things that are generatd during a build, ++# generated by common IDEs, and optional files controlled by the user ++# that affect the build (such as config.toml). ++# FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json +-/*-*-*-*/ +-/*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ +-/nd/ +-/obj/ +-/rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded +-/stage[0-9]+/ +-/target +-target/ +-/test/ +-/tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp +-keywords.md +-lexer.ml + Session.vim + src/etc/dl +-tmp.*.rs +-version.md +-version.ml +-version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 24, j = 23 ++# This file should only ignore things that are generatd during a build, ++# generated by common IDEs, and optional files controlled by the user ++# that affect the build (such as config.toml). ++# FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 24, j = 24 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 24, j = 25 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 25, j = 23 ++# This file should only ignore things that are generatd during a build, ++# generated by common IDEs, and optional files controlled by the user ++# that affect the build (such as config.toml). ++# FIXME: This needs cleanup. + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 25, j = 24 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 25, j = 25 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 25, j = 26 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 26, j = 24 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 26, j = 25 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 26, j = 26 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 26, j = 27 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc +-.vscode ++.vscode/ + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 27, j = 25 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc +-.vscode/ ++.vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 27, j = 26 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc +-.vscode/ ++.vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 27, j = 27 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 27, j = 28 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt +-/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 28, j = 26 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc +-.vscode/ ++.vscode + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 28, j = 27 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 28, j = 28 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + .favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 28, j = 29 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ +-.favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 29, j = 27 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ ++.favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt ++/src/libcore/unicode/downloaded + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 29, j = 28 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ ++.favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 29, j = 29 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 29, j = 30 ++*.a ++*.aux ++*.bc ++*.boot ++*.bz2 ++*.cmi ++*.cmo ++*.cmx ++*.cp ++*.cps ++*.d ++*.dSYM ++*.def ++*.diff ++*.dll ++*.dylib ++*.elc ++*.epub ++*.exe ++*.fn ++*.html ++*.kdev4 ++*.ky ++*.ll ++*.llvm ++*.log ++*.o ++*.orig ++*.out ++*.patch ++*.pdb ++*.pdf ++*.pg ++*.pot ++*.pyc ++*.rej ++*.rlib ++*.rustc ++*.so ++*.swo ++*.swp ++*.tmp ++*.toc ++*.tp ++*.vr ++*.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 30, j = 28 +-*.a +-*.aux +-*.bc +-*.boot +-*.bz2 +-*.cmi +-*.cmo +-*.cmx +-*.cp +-*.cps +-*.d +-*.dSYM +-*.def +-*.diff +-*.dll +-*.dylib +-*.elc +-*.epub +-*.exe +-*.fn +-*.html +-*.kdev4 +-*.ky +-*.ll +-*.llvm +-*.log +-*.o +-*.orig +-*.out +-*.patch +-*.pdb +-*.pdf +-*.pg +-*.pot +-*.pyc +-*.rej +-*.rlib +-*.rustc +-*.so +-*.swo +-*.swp +-*.tmp +-*.toc +-*.tp +-*.vr +-*.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ ++.favorites.json + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 30, j = 29 +-*.a +-*.aux +-*.bc +-*.boot +-*.bz2 +-*.cmi +-*.cmo +-*.cmx +-*.cp +-*.cps +-*.d +-*.dSYM +-*.def +-*.diff +-*.dll +-*.dylib +-*.elc +-*.epub +-*.exe +-*.fn +-*.html +-*.kdev4 +-*.ky +-*.ll +-*.llvm +-*.log +-*.o +-*.orig +-*.out +-*.patch +-*.pdb +-*.pdf +-*.pg +-*.pot +-*.pyc +-*.rej +-*.rlib +-*.rustc +-*.so +-*.swo +-*.swp +-*.tmp +-*.toc +-*.tp +-*.vr +-*.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 30, j = 30 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + tags + tags.* + TAGS + TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + mir_dump + Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 30, j = 31 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ +-tags +-tags.* + TAGS +-TAGS.* ++TAGS.emacs ++TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-mir_dump +-Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 31, j = 29 +-*.a +-*.aux +-*.bc +-*.boot +-*.bz2 +-*.cmi +-*.cmo +-*.cmx +-*.cp +-*.cps +-*.d +-*.dSYM +-*.def +-*.diff +-*.dll +-*.dylib +-*.elc +-*.epub +-*.exe +-*.fn +-*.html +-*.kdev4 +-*.ky +-*.ll +-*.llvm +-*.log +-*.o +-*.orig +-*.out +-*.patch +-*.pdb +-*.pdf +-*.pg +-*.pot +-*.pyc +-*.rej +-*.rlib +-*.rustc +-*.so +-*.swo +-*.swp +-*.tmp +-*.toc +-*.tp +-*.vr +-*.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ ++tags ++tags.* + TAGS +-TAGS.emacs +-TAGS.vi ++TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++mir_dump ++Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 31, j = 30 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ ++tags ++tags.* + TAGS +-TAGS.emacs +-TAGS.vi ++TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++mir_dump ++Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 31, j = 31 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libcore/unicode/DerivedCoreProperties.txt + /src/libcore/unicode/DerivedNormalizationProps.txt + /src/libcore/unicode/PropList.txt + /src/libcore/unicode/ReadMe.txt + /src/libcore/unicode/Scripts.txt + /src/libcore/unicode/SpecialCasing.txt + /src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 31, j = 32 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libcore/unicode/DerivedCoreProperties.txt +-/src/libcore/unicode/DerivedNormalizationProps.txt +-/src/libcore/unicode/PropList.txt +-/src/libcore/unicode/ReadMe.txt +-/src/libcore/unicode/Scripts.txt +-/src/libcore/unicode/SpecialCasing.txt +-/src/libcore/unicode/UnicodeData.txt ++/src/libstd_unicode/DerivedCoreProperties.txt ++/src/libstd_unicode/DerivedNormalizationProps.txt ++/src/libstd_unicode/PropList.txt ++/src/libstd_unicode/ReadMe.txt ++/src/libstd_unicode/Scripts.txt ++/src/libstd_unicode/SpecialCasing.txt ++/src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 32, j = 30 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libstd_unicode/DerivedCoreProperties.txt +-/src/libstd_unicode/DerivedNormalizationProps.txt +-/src/libstd_unicode/PropList.txt +-/src/libstd_unicode/ReadMe.txt +-/src/libstd_unicode/Scripts.txt +-/src/libstd_unicode/SpecialCasing.txt +-/src/libstd_unicode/UnicodeData.txt ++/src/libcore/unicode/DerivedCoreProperties.txt ++/src/libcore/unicode/DerivedNormalizationProps.txt ++/src/libcore/unicode/PropList.txt ++/src/libcore/unicode/ReadMe.txt ++/src/libcore/unicode/Scripts.txt ++/src/libcore/unicode/SpecialCasing.txt ++/src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ ++tags ++tags.* + TAGS +-TAGS.emacs +-TAGS.vi ++TAGS.* + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++mir_dump ++Session.vim + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 32, j = 31 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libstd_unicode/DerivedCoreProperties.txt +-/src/libstd_unicode/DerivedNormalizationProps.txt +-/src/libstd_unicode/PropList.txt +-/src/libstd_unicode/ReadMe.txt +-/src/libstd_unicode/Scripts.txt +-/src/libstd_unicode/SpecialCasing.txt +-/src/libstd_unicode/UnicodeData.txt ++/src/libcore/unicode/DerivedCoreProperties.txt ++/src/libcore/unicode/DerivedNormalizationProps.txt ++/src/libcore/unicode/PropList.txt ++/src/libcore/unicode/ReadMe.txt ++/src/libcore/unicode/Scripts.txt ++/src/libcore/unicode/SpecialCasing.txt ++/src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 32, j = 32 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 32, j = 33 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target +-target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 33, j = 31 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libstd_unicode/DerivedCoreProperties.txt +-/src/libstd_unicode/DerivedNormalizationProps.txt +-/src/libstd_unicode/PropList.txt +-/src/libstd_unicode/ReadMe.txt +-/src/libstd_unicode/Scripts.txt +-/src/libstd_unicode/SpecialCasing.txt +-/src/libstd_unicode/UnicodeData.txt ++/src/libcore/unicode/DerivedCoreProperties.txt ++/src/libcore/unicode/DerivedNormalizationProps.txt ++/src/libcore/unicode/PropList.txt ++/src/libcore/unicode/ReadMe.txt ++/src/libcore/unicode/Scripts.txt ++/src/libcore/unicode/SpecialCasing.txt ++/src/libcore/unicode/UnicodeData.txt + /stage[0-9]+/ + /target ++target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 33, j = 32 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target ++target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 33, j = 33 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 33, j = 34 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl ++src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 34, j = 32 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target ++target/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl +-src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 34, j = 33 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl +-src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 34, j = 34 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + + no_llvm_build + +i = 34, j = 35 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ +- +-no_llvm_build + +i = 35, j = 33 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl +-src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ ++ ++no_llvm_build + +i = 35, j = 34 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ ++ ++no_llvm_build + +i = 35, j = 35 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + *.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + +i = 35, j = 36 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea +-*.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + +i = 36, j = 34 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea ++*.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ ++ ++no_llvm_build + +i = 36, j = 35 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea ++*.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + +i = 36, j = 36 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + /src/target/ + +i = 36, j = 37 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** +-/src/target/ + +i = 37, j = 35 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea ++*.iml + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** ++/src/target/ + +i = 37, j = 36 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** ++/src/target/ + +i = 37, j = 37 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + !src/vendor/** + +i = 37, j = 38 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo +-!src/vendor/** + +i = 38, j = 36 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo ++!src/vendor/** ++/src/target/ + +i = 38, j = 37 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo ++!src/vendor/** + +i = 38, j = 38 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libstd_unicode/DerivedCoreProperties.txt + /src/libstd_unicode/DerivedNormalizationProps.txt + /src/libstd_unicode/PropList.txt + /src/libstd_unicode/ReadMe.txt + /src/libstd_unicode/Scripts.txt + /src/libstd_unicode/SpecialCasing.txt + /src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + +i = 38, j = 39 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libstd_unicode/DerivedCoreProperties.txt +-/src/libstd_unicode/DerivedNormalizationProps.txt +-/src/libstd_unicode/PropList.txt +-/src/libstd_unicode/ReadMe.txt +-/src/libstd_unicode/Scripts.txt +-/src/libstd_unicode/SpecialCasing.txt +-/src/libstd_unicode/UnicodeData.txt ++/src/libunicode/DerivedCoreProperties.txt ++/src/libunicode/EastAsianWidth.txt ++/src/libunicode/HangulSyllableType.txt ++/src/libunicode/PropList.txt ++/src/libunicode/Scripts.txt ++/src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + +i = 39, j = 37 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libunicode/DerivedCoreProperties.txt +-/src/libunicode/EastAsianWidth.txt +-/src/libunicode/HangulSyllableType.txt +-/src/libunicode/PropList.txt +-/src/libunicode/Scripts.txt +-/src/libunicode/UnicodeData.txt ++/src/libstd_unicode/DerivedCoreProperties.txt ++/src/libstd_unicode/DerivedNormalizationProps.txt ++/src/libstd_unicode/PropList.txt ++/src/libstd_unicode/ReadMe.txt ++/src/libstd_unicode/Scripts.txt ++/src/libstd_unicode/SpecialCasing.txt ++/src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo ++!src/vendor/** + +i = 39, j = 38 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libunicode/DerivedCoreProperties.txt +-/src/libunicode/EastAsianWidth.txt +-/src/libunicode/HangulSyllableType.txt +-/src/libunicode/PropList.txt +-/src/libunicode/Scripts.txt +-/src/libunicode/UnicodeData.txt ++/src/libstd_unicode/DerivedCoreProperties.txt ++/src/libstd_unicode/DerivedNormalizationProps.txt ++/src/libstd_unicode/PropList.txt ++/src/libstd_unicode/ReadMe.txt ++/src/libstd_unicode/Scripts.txt ++/src/libstd_unicode/SpecialCasing.txt ++/src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + +i = 39, j = 39 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + .cargo + +i = 39, j = 40 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-.cargo + +i = 40, j = 38 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ +-/src/libunicode/DerivedCoreProperties.txt +-/src/libunicode/EastAsianWidth.txt +-/src/libunicode/HangulSyllableType.txt +-/src/libunicode/PropList.txt +-/src/libunicode/Scripts.txt +-/src/libunicode/UnicodeData.txt ++/src/libstd_unicode/DerivedCoreProperties.txt ++/src/libstd_unicode/DerivedNormalizationProps.txt ++/src/libstd_unicode/PropList.txt ++/src/libstd_unicode/ReadMe.txt ++/src/libstd_unicode/Scripts.txt ++/src/libstd_unicode/SpecialCasing.txt ++/src/libstd_unicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++.cargo + +i = 40, j = 39 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++.cargo + +i = 40, j = 40 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + .vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 40, j = 41 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc +-.vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 41, j = 39 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc ++.vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++.cargo + +i = 41, j = 40 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc ++.vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 41, j = 41 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 41, j = 42 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch +-*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore +-.idea +-__pycache__/ +-*.py[cod] +-*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ +-/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage[0-9]+/ +-/target ++/stage0/ ++/stage1/ ++/stage2/ ++/stage3/ + /test/ + /tmp/ ++/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 42, j = 40 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch ++*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore ++.idea ++__pycache__/ ++*.py[cod] ++*$py.class + .project + .settings/ + .valgrindrc ++.vscode/ + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ ++/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage0/ +-/stage1/ +-/stage2/ +-/stage3/ ++/stage[0-9]+/ ++/target + /test/ + /tmp/ +-/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 42, j = 41 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch ++*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore ++.idea ++__pycache__/ ++*.py[cod] ++*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ ++/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage0/ +-/stage1/ +-/stage2/ +-/stage3/ ++/stage[0-9]+/ ++/target + /test/ + /tmp/ +-/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 42, j = 42 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + /obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 42, j = 43 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch ++*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore ++.idea ++__pycache__/ ++*.py[cod] ++*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build +-/config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ ++/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage0/ +-/stage1/ +-/stage2/ +-/stage3/ ++/stage[0-9]+/ ++/target + /test/ + /tmp/ +-/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 43, j = 41 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build ++/config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 43, j = 42 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch +-*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore +-.idea +-__pycache__/ +-*.py[cod] +-*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build ++/config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ +-/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage[0-9]+/ +-/target ++/stage0/ ++/stage1/ ++/stage2/ ++/stage3/ + /test/ + /tmp/ ++/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 43, j = 43 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .idea + __pycache__/ + *.py[cod] + *$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage[0-9]+/ + /target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 43, j = 44 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch +-*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore +-.idea +-__pycache__/ +-*.py[cod] +-*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ +-/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage[0-9]+/ +-/target ++/stage0/ ++/stage1/ ++/stage2/ ++/stage3/ + /test/ + /tmp/ ++/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml ++src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 44, j = 42 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build ++/config.toml + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + /obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 44, j = 43 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch ++*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore ++.idea ++__pycache__/ ++*.py[cod] ++*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ ++/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage0/ +-/stage1/ +-/stage2/ +-/stage3/ ++/stage[0-9]+/ ++/target + /test/ + /tmp/ +-/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 44, j = 44 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + /obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 44, j = 45 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ +-/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 45, j = 43 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch ++*.pdb + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore ++.idea ++__pycache__/ ++*.py[cod] ++*$py.class + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ ++/obj/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt +-/stage0/ +-/stage1/ +-/stage2/ +-/stage3/ ++/stage[0-9]+/ ++/target + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml +-src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 45, j = 44 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ ++/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 45, j = 45 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 45, j = 46 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe +-*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 46, j = 44 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ ++/obj/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 46, j = 45 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 46, j = 46 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + /target + +i = 46, j = 47 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-/target + +i = 47, j = 45 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe ++*.pdb + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 47, j = 46 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 47, j = 47 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 47, j = 48 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html +-*.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 48, j = 46 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html ++*.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++/target + +i = 48, j = 47 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html ++*.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 48, j = 48 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /src/libunicode/DerivedCoreProperties.txt + /src/libunicode/EastAsianWidth.txt + /src/libunicode/HangulSyllableType.txt + /src/libunicode/PropList.txt + /src/libunicode/Scripts.txt + /src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 48, j = 49 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ +-/src/libunicode/DerivedCoreProperties.txt +-/src/libunicode/EastAsianWidth.txt +-/src/libunicode/HangulSyllableType.txt +-/src/libunicode/PropList.txt +-/src/libunicode/Scripts.txt +-/src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 49, j = 47 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html ++*.kdev4 + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ ++/src/libunicode/DerivedCoreProperties.txt ++/src/libunicode/EastAsianWidth.txt ++/src/libunicode/HangulSyllableType.txt ++/src/libunicode/PropList.txt ++/src/libunicode/Scripts.txt ++/src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 49, j = 48 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ ++/src/libunicode/DerivedCoreProperties.txt ++/src/libunicode/EastAsianWidth.txt ++/src/libunicode/HangulSyllableType.txt ++/src/libunicode/PropList.txt ++/src/libunicode/Scripts.txt ++/src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 49, j = 49 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /*-*-*-*/ + /*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + +i = 49, j = 50 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc +-/*-*-*-*/ +-/*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp ++i686-pc-mingw32/ ++i686-unknown-linux-gnu/ + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi ++x86_64-apple-darwin/ ++x86_64-unknown-linux-gnu/ + +i = 50, j = 48 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc ++/*-*-*-*/ ++/*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ ++/src/libunicode/DerivedCoreProperties.txt ++/src/libunicode/EastAsianWidth.txt ++/src/libunicode/HangulSyllableType.txt ++/src/libunicode/PropList.txt ++/src/libunicode/Scripts.txt ++/src/libunicode/UnicodeData.txt + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp +-i686-pc-mingw32/ +-i686-unknown-linux-gnu/ + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-x86_64-apple-darwin/ +-x86_64-unknown-linux-gnu/ + +i = 50, j = 49 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc ++/*-*-*-*/ ++/*-*-*/ + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp +-i686-pc-mingw32/ +-i686-unknown-linux-gnu/ + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi +-x86_64-apple-darwin/ +-x86_64-unknown-linux-gnu/ + +i = 50, j = 50 + *.a + *.aux + *.bc + *.boot + *.bz2 + *.cmi + *.cmo + *.cmx + *.cp + *.cps + *.d + *.dSYM + *.def + *.diff + *.dll + *.dylib + *.elc + *.epub + *.exe + *.fn + *.html + *.ky + *.ll + *.llvm + *.log + *.o + *.orig + *.out + *.patch + *.pdf + *.pg + *.pot + *.pyc + *.rej + *.rlib + *.rustc + *.so + *.swo + *.swp + *.tmp + *.toc + *.tp + *.vr + *.x86 + *~ + .#* + .DS_Store + .cproject + .hg/ + .hgignore + .project + .settings/ + .valgrindrc + /Makefile + /build + /dist/ + /dl/ + /doc + /inst/ + /llvm/ + /mingw-build/ + /nd/ + /rt/ + /rustllvm/ + /stage0/ + /stage1/ + /stage2/ + /stage3/ + /test/ + /tmp/ + TAGS + TAGS.emacs + TAGS.vi + \#* + \#*\# + config.mk + config.stamp + i686-pc-mingw32/ + i686-unknown-linux-gnu/ + keywords.md + lexer.ml + src/.DS_Store + src/etc/dl + src/librustc_llvm/llvmdeps.rs + tmp.*.rs + version.md + version.ml + version.texi + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + +i = 50, j = 51 +-*.a +-*.aux +-*.bc ++*~ ++\#*\# ++\#* ++.#* ++*.x86 ++*.llvm ++*.out + *.boot +-*.bz2 +-*.cmi +-*.cmo ++*.rustc + *.cmx +-*.cp +-*.cps +-*.d +-*.dSYM +-*.def +-*.diff + *.dll +-*.dylib +-*.elc +-*.epub ++*.def + *.exe ++*.a ++*.rlib ++*.so ++*.dylib ++*.orig ++*.cmo ++*.cmi ++*.dSYM ++*.d ++*.o ++*.ll ++*.bc ++*.aux ++*.cp + *.fn +-*.html + *.ky +-*.ll +-*.llvm ++*.cps + *.log +-*.o +-*.orig +-*.out +-*.patch + *.pdf ++*.epub ++*.html + *.pg +-*.pot +-*.pyc +-*.rej +-*.rlib +-*.rustc +-*.so +-*.swo +-*.swp +-*.tmp + *.toc + *.tp + *.vr +-*.x86 +-*~ +-.#* +-.DS_Store +-.cproject ++*.patch ++*.diff ++*.rej ++*.swp ++*.swo ++*.tmp ++*.pyc ++*.elc + .hg/ + .hgignore ++.cproject + .project +-.settings/ + .valgrindrc ++lexer.ml ++TAGS ++TAGS.emacs ++TAGS.vi ++version.ml ++version.texi + /Makefile +-/build +-/dist/ +-/dl/ +-/doc +-/inst/ +-/llvm/ +-/mingw-build/ +-/nd/ ++config.mk + /rt/ + /rustllvm/ ++/test/ ++/inst/ ++/mingw-build/ ++src/.DS_Store ++/tmp/ ++/dist/ + /stage0/ ++/dl/ + /stage1/ + /stage2/ + /stage3/ +-/test/ +-/tmp/ +-TAGS +-TAGS.emacs +-TAGS.vi +-\#* +-\#*\# +-config.mk +-config.stamp +-i686-pc-mingw32/ +-i686-unknown-linux-gnu/ +-keywords.md +-lexer.ml +-src/.DS_Store +-src/etc/dl +-src/librustc_llvm/llvmdeps.rs +-tmp.*.rs ++*.bz2 ++/doc ++/nd/ ++/llvm/ + version.md +-version.ml +-version.texi ++keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ ++i686-unknown-linux-gnu/ ++tmp.*.rs ++config.stamp ++.DS_Store ++src/etc/dl ++.settings/ ++/build ++i686-pc-mingw32/ ++src/librustc_llvm/llvmdeps.rs ++*.pot + +i = 51, j = 49 +-*~ +-\#*\# +-\#* +-.#* +-*.x86 +-*.llvm +-*.out ++*.a ++*.aux ++*.bc + *.boot +-*.rustc ++*.bz2 ++*.cmi ++*.cmo + *.cmx +-*.dll ++*.cp ++*.cps ++*.d ++*.dSYM + *.def +-*.exe +-*.a +-*.rlib +-*.so ++*.diff ++*.dll + *.dylib +-*.orig +-*.cmo +-*.cmi +-*.dSYM +-*.d +-*.o +-*.ll +-*.bc +-*.aux +-*.cp ++*.elc ++*.epub ++*.exe + *.fn ++*.html + *.ky +-*.cps ++*.ll ++*.llvm + *.log ++*.o ++*.orig ++*.out ++*.patch + *.pdf +-*.epub +-*.html + *.pg +-*.toc +-*.tp +-*.vr +-*.patch +-*.diff ++*.pot ++*.pyc + *.rej +-*.swp ++*.rlib ++*.rustc ++*.so + *.swo ++*.swp + *.tmp +-*.pyc +-*.elc ++*.toc ++*.tp ++*.vr ++*.x86 ++*~ ++.#* ++.DS_Store ++.cproject + .hg/ + .hgignore +-.cproject + .project ++.settings/ + .valgrindrc +-lexer.ml +-TAGS +-TAGS.emacs +-TAGS.vi +-version.ml +-version.texi ++/*-*-*-*/ ++/*-*-*/ + /Makefile +-config.mk +-/rt/ +-/rustllvm/ +-/test/ ++/build ++/dist/ ++/dl/ ++/doc + /inst/ ++/llvm/ + /mingw-build/ +-src/.DS_Store +-/tmp/ +-/dist/ ++/nd/ ++/rt/ ++/rustllvm/ + /stage0/ +-/dl/ + /stage1/ + /stage2/ + /stage3/ +-*.bz2 +-/doc +-/nd/ +-/llvm/ +-version.md +-keywords.md +-x86_64-apple-darwin/ +-x86_64-unknown-linux-gnu/ +-i686-unknown-linux-gnu/ +-tmp.*.rs ++/test/ ++/tmp/ ++TAGS ++TAGS.emacs ++TAGS.vi ++\#* ++\#*\# ++config.mk + config.stamp +-.DS_Store ++keywords.md ++lexer.ml ++src/.DS_Store + src/etc/dl +-.settings/ +-/build +-i686-pc-mingw32/ + src/librustc_llvm/llvmdeps.rs +-*.pot ++tmp.*.rs ++version.md ++version.ml ++version.texi + +i = 51, j = 50 +-*~ +-\#*\# +-\#* +-.#* +-*.x86 +-*.llvm +-*.out ++*.a ++*.aux ++*.bc + *.boot +-*.rustc ++*.bz2 ++*.cmi ++*.cmo + *.cmx +-*.dll ++*.cp ++*.cps ++*.d ++*.dSYM + *.def +-*.exe +-*.a +-*.rlib +-*.so ++*.diff ++*.dll + *.dylib +-*.orig +-*.cmo +-*.cmi +-*.dSYM +-*.d +-*.o +-*.ll +-*.bc +-*.aux +-*.cp ++*.elc ++*.epub ++*.exe + *.fn ++*.html + *.ky +-*.cps ++*.ll ++*.llvm + *.log ++*.o ++*.orig ++*.out ++*.patch + *.pdf +-*.epub +-*.html + *.pg +-*.toc +-*.tp +-*.vr +-*.patch +-*.diff ++*.pot ++*.pyc + *.rej +-*.swp ++*.rlib ++*.rustc ++*.so + *.swo ++*.swp + *.tmp +-*.pyc +-*.elc ++*.toc ++*.tp ++*.vr ++*.x86 ++*~ ++.#* ++.DS_Store ++.cproject + .hg/ + .hgignore +-.cproject + .project ++.settings/ + .valgrindrc +-lexer.ml +-TAGS +-TAGS.emacs +-TAGS.vi +-version.ml +-version.texi + /Makefile +-config.mk +-/rt/ +-/rustllvm/ +-/test/ ++/build ++/dist/ ++/dl/ ++/doc + /inst/ ++/llvm/ + /mingw-build/ +-src/.DS_Store +-/tmp/ +-/dist/ ++/nd/ ++/rt/ ++/rustllvm/ + /stage0/ +-/dl/ + /stage1/ + /stage2/ + /stage3/ +-*.bz2 +-/doc +-/nd/ +-/llvm/ +-version.md +-keywords.md +-x86_64-apple-darwin/ +-x86_64-unknown-linux-gnu/ +-i686-unknown-linux-gnu/ +-tmp.*.rs ++/test/ ++/tmp/ ++TAGS ++TAGS.emacs ++TAGS.vi ++\#* ++\#*\# ++config.mk + config.stamp +-.DS_Store +-src/etc/dl +-.settings/ +-/build + i686-pc-mingw32/ ++i686-unknown-linux-gnu/ ++keywords.md ++lexer.ml ++src/.DS_Store ++src/etc/dl + src/librustc_llvm/llvmdeps.rs +-*.pot ++tmp.*.rs ++version.md ++version.ml ++version.texi ++x86_64-apple-darwin/ ++x86_64-unknown-linux-gnu/ + +i = 51, j = 51 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + /build + i686-pc-mingw32/ + src/librustc_llvm/llvmdeps.rs + *.pot + +i = 51, j = 52 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + /build + i686-pc-mingw32/ +-src/librustc_llvm/llvmdeps.rs ++src/librustc/lib/llvmdeps.rs + *.pot + +i = 52, j = 50 +-*~ +-\#*\# +-\#* +-.#* +-*.x86 +-*.llvm +-*.out ++*.a ++*.aux ++*.bc + *.boot +-*.rustc ++*.bz2 ++*.cmi ++*.cmo + *.cmx +-*.dll ++*.cp ++*.cps ++*.d ++*.dSYM + *.def +-*.exe +-*.a +-*.rlib +-*.so ++*.diff ++*.dll + *.dylib +-*.orig +-*.cmo +-*.cmi +-*.dSYM +-*.d +-*.o +-*.ll +-*.bc +-*.aux +-*.cp ++*.elc ++*.epub ++*.exe + *.fn ++*.html + *.ky +-*.cps ++*.ll ++*.llvm + *.log ++*.o ++*.orig ++*.out ++*.patch + *.pdf +-*.epub +-*.html + *.pg +-*.toc +-*.tp +-*.vr +-*.patch +-*.diff ++*.pot ++*.pyc + *.rej +-*.swp ++*.rlib ++*.rustc ++*.so + *.swo ++*.swp + *.tmp +-*.pyc +-*.elc ++*.toc ++*.tp ++*.vr ++*.x86 ++*~ ++.#* ++.DS_Store ++.cproject + .hg/ + .hgignore +-.cproject + .project ++.settings/ + .valgrindrc +-lexer.ml +-TAGS +-TAGS.emacs +-TAGS.vi +-version.ml +-version.texi + /Makefile +-config.mk +-/rt/ +-/rustllvm/ +-/test/ ++/build ++/dist/ ++/dl/ ++/doc + /inst/ ++/llvm/ + /mingw-build/ +-src/.DS_Store +-/tmp/ +-/dist/ ++/nd/ ++/rt/ ++/rustllvm/ + /stage0/ +-/dl/ + /stage1/ + /stage2/ + /stage3/ +-*.bz2 +-/doc +-/nd/ +-/llvm/ +-version.md ++/test/ ++/tmp/ ++TAGS ++TAGS.emacs ++TAGS.vi ++\#* ++\#*\# ++config.mk ++config.stamp ++i686-pc-mingw32/ ++i686-unknown-linux-gnu/ + keywords.md ++lexer.ml ++src/.DS_Store ++src/etc/dl ++src/librustc_llvm/llvmdeps.rs ++tmp.*.rs ++version.md ++version.ml ++version.texi + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ +-i686-unknown-linux-gnu/ +-tmp.*.rs +-config.stamp +-.DS_Store +-src/etc/dl +-.settings/ +-/build +-i686-pc-mingw32/ +-src/librustc/lib/llvmdeps.rs +-*.pot + +i = 52, j = 51 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + /build + i686-pc-mingw32/ +-src/librustc/lib/llvmdeps.rs ++src/librustc_llvm/llvmdeps.rs + *.pot + +i = 52, j = 52 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + /build + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 52, j = 53 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ +-/build ++build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 53, j = 51 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ +-build/ ++/build + i686-pc-mingw32/ +-src/librustc/lib/llvmdeps.rs ++src/librustc_llvm/llvmdeps.rs + *.pot + +i = 53, j = 52 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ +-build/ ++/build + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 53, j = 53 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 53, j = 54 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ ++/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 54, j = 52 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ +-build/ ++/build + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 54, j = 53 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 54, j = 54 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 54, j = 55 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ +-/dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 55, j = 53 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ ++/dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 55, j = 54 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ ++/dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 55, j = 55 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 55, j = 56 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build ++/build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 56, j = 54 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build/ ++/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ ++/dist/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 56, j = 55 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build/ ++/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 56, j = 56 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 56, j = 57 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md ++*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 57, j = 55 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build/ ++/build + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md +-*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 57, j = 56 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md +-*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 57, j = 57 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 57, j = 58 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 +-/doc ++/doc/html ++/doc/latex ++/doc/std ++/doc/arena ++/doc/extra ++/doc/flate ++/doc/glob ++/doc/green ++/doc/native ++/doc/rustc ++/doc/syntax ++/doc/rustdoc ++/doc/rustuv ++/doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 58, j = 56 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 +-/doc/html +-/doc/latex +-/doc/std +-/doc/arena +-/doc/extra +-/doc/flate +-/doc/glob +-/doc/green +-/doc/native +-/doc/rustc +-/doc/syntax +-/doc/rustdoc +-/doc/rustuv +-/doc/rustpkg ++/doc + /nd/ + /llvm/ + version.md +-*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 58, j = 57 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 +-/doc/html +-/doc/latex +-/doc/std +-/doc/arena +-/doc/extra +-/doc/flate +-/doc/glob +-/doc/green +-/doc/native +-/doc/rustc +-/doc/syntax +-/doc/rustdoc +-/doc/rustuv +-/doc/rustpkg ++/doc + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 58, j = 58 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/arena + /doc/extra + /doc/flate + /doc/glob + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 58, j = 59 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/arena + /doc/extra + /doc/flate +-/doc/glob + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 59, j = 57 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 +-/doc/html +-/doc/latex +-/doc/std +-/doc/arena +-/doc/extra +-/doc/flate +-/doc/green +-/doc/native +-/doc/rustc +-/doc/syntax +-/doc/rustdoc +-/doc/rustuv +-/doc/rustpkg ++/doc + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 59, j = 58 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/arena + /doc/extra + /doc/flate ++/doc/glob + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 59, j = 59 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/arena + /doc/extra + /doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 59, j = 60 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std +-/doc/arena + /doc/extra + /doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 60, j = 58 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/arena + /doc/extra + /doc/flate ++/doc/glob + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 60, j = 59 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/arena + /doc/extra + /doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 60, j = 60 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 60, j = 61 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra +-/doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax +-/doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 61, j = 59 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/arena + /doc/extra ++/doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 61, j = 60 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra ++/doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustdoc + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 61, j = 61 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustuv + /doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 61, j = 62 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustuv +-/doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 62, j = 60 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra ++/doc/flate + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustdoc + /doc/rustuv ++/doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 62, j = 61 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustuv ++/doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 62, j = 62 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /doc/rustuv + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 62, j = 63 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax +-/doc/rustuv + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 63, j = 61 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustuv ++/doc/rustpkg + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 63, j = 62 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustuv + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 63, j = 63 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + *.pot + +i = 63, j = 64 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs +-*.pot + +i = 64, j = 62 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax ++/doc/rustuv + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs ++*.pot + +i = 64, j = 63 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs ++*.pot + +i = 64, j = 64 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /doc/rustc + /doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 64, j = 65 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native +-/doc/rustc +-/doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 65, j = 63 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native ++/doc/rustc ++/doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs ++*.pot + +i = 65, j = 64 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native ++/doc/rustc ++/doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 65, j = 65 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /doc/green + /doc/native + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 65, j = 66 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra +-/doc/green +-/doc/native + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 66, j = 64 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra ++/doc/green ++/doc/native ++/doc/rustc ++/doc/syntax + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 66, j = 65 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra ++/doc/green ++/doc/native + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 66, j = 66 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 66, j = 67 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs +-TAGS.vi ++TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 67, j = 65 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs +-TAGS.vim ++TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra ++/doc/green ++/doc/native + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 67, j = 66 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs +-TAGS.vim ++TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 67, j = 67 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + src/librustc/lib/llvmdeps.rs + +i = 67, j = 68 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ +-src/librustc/lib/llvmdeps.rs + +i = 68, j = 66 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs +-TAGS.vim ++TAGS.vi + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ ++src/librustc/lib/llvmdeps.rs + +i = 68, j = 67 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ ++src/librustc/lib/llvmdeps.rs + +i = 68, j = 68 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + i686-pc-mingw32/ + +i = 68, j = 69 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ +-i686-pc-mingw32/ + +i = 69, j = 67 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ ++i686-pc-mingw32/ ++src/librustc/lib/llvmdeps.rs + +i = 69, j = 68 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ ++i686-pc-mingw32/ + +i = 69, j = 69 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 69, j = 70 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf +-*.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 70, j = 68 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf ++*.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ ++i686-pc-mingw32/ + +i = 70, j = 69 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf ++*.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 70, j = 70 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + *.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 70, j = 71 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md +-*.tex ++rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 71, j = 69 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf ++*.epub + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md +-rust.tex ++*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 71, j = 70 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md +-rust.tex ++*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 71, j = 71 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /doc/extra + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 71, j = 72 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std +-/doc/extra + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ ++doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 72, j = 70 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/extra + /nd/ + /llvm/ + version.md +-rust.tex ++*.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ +-doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 72, j = 71 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/extra + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ +-doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 72, j = 72 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 72, j = 73 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp +-*.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 73, j = 71 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp ++*.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std ++/doc/extra + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ +-doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 73, j = 72 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp ++*.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 73, j = 73 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + build/ + +i = 73, j = 74 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ +-build/ + +i = 74, j = 72 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp ++*.swo + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ ++build/ + +i = 74, j = 73 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ ++build/ + +i = 74, j = 74 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + TAGS.emacs + TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + x86_64-unknown-linux-gnu/ + i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + +i = 74, j = 75 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS +-TAGS.emacs +-TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store +-/tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ +-x86_64-unknown-linux-gnu/ +-i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + +i = 75, j = 73 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS ++TAGS.emacs ++TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store ++/tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ ++x86_64-unknown-linux-gnu/ ++i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ ++build/ + +i = 75, j = 74 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS ++TAGS.emacs ++TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store ++/tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ ++x86_64-unknown-linux-gnu/ ++i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + +i = 75, j = 75 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + .settings/ + +i = 75, j = 76 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl +-.settings/ + +i = 76, j = 74 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS ++TAGS.emacs ++TAGS.vim + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store ++/tmp/ + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ ++x86_64-unknown-linux-gnu/ ++i686-unknown-linux-gnu/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl ++.settings/ + +i = 76, j = 75 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl ++.settings/ + +i = 76, j = 76 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + src/etc/dl + +i = 76, j = 77 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store +-src/etc/dl + +i = 77, j = 75 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store ++src/etc/dl ++.settings/ + +i = 77, j = 76 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store ++src/etc/dl + +i = 77, j = 77 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + .DS_Store + +i = 77, j = 78 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp +-.DS_Store + +i = 78, j = 76 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp ++.DS_Store ++src/etc/dl + +i = 78, j = 77 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp ++.DS_Store + +i = 78, j = 78 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + config.stamp + +i = 78, j = 79 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs +-config.stamp + +i = 79, j = 77 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs ++config.stamp ++.DS_Store + +i = 79, j = 78 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs ++config.stamp + +i = 79, j = 79 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 79, j = 80 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml ++rustboot + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 80, j = 78 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml +-rustboot + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs ++config.stamp + +i = 80, j = 79 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml +-rustboot + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 80, j = 80 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 80, j = 81 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot ++rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 81, j = 79 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml +-rustboot +-rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 81, j = 80 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot +-rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 81, j = 81 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + tmp.*.rs + +i = 81, j = 82 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ +-tmp.*.rs + +i = 82, j = 80 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot +-rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ ++tmp.*.rs + +i = 82, j = 81 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ ++tmp.*.rs + +i = 82, j = 82 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + x86_64-apple-darwin/ + doc/core/ + +i = 82, j = 83 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md +-x86_64-apple-darwin/ +-doc/core/ + +i = 83, j = 81 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md ++x86_64-apple-darwin/ ++doc/core/ ++tmp.*.rs + +i = 83, j = 82 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md ++x86_64-apple-darwin/ ++doc/core/ + +i = 83, j = 83 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + *.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + +i = 83, j = 84 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc +-*.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + +i = 84, j = 82 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc ++*.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md ++x86_64-apple-darwin/ ++doc/core/ + +i = 84, j = 83 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc ++*.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + +i = 84, j = 84 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + version.md + rust.tex + keywords.md + +i = 84, j = 85 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ +-version.md +-rust.tex +-keywords.md + +i = 85, j = 83 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc ++*.elc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ ++version.md ++rust.tex ++keywords.md + +i = 85, j = 84 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ ++version.md ++rust.tex ++keywords.md + +i = 85, j = 85 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + +i = 85, j = 86 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ +-/inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + +i = 86, j = 84 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ ++version.md ++rust.tex ++keywords.md + +i = 86, j = 85 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + +i = 86, j = 86 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + /Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + /stage2/ + /stage3/ + *.bz2 + /doc/html + /doc/latex + /doc/std + /nd/ + /llvm/ + +i = 86, j = 87 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-/Makefile ++./Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ +-/stage2/ +-/stage3/ + *.bz2 + /doc/html + /doc/latex +-/doc/std +-/nd/ +-/llvm/ + +i = 87, j = 85 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-./Makefile ++/Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/inst/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ ++/stage2/ ++/stage3/ + *.bz2 + /doc/html + /doc/latex ++/doc/std ++/nd/ ++/llvm/ + +i = 87, j = 86 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-./Makefile ++/Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ ++/stage2/ ++/stage3/ + *.bz2 + /doc/html + /doc/latex ++/doc/std ++/nd/ ++/llvm/ + +i = 87, j = 87 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + ./Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 87, j = 88 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-./Makefile ++Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 88, j = 86 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-Makefile ++/Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ ++/stage2/ ++/stage3/ + *.bz2 + /doc/html + /doc/latex ++/doc/std ++/nd/ ++/llvm/ + +i = 88, j = 87 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-Makefile ++./Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 88, j = 88 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.def + *.exe + *.a + *.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.patch + *.diff + *.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + /mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 88, j = 89 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll +-*.def + *.exe +-*.a +-*.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr +-*.patch +-*.diff +-*.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ +-/mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 89, j = 87 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll ++*.def + *.exe ++*.a ++*.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.patch ++*.diff ++*.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-Makefile ++./Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 89, j = 88 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll ++*.def + *.exe ++*.a ++*.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.patch ++*.diff ++*.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 89, j = 89 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + /doc/html + /doc/latex + +i = 89, j = 90 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 +-/doc/html +-/doc/latex + +i = 90, j = 88 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll ++*.def + *.exe ++*.a ++*.rlib + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.patch ++*.diff ++*.rej + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ ++/mingw-build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 ++/doc/html ++/doc/latex + +i = 90, j = 89 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 ++/doc/html ++/doc/latex + +i = 90, j = 90 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + /stage1/ + *.bz2 + +i = 90, j = 91 +-*~ ++>*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ +-/stage1/ +-*.bz2 + +i = 91, j = 89 +->*~ ++*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ ++/stage1/ ++*.bz2 ++/doc/html ++/doc/latex + +i = 91, j = 90 +->*~ ++*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ ++/stage1/ ++*.bz2 + +i = 91, j = 91 + >*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + +i = 91, j = 92 +->*~ ++*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + +i = 92, j = 90 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ ++/stage1/ ++*.bz2 + +i = 92, j = 91 +-*~ ++>*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + +i = 92, j = 92 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + *.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + /dl/ + +i = 92, j = 93 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp +-*.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ +-/dl/ ++*.pyc + +i = 93, j = 91 +-*~ ++>*~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp ++*.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ +-*.pyc ++/dl/ + +i = 93, j = 92 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp ++*.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ +-*.pyc ++/dl/ + +i = 93, j = 93 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + *.pyc + +i = 93, j = 94 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ +-*.pyc + +i = 94, j = 92 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp ++*.pyc + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ ++/dl/ + +i = 94, j = 93 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ ++*.pyc + +i = 94, j = 94 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + /stage0/ + +i = 94, j = 95 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store +-/stage0/ + +i = 95, j = 93 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store ++/stage0/ ++*.pyc + +i = 95, j = 94 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store ++/stage0/ + +i = 95, j = 95 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + /build/ + src/.DS_Store + +i = 95, j = 96 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-/build/ + src/.DS_Store + +i = 96, j = 94 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ ++/build/ + src/.DS_Store ++/stage0/ + +i = 96, j = 95 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ ++/build/ + src/.DS_Store + +i = 96, j = 96 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + src/.DS_Store + +i = 96, j = 97 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ +-src/.DS_Store + +i = 97, j = 95 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ ++/build/ ++src/.DS_Store + +i = 97, j = 96 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ ++src/.DS_Store + +i = 97, j = 97 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + /rt/ + /rustllvm/ + /test/ + +i = 97, j = 98 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk +-/rt/ +-/rustllvm/ +-/test/ ++rt/ ++rustllvm/ ++test/ + +i = 98, j = 96 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk +-rt/ +-rustllvm/ +-test/ ++/rt/ ++/rustllvm/ ++/test/ ++src/.DS_Store + +i = 98, j = 97 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk +-rt/ +-rustllvm/ +-test/ ++/rt/ ++/rustllvm/ ++/test/ + +i = 98, j = 98 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + Makefile + config.mk + rt/ + rustllvm/ + test/ + +i = 98, j = 99 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi +-Makefile +-config.mk +-rt/ +-rustllvm/ +-test/ + +i = 99, j = 97 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi ++Makefile ++config.mk ++/rt/ ++/rustllvm/ ++/test/ + +i = 99, j = 98 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi ++Makefile ++config.mk ++rt/ ++rustllvm/ ++test/ + +i = 99, j = 99 + *~ + \#*\# + \#* + .#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 99, j = 100 + *~ +-\#*\# +-\#* +-.#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 100, j = 98 + *~ ++\#*\# ++\#* ++.#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi ++Makefile ++config.mk ++rt/ ++rustllvm/ ++test/ + +i = 100, j = 99 + *~ ++\#*\# ++\#* ++.#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 100, j = 100 + *~ + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + *.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 100, j = 101 + *~ + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp +-*.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 101, j = 99 + *~ ++\#*\# ++\#* ++.#* + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp ++*.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 101, j = 100 + *~ + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp ++*.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 101, j = 101 + *~ + *.x86 + *.llvm + *.out + *.boot + *.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 101, j = 102 + *~ + *.x86 + *.llvm + *.out +-*.boot +-*.rustc ++*.x86.tmp ++*.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 102, j = 100 + *~ + *.x86 + *.llvm + *.out +-*.x86.tmp +-*.llvm.tmp ++*.boot ++*.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp ++*.tmp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 102, j = 101 + *~ + *.x86 + *.llvm + *.out +-*.x86.tmp +-*.llvm.tmp ++*.boot ++*.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 102, j = 102 + *~ + *.x86 + *.llvm + *.out + *.x86.tmp + *.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + .valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 102, j = 103 + *~ + *.x86 + *.llvm + *.out + *.x86.tmp + *.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project +-.valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 103, j = 101 + *~ + *.x86 + *.llvm + *.out +-*.x86.tmp +-*.llvm.tmp ++*.boot ++*.rustc + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project ++.valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 103, j = 102 + *~ + *.x86 + *.llvm + *.out + *.x86.tmp + *.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project ++.valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 103, j = 103 + *~ + *.x86 + *.llvm + *.out + *.x86.tmp + *.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 103, j = 104 + *~ + *.x86 + *.llvm + *.out +-*.x86.tmp +-*.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 104, j = 102 + *~ + *.x86 + *.llvm + *.out ++*.x86.tmp ++*.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project ++.valgrindrc + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 104, j = 103 + *~ + *.x86 + *.llvm + *.out ++*.x86.tmp ++*.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 104, j = 104 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + .cproject + .project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 104, j = 105 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore +-.cproject +-.project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 105, j = 103 + *~ + *.x86 + *.llvm + *.out ++*.x86.tmp ++*.llvm.tmp + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore ++.cproject ++.project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 105, j = 104 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore ++.cproject ++.project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 105, j = 105 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.ll + *.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 105, j = 106 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o +-*.ll +-*.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 106, j = 104 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o ++*.ll ++*.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore ++.cproject ++.project + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 106, j = 105 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o ++*.ll ++*.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 106, j = 106 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.dSYM + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 106, j = 107 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi +-*.dSYM + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 107, j = 105 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi ++*.dSYM + *.d + *.o ++*.ll ++*.bc + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 107, j = 106 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi ++*.dSYM + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 107, j = 107 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + *.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 107, j = 108 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr +-*.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 108, j = 106 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi ++*.dSYM + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 108, j = 107 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 108, j = 108 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + version.ml + version.texi + +i = 108, j = 109 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky +-*.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS +-version.ml +-version.texi + +i = 109, j = 107 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky ++*.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr ++*.swp + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS ++version.ml ++version.texi + +i = 109, j = 108 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky ++*.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS ++version.ml ++version.texi + +i = 109, j = 109 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc + TAGS + +i = 109, j = 110 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc +-TAGS + +i = 110, j = 108 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky ++*.cps + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc ++TAGS ++version.ml ++version.texi + +i = 110, j = 109 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc ++TAGS + +i = 110, j = 110 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.so + *.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + rustboot + rustc + +i = 110, j = 111 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe +-*.so +-*.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml +-rustboot +-rustc + +i = 111, j = 109 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe ++*.so ++*.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml ++rustboot ++rustc ++TAGS + +i = 111, j = 110 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe ++*.so ++*.dylib + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml ++rustboot ++rustc + +i = 111, j = 111 + *~ + *.x86 + *.llvm + *.out + *.cmx + *.dll + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o + *.aux + *.cp + *.fn + *.ky + *.log + *.pdf + *.html + *.pg + *.toc + *.tp + *.vr + .hg/ + .hgignore + lexer.ml + +i = 111, j = 112 + *~ + *.x86 + *.llvm + *.out +-*.cmx +-*.dll + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o +-*.aux +-*.cp +-*.fn +-*.ky +-*.log +-*.pdf +-*.html +-*.pg +-*.toc +-*.tp +-*.vr + .hg/ + .hgignore +-lexer.ml + +i = 112, j = 110 + *~ + *.x86 + *.llvm + *.out ++*.cmx ++*.dll + *.exe ++*.so ++*.dylib + *.orig + *.cmo + *.cmi + *.d + *.o ++*.aux ++*.cp ++*.fn ++*.ky ++*.log ++*.pdf ++*.html ++*.pg ++*.toc ++*.tp ++*.vr + .hg/ + .hgignore ++lexer.ml ++rustboot ++rustc + +i = 112, j = 111 + *~ + *.x86 + *.llvm + *.out ++*.cmx ++*.dll + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o ++*.aux ++*.cp ++*.fn ++*.ky ++*.log ++*.pdf ++*.html ++*.pg ++*.toc ++*.tp ++*.vr + .hg/ + .hgignore ++lexer.ml + +i = 112, j = 112 + *~ + *.x86 + *.llvm + *.out + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o + .hg/ + .hgignore + +i = 112, j = 113 + *~ +-*.x86 +-*.llvm + *.out + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o + .hg/ + .hgignore + +i = 113, j = 111 + *~ ++*.x86 ++*.llvm + *.out ++*.cmx ++*.dll + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o ++*.aux ++*.cp ++*.fn ++*.ky ++*.log ++*.pdf ++*.html ++*.pg ++*.toc ++*.tp ++*.vr + .hg/ + .hgignore ++lexer.ml + +i = 113, j = 112 + *~ ++*.x86 ++*.llvm + *.out + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o + .hg/ + .hgignore + +i = 113, j = 113 + *~ + *.out + *.exe + *.orig + *.cmo + *.cmi + *.d + *.o + .hg/ + .hgignore + diff --git a/tests/data/gitignores.txt b/tests/data/gitignores.txt new file mode 100644 index 0000000..1365352 --- /dev/null +++ b/tests/data/gitignores.txt @@ -0,0 +1,8445 @@ +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json +package.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +node_modules +package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +## Rustdoc GUI tests +src/test/rustdoc-gui/src/**.lock + +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. + +## File system +.DS_Store +desktop.ini + +## Version control +.hgignore +.hg/ + +## Editor +*.swp +*.swo +Session.vim +.cproject +.idea +*.iml +.vscode +.project +.favorites.json +.settings/ + +## Tool +.valgrindrc +.cargo +# Included because it is part of the test case +!/src/test/run-make/thumb-none-qemu/example/.cargo + +## Configuration +/config.toml +/Makefile +config.mk +config.stamp +no_llvm_build + +## Build +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/build/ +/dist/ +/unicode-downloads +/target +/src/tools/x/target +# Generated by compiletest for incremental +/tmp/ +# Created by default with `src/ci/docker/run.sh` +/obj/ + +## Temporary files +*~ +\#* +\#*\# +.#* + +## Tags +tags +tags.* +TAGS +TAGS.* + +## Python +__pycache__/ +*.py[cod] +*$py.class + +## Node +**node_modules +**package-lock.json + +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +*.swp +*.swo +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +**node_modules +**package-lock.json +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/src/tools/x/target +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +# Before adding new lines, see the comment at the top. +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +# Generated when dumping Graphviz output for debugging: +/mir_dump/ +/*.dot +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/target/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/target/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +/obj/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generated during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +no_llvm_build +!!! +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +src/etc/dl +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/src/libcore/unicode/downloaded +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +.favorites.json +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +mir_dump +Session.vim +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libcore/unicode/DerivedCoreProperties.txt +/src/libcore/unicode/DerivedNormalizationProps.txt +/src/libcore/unicode/PropList.txt +/src/libcore/unicode/ReadMe.txt +/src/libcore/unicode/Scripts.txt +/src/libcore/unicode/SpecialCasing.txt +/src/libcore/unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +target/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ + +no_llvm_build + +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +/src/target/ +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!src/vendor/** +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libstd_unicode/DerivedCoreProperties.txt +/src/libstd_unicode/DerivedNormalizationProps.txt +/src/libstd_unicode/PropList.txt +/src/libstd_unicode/ReadMe.txt +/src/libstd_unicode/Scripts.txt +/src/libstd_unicode/SpecialCasing.txt +/src/libstd_unicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +.cargo +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode/ +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/config.toml +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +/obj/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdb +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/obj/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage[0-9]+/ +/target +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +/obj/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.pdb +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +/target +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.kdev4 +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/*-*-*-*/ +/*-*-*/ +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +!!! +*.a +*.aux +*.bc +*.boot +*.bz2 +*.cmi +*.cmo +*.cmx +*.cp +*.cps +*.d +*.dSYM +*.def +*.diff +*.dll +*.dylib +*.elc +*.epub +*.exe +*.fn +*.html +*.ky +*.ll +*.llvm +*.log +*.o +*.orig +*.out +*.patch +*.pdf +*.pg +*.pot +*.pyc +*.rej +*.rlib +*.rustc +*.so +*.swo +*.swp +*.tmp +*.toc +*.tp +*.vr +*.x86 +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.project +.settings/ +.valgrindrc +/Makefile +/build +/dist/ +/dl/ +/doc +/inst/ +/llvm/ +/mingw-build/ +/nd/ +/rt/ +/rustllvm/ +/stage0/ +/stage1/ +/stage2/ +/stage3/ +/test/ +/tmp/ +TAGS +TAGS.emacs +TAGS.vi +\#* +\#*\# +config.mk +config.stamp +i686-pc-mingw32/ +i686-unknown-linux-gnu/ +keywords.md +lexer.ml +src/.DS_Store +src/etc/dl +src/librustc_llvm/llvmdeps.rs +tmp.*.rs +version.md +version.ml +version.texi +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc_llvm/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +/build +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/dist/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/glob +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/arena +/doc/extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/flate +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustdoc +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/doc/rustpkg +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/doc/rustuv +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +*.pot +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/doc/rustc +/doc/syntax +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/doc/green +/doc/native +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vi +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +src/librustc/lib/llvmdeps.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +i686-pc-mingw32/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.epub +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +*.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/doc/extra +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.swo +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +build/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +TAGS.emacs +TAGS.vim +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/tmp/ +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +.settings/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +src/etc/dl +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +.DS_Store +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +config.stamp +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +tmp.*.rs +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +x86_64-apple-darwin/ +doc/core/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +*.elc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +version.md +rust.tex +keywords.md +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/inst/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +/Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +/stage2/ +/stage3/ +*.bz2 +/doc/html +/doc/latex +/doc/std +/nd/ +/llvm/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +./Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.def +*.exe +*.a +*.rlib +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.patch +*.diff +*.rej +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +/mingw-build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +/doc/html +/doc/latex +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +/stage1/ +*.bz2 +!!! +>*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +*.pyc +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +/dl/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +*.pyc +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +/stage0/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +/build/ +src/.DS_Store +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +src/.DS_Store +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +/rt/ +/rustllvm/ +/test/ +!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +Makefile +config.mk +rt/ +rustllvm/ +test/!!! +*~ +\#*\# +\#* +.#* +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +*.tmp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.boot +*.rustc +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +.valgrindrc +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.x86.tmp +*.llvm.tmp +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +.cproject +.project +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.ll +*.bc +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.dSYM +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +*.swp +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.cps +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +version.ml +version.texi +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +TAGS +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.so +*.dylib +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +rustboot +rustc +!!! +*~ +*.x86 +*.llvm +*.out +*.cmx +*.dll +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.html +*.pg +*.toc +*.tp +*.vr +.hg/ +.hgignore +lexer.ml +!!! +*~ +*.x86 +*.llvm +*.out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore +!!! +*~ +*.out +*.exe +*.orig +*.cmo +*.cmi +*.d +*.o +.hg/ +.hgignore +!!! diff --git a/tests/tests.rs b/tests/tests.rs new file mode 100644 index 0000000..4477801 --- /dev/null +++ b/tests/tests.rs @@ -0,0 +1,304 @@ +extern crate diff; +extern crate quickcheck; +extern crate speculate; + +use diff::Result::*; +use speculate::speculate; + +pub fn undiff(diff: &[::diff::Result<&T>]) -> (Vec, Vec) { + let (mut left, mut right) = (vec![], vec![]); + for d in diff { + match *d { + Left(l) => left.push(l.clone()), + Both(l, r) => { + left.push(l.clone()); + right.push(r.clone()); + } + Right(r) => right.push(r.clone()), + } + } + (left, right) +} + +pub fn undiff_str<'a>(diff: &[::diff::Result<&'a str>]) -> (Vec<&'a str>, Vec<&'a str>) { + let (mut left, mut right) = (vec![], vec![]); + for d in diff { + match *d { + Left(l) => left.push(l), + Both(l, r) => { + left.push(l); + right.push(r); + } + Right(r) => right.push(r), + } + } + (left, right) +} + +pub fn undiff_lines<'a>(diff: &[::diff::Result<&'a str>]) -> (String, String) { + let (left, right) = undiff_str(diff); + (left.join("\n"), right.join("\n")) +} + +pub fn undiff_chars(diff: &[::diff::Result]) -> (String, String) { + let (mut left, mut right) = (vec![], vec![]); + for d in diff { + match *d { + Left(l) => left.push(l), + Both(l, r) => { + left.push(l); + right.push(r); + } + Right(r) => right.push(r), + } + } + ( + left.iter().cloned().collect(), + right.iter().cloned().collect(), + ) +} + +speculate! { + describe "slice" { + fn go(left: &[T], right: &[T], len: usize) where + T: Clone + ::std::fmt::Debug + PartialEq + { + let diff = ::diff::slice(left, right); + assert_eq!(diff.len(), len); + let (left_, right_) = undiff(&diff); + assert_eq!(left, &left_[..]); + assert_eq!(right, &right_[..]); + } + + test "empty slices" { + let slice: &[()] = &[]; + go(slice, slice, 0); + } + + test "equal + non-empty slices" { + let slice = [1, 2, 3]; + go(&slice, &slice, 3); + } + + test "left empty, right non-empty" { + let slice = [1, 2, 3]; + go(&slice, &[], 3); + } + + test "left non-empty, right empty" { + let slice = [1, 2, 3]; + go(&[], &slice, 3); + } + + test "misc 1" { + let left = [1, 2, 3, 4, 1, 3]; + let right = [1, 4, 1, 1]; + go(&left, &right, 7); + } + + test "misc 2" { + let left = [1, 2, 1, 2, 3, 2, 2, 3, 1, 3]; + let right = [3, 3, 1, 2, 3, 1, 2, 3, 4, 1]; + go(&left, &right, 14); + } + + test "misc 3" { + let left = [1, 3, 4]; + let right = [2, 3, 4]; + go(&left, &right, 4); + } + + test "quickcheck" { + fn prop(left: Vec, right: Vec) -> bool { + let diff = ::diff::slice(&left, &right); + let (left_, right_) = undiff(&diff); + left == left_[..] && right == right_[..] + } + + ::quickcheck::quickcheck(prop as fn(Vec, Vec) -> bool); + } + } + + describe "lines" { + fn go(left: &str, right: &str, len: usize) { + let diff = ::diff::lines(left, right); + assert_eq!(diff.len(), len); + let (left_, right_) = undiff_str(&diff); + assert_eq!(left, left_.join("\n")); + assert_eq!(right, right_.join("\n")); + } + + test "both empty" { + go("", "", 0); + } + + test "one empty" { + go("foo", "", 1); + go("", "foo", 1); + } + + test "both equal and non-empty" { + go("foo\nbar", "foo\nbar", 2); + } + + test "misc 1" { + go("foo\nbar\nbaz", "foo\nbaz\nquux", 4); + } + + test "#10" { + go("a\nb\nc", "a\nb\nc\n", 4); + go("a\nb\nc\n", "a\nb\nc", 4); + let left = "a\nb\n\nc\n\n\n"; + let right = "a\n\n\nc\n\n"; + go(left, right, 8); + go(right, left, 8); + } + } + + describe "chars" { + fn go(left: &str, right: &str, len: usize) { + let diff = ::diff::chars(left, right); + assert_eq!(diff.len(), len); + let (left_, right_) = undiff_chars(&diff); + assert_eq!(left, left_); + assert_eq!(right, right_); + } + + test "both empty" { + go("", "", 0); + } + + test "one empty" { + go("foo", "", 3); + go("", "foo", 3); + } + + test "both equal and non-empty" { + go("foo bar", "foo bar", 7); + } + + test "misc 1" { + go("foo bar baz", "foo baz quux", 16); + } + } + + describe "issues" { + test "#4" { + assert_eq!(::diff::slice(&[1], &[2]), vec![Left(&1), + Right(&2)]); + assert_eq!(::diff::lines("a", "b"), vec![Left("a"), + Right("b")]); + } + + test "#6" { + // This produced an overflow in the lines computation because it + // was not accounting for the fact that the "right" length was + // less than the "left" length. + let expected = r#" +BacktraceNode { + parents: [ + BacktraceNode { + parents: [] + }, + BacktraceNode { + parents: [ + BacktraceNode { + parents: [] + } + ] + } + ] +}"#; + let actual = r#" +BacktraceNode { + parents: [ + BacktraceNode { + parents: [] + }, + BacktraceNode { + parents: [ + BacktraceNode { + parents: [] + }, + BacktraceNode { + parents: [] + } + ] + } + ] +}"#; + ::diff::lines(actual, expected); + } + } +} + +#[test] +fn gitignores() { + let all = std::fs::read_to_string("tests/data/gitignores.txt") + .unwrap() + .split("!!!") + .map(|str| str.trim()) + .filter(|str| !str.is_empty()) + .map(|str| str.replace("\r", "")) + .collect::>(); + + go( + &all, + ::diff::lines, + undiff_lines, + |d| match d { + Left(l) => format!("-{}\n", l), + Right(r) => format!("+{}\n", r), + Both(l, _) => format!(" {}\n", l), + }, + "tests/data/gitignores.lines.diff", + ); + + go( + &all, + ::diff::chars, + undiff_chars, + |d| match d { + Left(l) => format!("[-{}-]", l), + Right(r) => format!("{{+{}+}}", r), + Both(l, _) => format!("{}", l), + }, + "tests/data/gitignores.chars.diff", + ); + + fn go<'a, T, Diff, Undiff, ToString>( + all: &'a [String], + diff: Diff, + undiff: Undiff, + to_string: ToString, + path: &str, + ) where + Diff: Fn(&'a str, &'a str) -> Vec<::diff::Result>, + Undiff: Fn(&[::diff::Result]) -> (String, String), + ToString: Fn(&::diff::Result) -> String, + T: 'a, + { + let mut actual = String::new(); + for i in 0..all.len() { + let from = i.saturating_sub(2); + let to = (i + 2).min(all.len()); + for j in from..to { + actual.push_str(&format!("i = {}, j = {}\n", i, j)); + let diff = diff(&all[i], &all[j]); + for d in &diff { + actual.push_str(&to_string(d)); + } + actual.push_str("\n"); + let undiff = undiff(&diff); + assert_eq!(&undiff.0, &all[i]); + assert_eq!(&undiff.1, &all[j]); + } + } + + if let Ok(expected) = std::fs::read_to_string(path) { + assert_eq!(expected.replace("\r", ""), actual); + } else { + std::fs::write(path, actual).unwrap(); + } + } +} -- 2.7.4