granite-rust/src
bors 8f62c29200 Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn
prefer hyphens in test files named after issue numbers

We have a lot of tests with filenames honoring particular issues by
number. Typically, these are called issue-${issue_no}.rs (note the
hyphen):

```
$ find . -regextype posix-egrep -regex '.*/issue-[0-9]*.rs' | wc
   1289    1289   35935
```

We also had a much smaller number of files that are like this, but don't
have a hyphen in between the substring `issue` and the number:

```
$ find . -regextype posix-egrep -regex '.*/issue[0-9]*.rs'
./debuginfo/issue14411.rs
./debuginfo/issue12886.rs
./debuginfo/issue13213.rs
./debuginfo/issue22656.rs
./debuginfo/issue7712.rs
./compile-fail/issue32829.rs
./run-pass/issue24353.rs
./run-pass/issue34796.rs
./run-pass/issue18173.rs
./run-pass/issue22346.rs
./run-pass/auxiliary/issue13507.rs
./run-pass/issue26127.rs
./run-pass/issue22008.rs
./run-pass/issue34569.rs
./run-pass/issue29927.rs
./run-pass/issue36260.rs
```

Some would argue that the inconsistency is æsthetically displeasing,
hence this trivial patch. (Note that run-pass/auxiliary/issue13507.rs
has an excuse; it's `use`d in run-pass/issue-13507-2.rs; the matter of
there being two different compile-fail tests with different name
conventions for issue no. 32829 is also neglected here for the sake of
keeping this trivial cleanup patch as trivial as possible for ease of
review.)
2017-01-03 09:42:22 +00:00
..
bootstrap rustbuild: fix dist-analysis with full bootstrap disabled 2017-01-02 04:12:49 +08:00
build_helper let BSD to use gmake for GNU-make 2016-12-17 20:09:23 +01:00
ci travis: Add a distcheck target 2016-12-30 09:36:23 -08:00
compiler-rt@a8fc4c169f Update compiler-rt to fix MIPS64 infinite recursion 2016-11-21 14:53:55 +08:00
doc Reword 'stupid' and 'crazy' in docs. 2017-01-02 16:29:19 -05:00
driver
etc Add pretty printing of unions in debuggers 2017-01-01 19:34:06 +10:00
grammar Use keywords::Invalid 2016-11-27 17:59:36 +01:00
jemalloc@e058ca6616
liballoc Rollup merge of #38587 - GuillaumeGomez:arc_docs, r=frewsxcv 2016-12-29 17:26:18 -08:00
liballoc_jemalloc Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
liballoc_system Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
libarena Utilize new in_arena method instead of hashing for Lifting interned items 2016-12-31 11:48:48 -07:00
libbacktrace
libcollections Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
libcollectionstest Address fallout 2016-12-16 19:42:17 -08:00
libcompiler_builtins Auto merge of #38482 - est31:i128, r=eddyb 2016-12-31 18:54:31 +00:00
libcore Auto merge of #38711 - programble:doc/slice-iter-method-links, r=brson 2017-01-01 07:54:04 +00:00
libcoretest Address fallout 2016-12-16 19:42:17 -08:00
libflate Use fast decompression in deflate_bytes. 2016-10-20 15:08:01 +11:00
libfmt_macros On fmt string with unescaped { note how to escape 2016-11-11 10:53:02 -08:00
libgetopts Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
libgraphviz Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
liblibc@9858987625 sparc64-linux support 2016-12-30 20:46:19 -05:00
liblog run rustfmt on liblog 2016-10-12 23:45:03 +05:30
libpanic_abort std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
libpanic_unwind Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
libproc_macro Fix rebase fallout 2016-12-30 15:17:27 +01:00
libproc_macro_plugin Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
libproc_macro_tokens Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
librand std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
librustc Don't warn about dead foreign items if the 'allow(dead_code)' attribute is present 2017-01-03 14:54:15 +13:00
librustc_back Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
librustc_bitflags std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
librustc_borrowck Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis 2016-12-28 20:19:39 +00:00
librustc_const_eval rustc_const_eval: convert constants to Pattern instead of hir::Pat. 2017-01-01 22:17:18 +02:00
librustc_const_math Add a way to retrieve constant value in 128 bits 2016-12-30 15:17:26 +01:00
librustc_data_structures Fix rebase fallout and compilation fixes 2016-12-30 15:17:30 +01:00
librustc_driver Split CtxtArenas into GlobalArenas and CtxtInterners. 2016-12-31 11:48:48 -07:00
librustc_errors Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton 2016-12-12 13:19:33 +00:00
librustc_i128 Try to fix some things 2016-12-30 15:17:28 +01:00
librustc_incremental Compilation fixes 2016-12-30 15:17:27 +01:00
librustc_lint Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
librustc_llvm Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe 2017-01-01 11:58:02 +00:00
librustc_metadata Fix rebase fallout 2016-12-30 15:17:29 +01:00
librustc_mir Cleanup FIXMEs 2016-12-30 15:17:25 +01:00
librustc_passes rustc: simplify constant cross-crate loading and rustc_passes::consts. 2016-12-28 11:29:19 +02:00
librustc_platform_intrinsics PTX support 2016-12-26 21:06:23 -05:00
librustc_plugin Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
librustc_privacy rustc: separate TraitItem from their parent Item, just like ImplItem. 2016-12-28 11:21:45 +02:00
librustc_resolve Auto merge of #38482 - est31:i128, r=eddyb 2016-12-31 18:54:31 +00:00
librustc_save_analysis rustc: always print nested nodes where a HIR map is available. 2016-12-28 11:29:20 +02:00
librustc_trans Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoerister 2017-01-02 20:17:01 +00:00
librustc_typeck Fix rebase fallout 2016-12-30 15:17:27 +01:00
librustdoc Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb 2017-01-01 02:39:40 +00:00
libserialize Fix rebase fallout and compilation fixes 2016-12-30 15:17:30 +01:00
libstd Reword 'stupid' and 'crazy' in docs. 2017-01-02 16:29:19 -05:00
libstd_unicode Address fallout 2016-12-16 19:42:17 -08:00
libsyntax Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkov 2017-01-01 18:42:34 +00:00
libsyntax_ext Auto merge of #38482 - est31:i128, r=eddyb 2016-12-31 18:54:31 +00:00
libsyntax_pos Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
libterm Fix default terminfo code for reset (sg0 -> sgr0) 2016-12-28 14:40:00 -05:00
libtest WIP: Cross-compilation for Redox target 2016-12-15 16:31:01 -07:00
libunwind Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
llvm@ceb177eeef llvm: backport r280651 2016-12-16 12:49:58 -05:00
rt
rtstartup Rename static mut to upper case 2016-10-14 17:21:11 +03:00
rust-installer@4f99485080 Update rust-installer. Fixes #36451 2016-10-05 00:17:30 +00:00
rustc std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
rustllvm Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe 2017-01-01 11:58:02 +00:00
test Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn 2017-01-03 09:42:22 +00:00
tools Auto merge of #38482 - est31:i128, r=eddyb 2016-12-31 18:54:31 +00:00
vendor rustbuild: Update gcc-rs to 0.3.40 2016-12-12 09:27:14 -08:00
Cargo.lock Auto merge of #38482 - est31:i128, r=eddyb 2016-12-31 18:54:31 +00:00
Cargo.toml Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
stage0.txt Bump bootstrap compiler 2016-12-29 08:47:20 -08:00