Commit Graph

171 Commits

Author SHA1 Message Date
Ashley Mannix
cf3959af0f
Merge pull request #99 from brmmm3/add_debug_trait_to_matchoptions
Derive Debug for MatchOptions
2021-01-08 19:12:48 +10:00
Lukas Kalbertodt
a589436cc7
Merge pull request #97 from gibfahn/patch-1
Derive Debug for Paths
2020-06-24 22:46:56 +02:00
Gibson Fahnestock
32a461e00f
Derive Debug for Paths
Useful for debugging issues being hit with globs.
2020-06-17 12:46:35 +01:00
Mark Rousskov
81897359f1
Merge pull request #95 from Mark-Simulacrum/to-triagebot
Add triagebot configuration
2020-03-31 17:10:30 -04:00
Mark Rousskov
6d4e1fc963 Add triagebot configuration
This enables assignment through triagebot on this repository, in preparation for
the migration from highfive to triagebot for PR assignment.
2020-03-31 17:07:53 -04:00
Marty B
2cf827b944 Add Debug trait to MatchOptions (#91) 2020-01-26 10:20:01 +01:00
Marty B
7ba450f984
Add Debug trait to MatchOptions 2020-01-24 05:59:15 +01:00
Ashley Mannix
f54e935ea3
Merge pull request #88 from steveklabnik/master
Fix tests on Windows
2019-09-23 11:43:39 +10:00
Steve Klabnik
3548a621bf Fix tests on Windows
Fixes #85
2019-09-22 10:19:40 -05:00
Ashley Mannix
a72cc56ebf
Merge pull request #87 from Atul9/use-dyn
Use 'dyn' since trait objects without an explicit 'dyn' are deprecated
2019-08-19 08:42:53 +10:00
Atul Bhosale
e439bc863a
Allow bare trait object 2019-08-15 10:21:07 +05:30
Atul Bhosale
12629ef2e0
Use 'dyn' since trait objects without an explicit 'dyn' are deprecated 2019-08-11 01:14:43 +05:30
Ashley Mannix
0690ce4198
Set up CI with Azure Pipelines (#86) 2019-07-29 08:28:44 +10:00
Ashley Mannix
09540349ba
Merge pull request #81 from GuillaumeGomez/doc-comment
Add doc-comment to test README examples
2019-05-03 09:34:01 +10:00
Guillaume Gomez
3e2f6df04f Add doc-comment to test README examples 2019-05-02 17:28:28 +02:00
Ashley Mannix
b003dc3218
Merge pull request #75 from rust-lang-nursery/cargo/0.3.0
Prepare for 0.3.0 release
2019-03-07 13:56:35 +10:00
Ashley Mannix
f73ddefe93 prepare for 0.3.0 release 2019-03-04 10:04:31 +10:00
Ashley Mannix
20c2f9fcbe
Merge pull request #73 from rust-lang-nursery/ci/explicit-version
Add an explicit version to check in CI
2019-02-05 11:34:15 +10:00
Ashley Mannix
ab51aaac0b
add an explicit version to check in CI 2019-02-05 11:29:22 +10:00
Ashley Mannix
1b5b670053
Merge pull request #71 from g-s-k/clone-derive
Derive `Copy` for `MatchOptions` struct
2019-02-05 11:27:30 +10:00
George Kaplan
2f09a1f7d2 ran cargo fmt 2019-01-17 22:23:33 -05:00
George Kaplan
3c53061d36 removed borrow in doctest 2019-01-17 22:19:18 -05:00
George Kaplan
507a084779 don't assume macos target os has a /root directory 2019-01-17 22:16:19 -05:00
George Kaplan
1b7759c389 fix borrow/pass-by-value errors in tests 2019-01-17 22:01:15 -05:00
George Kaplan
0d6f408324 use !is_empty rather than len > 0, for _ in &_ rather than for _ in _.iter() 2019-01-17 21:57:28 -05:00
George Kaplan
4223d07713 use Self in impl blocks 2019-01-17 21:57:03 -05:00
George Kaplan
3049fbdefe elide unnecessary lifetimes 2019-01-17 21:56:32 -05:00
George Kaplan
f5f06b4034 pass by value with new copy impl 2019-01-17 21:56:10 -05:00
George Kaplan
4d8426b9c8 use affirmative condition rather than negative one 2019-01-17 21:44:16 -05:00
George Kaplan
99da6be79c remove 'static specifier on consts 2019-01-17 21:43:53 -05:00
George Kaplan
fe54f394e3 remove redundant return statement 2019-01-17 21:43:22 -05:00
George Kaplan
ad4450d5b0 remove redundant struct field repetitions 2019-01-17 21:42:56 -05:00
George Kaplan
b545492ead replace try! macro and move definitions to top of fn body 2019-01-17 21:42:14 -05:00
George Kaplan
1a25d8e765 remove unused import 2019-01-17 21:41:46 -05:00
George Kaplan
cc35572b40 derive Copy trait for MatchOptions 2019-01-17 21:29:59 -05:00
Marvin Löbel
172265ecd0
Merge pull request #66 from vitiral/into_error
add GlobError::into_error so that errors can be easily converted
2018-02-21 21:07:42 +01:00
Garrett Berg
99d5f12065 add GlobError::into_error so that errors can be easily converted 2018-01-29 10:58:16 -07:00
Alex Crichton
fc308b13b2 Merge pull request #60 from rap2hpoutre/patch-1
Add example in readme
2017-05-10 13:24:57 -05:00
Raphaël Huchet
389c120b5d Add example in readme 2017-05-10 09:49:36 +02:00
Alex Crichton
0704f0d1c3 Merge pull request #57 from shepmaster/patch-1
Add categories to Cargo.toml
2017-01-20 08:58:07 -08:00
Jake Goulding
450d601dcd Add categories to Cargo.toml 2017-01-20 11:54:32 -05:00
Alex Crichton
a42967328e Update travis token 2016-11-19 10:15:42 -08:00
Alex Crichton
7d6acce0ce Merge pull request #55 from romankl/readme-version
switch from wildcard version to semver-minor
2016-10-11 11:09:35 -07:00
Roman Klauke
7e8e8473c1
switch from wildcard version to semver-minor 2016-10-11 19:46:22 +02:00
Alex Crichton
7b93aaeb28 Touch up some line limits 2016-06-27 09:18:53 -07:00
Alex Crichton
7714144ff0 Merge pull request #53 from terrynsun/master
Add module examples and general docs edits.
2016-06-27 09:16:52 -07:00
Terry Sun
48e69f7b95 Add module examples and general docs edits. 2016-06-26 14:18:22 -04:00
Alex Crichton
e040353607 Merge pull request #51 from jespino/patch-1
Documentation typo
2016-05-09 08:06:59 -07:00
Jesús Espino
83f2154aad Documentation typo 2016-05-09 09:07:14 +02:00
Alex Crichton
540cd89127 Merge pull request #49 from tshepang/patch-1
doc: small fixes to the intro
2016-03-16 22:15:31 -07:00