-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #109824
Rollup of 7 pull requests #109824
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e981738 - Browse repository at this point
Copy the full SHA e981738View commit details -
Configuration menu - View commit details
-
Copy full SHA for e193950 - Browse repository at this point
Copy the full SHA e193950View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78ebab - Browse repository at this point
Copy the full SHA c78ebabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95926b2 - Browse repository at this point
Copy the full SHA 95926b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec43cb3 - Browse repository at this point
Copy the full SHA ec43cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 537fdbd - Browse repository at this point
Copy the full SHA 537fdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 415a3ca - Browse repository at this point
Copy the full SHA 415a3caView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f995003 - Browse repository at this point
Copy the full SHA f995003View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f40aa59 - Browse repository at this point
Copy the full SHA f40aa59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef8d2d - Browse repository at this point
Copy the full SHA 3ef8d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 364e961 - Browse repository at this point
Copy the full SHA 364e961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f7148 - Browse repository at this point
Copy the full SHA 48f7148View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2824a - Browse repository at this point
Copy the full SHA fa2824aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf8a8b - Browse repository at this point
Copy the full SHA bcf8a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6035fb - Browse repository at this point
Copy the full SHA f6035fbView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f249832 - Browse repository at this point
Copy the full SHA f249832View commit details -
Don't emit the OS error in a note
This makes it possible to make the normalization of the error message more precise, allowing us to not normalize all notes away.
Configuration menu - View commit details
-
Copy full SHA for 97fb15d - Browse repository at this point
Copy the full SHA 97fb15dView commit details -
Remove an unnecessary use of
with_session_globals
.We can easily pass in the source map.
Configuration menu - View commit details
-
Copy full SHA for f049d5d - Browse repository at this point
Copy the full SHA f049d5dView commit details -
Rename `with_source_map` as `set_source_map`. Because `with` functions (e.g. `with_session_globals`, `scoped_tls::ScopedKey::with`) are for *getting* a value for the duration of a closure, and `set` functions (e.g. `set_session_globals_then` `scoped_tls::ScopedKey::with`) are for *setting* a value for the duration of a closure. Also fix up the comment, which is wrong: - The bit about `TyCtxt` is wrong. - `span_debug1` doesn't exist any more. - There's only one level of fallback, not two. (This is effectively a follow-up to the changes in rust-lang#93936.) Also add a comment explaining that `SessionGlobals::source_map` should only be used when absolutely necessary.
Configuration menu - View commit details
-
Copy full SHA for 4e63ab6 - Browse repository at this point
Copy the full SHA 4e63ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aab9e32 - Browse repository at this point
Copy the full SHA aab9e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for efad057 - Browse repository at this point
Copy the full SHA efad057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ef3a4 - Browse repository at this point
Copy the full SHA 54ef3a4View commit details -
Rollup merge of rust-lang#109104 - GuillaumeGomez:fix-invalid-suggest…
…ion-ambiguous-intra-doc2, r=oli-obk,notriddle rustdoc: Fix invalid suggestions on ambiguous intra doc links v2 Fixes rust-lang#108653. This is another approach to fixing the same issue. This time, we keep the computed information around instead of re-computing it. Strangely enough, the order for ambiguities seem to have been changed. Not an issue but it creates a lot of diff... So which version do you prefer? r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 8fe5b56 - Browse repository at this point
Copy the full SHA 8fe5b56View commit details -
Rollup merge of rust-lang#109443 - GuillaumeGomez:doc-primitive-hard-…
…error, r=notriddle Move `doc(primitive)` future incompat warning to `invalid_doc_attributes` Fixes rust-lang#88070. It's been a while since this was turned into a "future incompatible lint" so I think we can now turn it into a hard error without problem. r? `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for 6c93c63 - Browse repository at this point
Copy the full SHA 6c93c63View commit details -
Rollup merge of rust-lang#109680 - clubby789:array-subslice-2229, r=d…
…avidtwco Fix subslice capture in closure Fixes rust-lang#109298 by refining captures in the same way for Subslices and Indexes. The comment `// we never capture this` seems to have been inaccurate, as changing it to an assert causes many test failures `@rustbot` label +A-closures
Configuration menu - View commit details
-
Copy full SHA for 45fcb6f - Browse repository at this point
Copy the full SHA 45fcb6fView commit details -
Rollup merge of rust-lang#109798 - est31:ftl_test_note, r=davidtwco
fluent_messages macro: don't emit the OS error in a note This makes it possible to make the normalization of the error message precise, allowing us to not normalize all notes away. See rust-lang#109700 (comment)
Configuration menu - View commit details
-
Copy full SHA for bd4e3f3 - Browse repository at this point
Copy the full SHA bd4e3f3View commit details -
Rollup merge of rust-lang#109805 - nnethercote:source_map-cleanups, r…
…=bjorn3 Source map cleanups r? `@bjorn3`
Configuration menu - View commit details
-
Copy full SHA for d732934 - Browse repository at this point
Copy the full SHA d732934View commit details -
Rollup merge of rust-lang#109818 - GuillaumeGomez:test-collapsed-item…
…, r=notriddle rustdoc: Add GUI test for jump to collapsed item Part of rust-lang#66181. I updated `browser-ui-test` version because I needed to add a new command `property`: GuillaumeGomez/browser-UI-test#452. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 32842e8 - Browse repository at this point
Copy the full SHA 32842e8View commit details -
Rollup merge of rust-lang#109820 - notriddle:notriddle/help-comma, r=…
…camelid rustdoc-search: update docs for comma in `?` help popover
Configuration menu - View commit details
-
Copy full SHA for 083c128 - Browse repository at this point
Copy the full SHA 083c128View commit details