-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: master
head repository: Manishearth/rust
compare: rollup-hdqlmmv
- 9 commits
- 61 files changed
- 2 contributors
Commits on Sep 5, 2021
-
Don't build the library and standard library before documenting them
Rustdoc doesn't require the build artifacts to generate the docs, and especially in the case of rustc, it greatly increases the time needed to run the build.
Configuration menu - View commit details
-
Copy full SHA for 04db063 - Browse repository at this point
Copy the full SHA 04db063View commit details
Commits on Sep 12, 2021
-
Rollup merge of #88675 - jyn514:faster-doc, r=Mark-Simulacrum
Don't build the compiler and standard library before documenting them Rustdoc doesn't require the build artifacts to generate the docs, and especially in the case of rustc, it greatly increases the time needed to run the build. r? ```@Mark-Simulacrum``` cc ```@steffahn```
Configuration menu - View commit details
-
Copy full SHA for f00af15 - Browse repository at this point
Copy the full SHA f00af15View commit details -
Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco
rustc: Remove local variable IDs from `Export`s Local variables can never be exported.
Configuration menu - View commit details
-
Copy full SHA for 68bb06a - Browse repository at this point
Copy the full SHA 68bb06aView commit details -
Rollup merge of #88699 - Mark-Simulacrum:fixes-cherry-picker, r=pietr…
…oalbini Remove extra unshallow from cherry-pick checker This is already done by https://github.com/rust-lang/rust/blob/13db8440bbbe42870bc828d4ec3e965b38670277/src/ci/init_repo.sh#L32-L36 on the beta channel, and git throws an error if you attempt to unshallow an already non-shallow repository. r? `@pietroalbini`
Configuration menu - View commit details
-
Copy full SHA for ae14fc4 - Browse repository at this point
Copy the full SHA ae14fc4View commit details -
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
generic_const_exprs: use thir for abstract consts instead of mir Changes `AbstractConst` building to use `thir` instead of `mir` so that there's less chance of consts unifying when they shouldn't because lowering to mir dropped information (see `abstract-consts-as-cast-5.rs` test) r? `@lcnr`
Configuration menu - View commit details
-
Copy full SHA for 4972d14 - Browse repository at this point
Copy the full SHA 4972d14View commit details -
Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726
Rework DepthFirstSearch API This expands the API to be more flexible, allowing for more visitation patterns on graphs. This will be useful to avoid extra datasets (and allocations) in cases where the expanded DFS API is sufficient. This also fixes a bug with the previous DFS constructor, which left the start node not marked as visited (even though it was immediately returned). Commit written by `@nikomatsakis` originally, cherry picked from several commits in work on never type stabilization, but stands alone.
Configuration menu - View commit details
-
Copy full SHA for 543b8c0 - Browse repository at this point
Copy the full SHA 543b8c0View commit details -
Rollup merge of #88745 - hnj2:allow-trait-impl-missing-code, r=Guilla…
Configuration menu - View commit details
-
Copy full SHA for c134e96 - Browse repository at this point
Copy the full SHA c134e96View commit details -
Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514
rustdoc: Cleanup `clean` part 1 Split out from #88379. These commits are completely independent of each other, and each is a fairly small change (the last few are new commits; they are not from #88379): - Remove unnecessary `Cache.*_did` fields - rustdoc: Get symbol for `TyParam` directly - Create a valid `Res` in `external_path()` - Remove unused `hir_id` parameter from `resolve_type` - Fix redundant arguments in `external_path()` - Remove unnecessary `is_trait` argument - rustdoc: Cleanup a pattern match in `external_generic_args()` r? `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for 49a7f5f - Browse repository at this point
Copy the full SHA 49a7f5fView commit details -
Rollup merge of #88813 - lcnr:ena-docs, r=jyn514
explicitly link to external `ena` docs we currently do not link to the docs of `ena`: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/struct.InferCtxtInner.html#method.const_unification_table
Configuration menu - View commit details
-
Copy full SHA for d6b179b - Browse repository at this point
Copy the full SHA d6b179bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...rollup-hdqlmmv