| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'clippy' into 'main' | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| |\ | | | | | | | | | clippy: Suppress needless_pass_by_value in tests See merge request tpo/core/arti!1535 | ||||
| | * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | | |||||
| * | | tor-rtmock: Relax Sync bound on spawned tasks in MockExecutor | Ian Jackson | 2023-08-23 | 1 | -2/+2 |
| |/ | | | | | Sync is actually otiose - and I'm about to have some test cases with futures that aren't Sync. | ||||
| * | Run cargo +nightly fmt to format many let ... else ... | Ian Jackson | 2023-07-24 | 1 | -2/+6 |
| | | | | | | | | | | | | rustfmt has grown opinions about how let ... else ... ought to be formatted. They don't always agree with our previous manual decisions. I think our policy is to always insist on rustfmt. When that version of rustfmt hits stable, our CI will start to fail for everyone. (Right now this discrepancy just causes trouble for contributors who are using nightly by default.) | ||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | tor-rtmock: task: Fix a typo | Ian Jackson | 2023-07-06 | 1 | -1/+1 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1375#note_2919976 | ||||
| * | tor-rtmock: task: clarify progress_until_stalled a little | Ian Jackson | 2023-07-06 | 1 | -1/+3 |
| | | |||||
| * | tor-rtmock: task: Remove a () assignment | Ian Jackson | 2023-07-06 | 1 | -1/+1 |
| | | | | | | Discussion: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1375#note_2919928 | ||||
| * | tor-rtmock: task: Abolish TaskFutureInfo alias (fmt) | Ian Jackson | 2023-07-06 | 1 | -1/+3 |
| | | |||||
| * | tor-rtmock: task: Abolish TaskFutureInfo alias | Ian Jackson | 2023-07-06 | 1 | -7/+6 |
| | | | | | | Requested by: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1375#note_2919926 | ||||
| * | tor-rtmock: MockExecutor: Configurable scheduling policy | Ian Jackson | 2023-07-06 | 1 | -4/+61 |
| | | |||||
| * | tor-rtmock: Unit tests for MockExecutor | Ian Jackson | 2023-07-06 | 1 | -0/+106 |
| | | |||||
| * | tor-rtmock: Provide MockExecutor | Ian Jackson | 2023-07-06 | 1 | -0/+581 |
