Sign in
rust
/
cargo
/
HEAD
6f498b4
feat(report): support --manifest-path in `cargo report timings` (#16441)
by Weihang Lo
· 11 hours ago
master
6e24cb6
feat(report): support `--manifest-path` in `cargo report timing`
by Weihang Lo
· 14 hours ago
a161b21
test(report): no `--manifest-path` flag in `cargo report timings`
by Weihang Lo
· 14 hours ago
6f72ed4
test(report): change to type-check
by Weihang Lo
· 12 hours ago
cf622c4
fix(vendor): recursively filter git files in subdirectories (#16439)
by Weihang Lo
· 15 hours ago
4c6f5a6
fix(vendor): recursively filter git files in subdirectories
by Vishal Pokala
· 25 hours ago
94c368a
fix(vendor): unpack from local-registry cache path (#16435)
by Ed Page
· 34 hours ago
5400ea7
test(vendor): add test showing git files aren't filtered recursively
by Vishal Pokala
· 2 days ago
c7f10b7
fix(vendor): unpack from local-registry cache path
by Weihang Lo
· 2 days ago
a2b970f
test(vendor): show local-registry vendor regression
by Weihang Lo
· 2 days ago
0f5388d
feat(index): Stabilize pubtime (#16372)
by Weihang Lo
· 2 days ago
c15cd9b
Experiment: Render timing pipeline in SVG (#15091)
by Weihang Lo
· 3 days ago
d4e9a7a
perf(timings): fix Firefox scrolling jank with the SVG renderer
by eth3lbert
· 4 days ago
75b26bf
feat(timings): allow rendering charts with selected renderer
by eth3lbert
· 4 days ago
ec3913e
feat(timings): add a `SvgRenderer` class
by eth3lbert
· 4 days ago
1e6663e
refactor(timings): extract `get_legend_entries()` fn
by eth3lbert
· 10 days ago
54d33af
refactor(timings): extract `CanvasRenderer` class
by eth3lbert
· 11 days ago
c31ddf4
refactor(timings): extract `compute_unit_coords` and `graph_dimension` fns
by eth3lbert
· 13 days ago
aaa6488
chore(triagebot): auto-label `Command-report` (#16429)
by Ed Page
· 5 days ago
54bf4db
chore(triagebot): auto-label `Command-report`
by Weihang Lo
· 5 days ago
3861f60
fix(sbom): Don't set CARGO_SBOM_PATH when empty (like stable) (#16419)
by Weihang Lo
· 8 days ago
9755978
fix(sbom): Don't set CARGO_SBOM_PATH when empty (like stable)
by Ed Page
· 8 days ago
2b7dac9
test(sbom): Show CARGO_SBOM_PATH behavior
by Ed Page
· 8 days ago
2dd8d64
test(sbom): Switch to snapshots
by Ed Page
· 8 days ago
1f5feec
chore(ci): report-timings to upload HTML report (#16416)
by Ed Page
· 9 days ago
22fcb74
chore(ci): report-timings to upload HTML report
by Weihang Lo
· 9 days ago
f4266b7
fix(report): get the same feature parity of `--timings` (#16414)
by Ed Page
· 9 days ago
40613e1
fix(report): track requested units
by Weihang Lo
· 10 days ago
725980d
fix(report): track enabled features in unit-registered events
by Weihang Lo
· 10 days ago
2f39f17
fix(report): show fingerprint dirty fresh count
by Weihang Lo
· 10 days ago
2ebf882
fix(report): show the requested target platforms
by Weihang Lo
· 10 days ago
25d703f
fix(report): show the first line of rustc -vV
by Weihang Lo
· 10 days ago
09bf023
refactor(report): prepare metadata in unit-registered event
by Weihang Lo
· 10 days ago
9b344b0
test: remove HTML snapshot test for `cargo report timings`
by Weihang Lo
· 9 days ago
6f706c2
fix(docs): Document the only possible values for DEBUG in build scripts (#16413)
by Ed Page
· 10 days ago
6ede179
fix(docs): Document the only possible values for DEBUG and add links
by dawe
· 10 days ago
d8fc14a
fix(log): emit fingeprint log also for no-rebuild unit (#16408)
by Ed Page
· 10 days ago
32de338
fix(log): emit fingeprint log also for no-rebuild unit
by Weihang Lo
· 11 days ago
371a9be
test(log): also enable build-analysis for first builds
by Weihang Lo
· 11 days ago
5cdc66d
refactor(log): fingerprint comparison result in enum
by Weihang Lo
· 12 days ago
0bb662b
fix(log): migrate rebuild message to unit index
by Weihang Lo
· 11 days ago
a6228ba
Fix link to `doc_cfg` docs in cargo book (#16404)
by Weihang Lo
· 11 days ago
c0be385
Add best pratice for how to check in generated files (#16405)
by Ed Page
· 12 days ago
f488dd5
Add best pratice for how to check in generated files
by Josh Triplett
· 12 days ago
899771d
Remove link to `doc_cfg` docs in cargo book
by Guillaume Gomez
· 12 days ago
e364307
test: Use a larger default term width (#16403)
by Ed Page
· 12 days ago
3ed0831
test: Use a larger default term width
by Scott Schafer
· 12 days ago
60a2666
test: Add default term width to tests
by Scott Schafer
· 12 days ago
93ce46e
Document more services and permissions of the cargo team (#16402)
by Ed Page
· 12 days ago
3ccdc46
Document more services and permissions of the cargo team
by Eric Huss
· 12 days ago
e104299
fix(new): Improve quality of package name error messages (#16398)
by Weihang Lo
· 12 days ago
a7cdba1
feat(log): add more log events (#16390)
by Ed Page
· 13 days ago
214f69e
fix(new): Only suggest bin.name for valid crate names
by Ed Page
· 13 days ago
88e3641
fix(new): Be more direct in errors/warnings
by Ed Page
· 13 days ago
c7b6796
fix(new): Have name error match rustc's style
by Ed Page
· 13 days ago
963b490
chore: bump to 0.95.0; update changelog (#16395)
by Ed Page
· 13 days ago
dfc066d
docs(changelog): 1.94.0 update
by Weihang Lo
· 13 days ago
be74a56
docs(changelog): 1.93.0 update
by Weihang Lo
· 13 days ago
fb9f41c
chore: bump to 0.95.0
by Weihang Lo
· 2 weeks ago
0101bde
Cache submodule into git db (#16246)
by Weihang Lo
· 14 days ago
cf022a5
fix: remove extra 'update git submodule' when the submodule is cached
by avnyu
· 14 days ago
4f02e47
feat: recursive cache git submodules
by avnyu
· 14 days ago
9e9d3db
test: cache git submodule tests
by avnyu
· 14 days ago
1774e76
refactor: extract into GitSource::fetch_db
by avnyu
· 14 days ago
e91b2ba
refactor(lints): move from cargo::util::lints to cargo::lints (#16392)
by Ed Page
· 2 weeks ago
1a3faba
test(lint): redact more due to line got omitted (#16391)
by Ed Page
· 2 weeks ago
63eaa5b
refactor(lints): move lints definitions to a rules module
by Weihang Lo
· 2 weeks ago
8216db6
refactor(lints): move from `cargo::util::lints` to `cargo::lints`
by Weihang Lo
· 2 weeks ago
c3da571
test(lint): redact more due to line got omitted
by Weihang Lo
· 2 weeks ago
9a238b9
fix(log): fix unit_to_index mapping from bcx
by Weihang Lo
· 2 weeks ago
e668300
feat(log): unit-registered event
by Weihang Lo
· 2 weeks ago
d259e47
feat(log): dependency resolution events
by Weihang Lo
· 2 weeks ago
07902c7
feat(log): unit-gragh construction events
by Weihang Lo
· 2 weeks ago
0e20b6f
refactor: rename to make root units outstanding
by Weihang Lo
· 2 weeks ago
c46423d
feat(report): cargo report timings HTML replay (#16377)
by Ed Page
· 2 weeks ago
44887e4
test(report): HTML replay snapshot
by Weihang Lo
· 2 weeks ago
ffba21a
feat(report): `cargo report timings` HTML replay
by Weihang Lo
· 2 weeks ago
e11a624
feat(report): `cargo report timings` log discovery logic
by Weihang Lo
· 2 weeks ago
4198b66
feat(report): `cargo report timings` command skeleton
by Weihang Lo
· 7 weeks ago
c77db63
test(report): `cargo report timings` command
by Weihang Lo
· 7 weeks ago
d502bbe
feat(test-support): extract log access helper function
by Weihang Lo
· 3 weeks ago
1d34efe
refactor: extract opener to a module
by Weihang Lo
· 2 weeks ago
44a548e
refactor: generalize `open` function
by Weihang Lo
· 2 weeks ago
b012c81
feat(index): Stabilize pubtime
by Ed Page
· 3 weeks ago
331a495
feat: stabilize `-Zconfig-include` (#16284)
by Ed Page
· 2 weeks ago
516591a
feat: stabilize `-Zconfig-include`
by Weihang Lo
· 5 weeks ago
94f73a3
fix(package): Don't verify registry for --list (#16341)
by Weihang Lo
· 2 weeks ago
4d0eff0
Fixed incorrect locking logic when artifact-dir == build-dir (#16385)
by Weihang Lo
· 2 weeks ago
ea9b240
fix(check): Fixed incorrect locking logic when artifact-dir == build-dir
by Ross Sullivan
· 2 weeks ago
8d34a57
test(check): Verify build-dir lock is taken on check builds
by Ross Sullivan
· 2 weeks ago
e6b0a65
feat(log): make timing messages ready for HTML replay (#16382)
by Ed Page
· 2 weeks ago
4bbbf21
chore(deps): update msrv (1 version) to v1.92 (#16381)
by Ed Page
· 2 weeks ago
b8f996a
fix(log): make RunId format simpler
by Weihang Lo
· 2 weeks ago
3600c73
refactor(log): generate RunId with time parsing
by Weihang Lo
· 2 weeks ago
e187686
refactor(timing): pub and owning more types and fields
by Weihang Lo
· 3 weeks ago
84fb58a
refactor(timing): avoid `UnitTime` as argument
by Weihang Lo
· 3 weeks ago
c0c9e57
feat(log): impl serde::Deserialize
by Weihang Lo
· 3 weeks ago
c55b3bc
Downgrade curl-sys to 0.4.83 (#16379)
by Weihang Lo
· 2 weeks ago
608fd7e
fix(timing): more self-contained timing/log data (#16378)
by Weihang Lo
· 2 weeks ago
389962f
Downgrade curl-sys to 0.4.83
by Alan Somers
· 2 weeks ago
Next »