| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-06 | Use `-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-23 | use short message format in integration test | Andre Bogus | -0/+1 | |
| 2024-02-12 | Tweak 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-02 | Rename `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-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -0/+24 | |
| 2023-01-12 | Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup | Philipp Krones | -0/+9 | |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -10/+13 | |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -2/+2 | |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -2/+5 | |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -0/+2 | |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -0/+2 | |
| 2020-04-13 | Explain panic on `E0463` in integration tests | Philipp Hansch | -0/+3 | |
| 2020-03-14 | Don't convert Path to lossy str | Lzu Tao | -1/+7 | |
| 2020-03-14 | Use `into_path` | Lzu Tao | -4/+2 | |
| 2020-03-14 | Use pattern matching instead of manually checking condition | Lzu Tao | -7/+2 | |
| 2020-03-14 | Fix typo | Philipp Krones | -1/+1 | |
| Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com> | ||||
| 2020-03-13 | Remove git2 dependency. | Eric Huss | -3/+5 | |
| 2020-02-12 | Add two more error causes to integration test | flip1995 | -0/+4 | |
| 2019-12-24 | do minor cleanups | Lzu Tao | -1/+0 | |
| * ToString and AsRef are in prelude, no need to import them | ||||
| 2019-11-28 | Use `println!` on success instead of `eprintln!` | Philipp Krones | -1/+1 | |
| Co-Authored-By: Phil Hansch <dev@phansch.net> | ||||
| 2019-11-28 | Rust implementation of integration test | flip1995 | -0/+75 | |
