-
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 #65199
Rollup of 7 pull requests #65199
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e85089b - Browse repository at this point
Copy the full SHA e85089bView commit details -
Disable stack probe when thread sanitizer is enabled
When thread sanitizer instrumentation is enabled during compilation of stack probe function, the function will be miscompiled and trigger segmentation fault at runtime. Disable stack probes when tsan is enabled.
Configuration menu - View commit details
-
Copy full SHA for 6c9f218 - Browse repository at this point
Copy the full SHA 6c9f218View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda0359 - Browse repository at this point
Copy the full SHA fda0359View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdfa6e - Browse repository at this point
Copy the full SHA dbdfa6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce57648 - Browse repository at this point
Copy the full SHA ce57648View commit details -
Configuration menu - View commit details
-
Copy full SHA for e492ca8 - Browse repository at this point
Copy the full SHA e492ca8View commit details
Commits on Oct 5, 2019
-
Correctly estimate required space for string
`.len()` returns length in bytes so it overestimates the required space
Configuration menu - View commit details
-
Copy full SHA for 4414068 - Browse repository at this point
Copy the full SHA 4414068View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27089d - Browse repository at this point
Copy the full SHA b27089dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc008f - Browse repository at this point
Copy the full SHA dfc008fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5497ba1 - Browse repository at this point
Copy the full SHA 5497ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3166ce8 - Browse repository at this point
Copy the full SHA 3166ce8View commit details
Commits on Oct 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bbf262d - Browse repository at this point
Copy the full SHA bbf262dView commit details -
Remove loaded_from_cache map from DepGraph
It's now unused, even with -Zquery-dep-graph
Configuration menu - View commit details
-
Copy full SHA for 4c32d47 - Browse repository at this point
Copy the full SHA 4c32d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c456e - Browse repository at this point
Copy the full SHA 90c456eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f707c3 - Browse repository at this point
Copy the full SHA 8f707c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1183d60 - Browse repository at this point
Copy the full SHA 1183d60View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9267d9f - Browse repository at this point
Copy the full SHA 9267d9fView commit details
Commits on Oct 8, 2019
-
Rollup merge of rust-lang#65074 - Rantanen:json-byte-pos, r=matklad
Fix the start/end byte positions in the compiler JSON output Track the changes made during normalization in the `SourceFile` and use this information to correct the `start_byte` and `end_byte` fields in the JSON output. This should ensure the start/end byte fields can be used to index the original file, even if Rust normalized the source code for parsing purposes. Both CRLF to LF and BOM removal are handled with this one. The rough plan was discussed with @matklad in rust-lang/rustfix#176 - although I ended up going with `u32` offset tracking so I wouldn't need to deal with `u32 + i32` arithmetics when applying the offset to the span byte positions. Fixes rust-lang#65029
Configuration menu - View commit details
-
Copy full SHA for 9568911 - Browse repository at this point
Copy the full SHA 9568911View commit details -
Rollup merge of rust-lang#65081 - Mark-Simulacrum:remove-profile-quer…
…ies, r=michaelwoerister Remove -Zprofile-queries r? @michaelwoerister Per [zulip thread](https://zulip-archive.rust-lang.org/131828tcompiler/57361RemoveZprofilequeries.html).
Configuration menu - View commit details
-
Copy full SHA for a56cb76 - Browse repository at this point
Copy the full SHA a56cb76View commit details -
Rollup merge of rust-lang#65102 - tmiasko:tsan-probe-stack, r=alexcri…
…chton Disable stack probe when thread sanitizer is enabled When thread sanitizer instrumentation is enabled during compilation of stack probe function, the function will be miscompiled and trigger segmentation fault at runtime. Disable stack probes when tsan is enabled.
Configuration menu - View commit details
-
Copy full SHA for 53af7b3 - Browse repository at this point
Copy the full SHA 53af7b3View commit details -
Rollup merge of rust-lang#65120 - AnthonyMikh:fix_65119, r=estebank
Correctly estimate the required space for string in `StyledBuffer::prepend` Fix rust-lang#65119 r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 4999b29 - Browse repository at this point
Copy the full SHA 4999b29View commit details -
Rollup merge of rust-lang#65145 - estebank:turbofish-assoc-fn-call, r…
…=varkor When suggesting assoc function with type params, include turbofish Fix rust-lang#61412, fix rust-lang#61411.
Configuration menu - View commit details
-
Copy full SHA for 6f88087 - Browse repository at this point
Copy the full SHA 6f88087View commit details -
Rollup merge of rust-lang#65162 - Mark-Simulacrum:no-cache-loading-ma…
…p, r=michaelwoerister Remove loaded_from_cache map from DepGraph It's now unused, even with -Zquery-dep-graph From https://github.com/rust-lang/rust/pull/63756/files#r316039379 -- it'll simplify that PR to get this landed separately so we can just remove some of the code that it touches. r? @Zoxc or @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for dba40d8 - Browse repository at this point
Copy the full SHA dba40d8View commit details -
Rollup merge of rust-lang#65176 - nnethercote:rm-query-macros, r=mich…
…aelwoerister Remove query-related macros The query system has a few macros that only have one or two call sites, and I find they hurt readability. This PR removes them. r? @michaelwoerister
Configuration menu - View commit details
-
Copy full SHA for 8c2e726 - Browse repository at this point
Copy the full SHA 8c2e726View commit details