about summary refs log tree commit diff
path: root/tests/integration.rs
AgeCommit message (Collapse)AuthorLines
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2024-07-21[`pathbuf_init_then_push`]: Checks for calls to `push` immediately after ↵lengyijun-2/+4
creating a new `PathBuf` Co-authored-by: Fridtjof Stoldt <xFrednet@gmail.com>
2024-06-23use short message format in integration testAndre Bogus-0/+1
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-1/+1
Now that we have both `delayed_bug` and `span_delayed_bug`, it makes sense to use the generic term "delayed bug" more.
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-4/+4
Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug` follows the pattern used everywhere else: `span_err`, `span_warning`, etc.
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-0/+24
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-0/+9
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-10/+13
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-2/+2
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-2/+5
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-0/+2
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-0/+2
2020-04-13Explain panic on `E0463` in integration testsPhilipp Hansch-0/+3
2020-03-14Don't convert Path to lossy strLzu Tao-1/+7
2020-03-14Use `into_path`Lzu Tao-4/+2
2020-03-14Use pattern matching instead of manually checking conditionLzu Tao-7/+2
2020-03-14Fix typoPhilipp Krones-1/+1
Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com>
2020-03-13Remove git2 dependency.Eric Huss-3/+5
2020-02-12Add two more error causes to integration testflip1995-0/+4
2019-12-24do minor cleanupsLzu Tao-1/+0
* ToString and AsRef are in prelude, no need to import them
2019-11-28Use `println!` on success instead of `eprintln!`Philipp Krones-1/+1
Co-Authored-By: Phil Hansch <dev@phansch.net>
2019-11-28Rust implementation of integration testflip1995-0/+75