-
Notifications
You must be signed in to change notification settings - Fork 552
Comparing changes
Open a pull request
base repository: rust-lang/rustc-dev-guide
base: c431f8c29a41413dddcb3bfa0d71c9cabe366317
head repository: rust-lang/rustc-dev-guide
compare: 67ebd4b55dba44edfc351621cef6e5e758169c55
- 15 commits
- 19 files changed
- 8 contributors
Commits on Mar 7, 2021
-
Use more accurate estimate of generated LLVM IR with llvm-lines
The `--emit=llvm-ir` emits an optimized LLVM IR. For optimized builds it will be highly inaccurate estimate of the amount IR generated initially. While the inaccuracy can be somewhat reduce after disabling the optimization, that in turn has other unintended consequences, since opt-level controls the emission of lifetime markers, sharing of generics between crates, instantiation of inline functions, etc. Use `-Csave-temps` and `no-opt` bitcode as a basis for more accurate estimate of initial work handed of to the LLVM.
Configuration menu - View commit details
-
Copy full SHA for 8bb61fe - Browse repository at this point
Copy the full SHA 8bb61feView commit details
Commits on Mar 8, 2021
-
Add article on using WPA to profile rustc memory usage on Windows (#1074
Configuration menu - View commit details
-
Copy full SHA for 91f8f33 - Browse repository at this point
Copy the full SHA 91f8f33View commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ddadc67 - Browse repository at this point
Copy the full SHA ddadc67View commit details -
Update cmake version in prerequisites.md (#1077)
LLVM requires at least cmake 3.13.4. https://www.llvm.org/docs/CMake.html
Configuration menu - View commit details
-
Copy full SHA for 0b1bdbb - Browse repository at this point
Copy the full SHA 0b1bdbbView commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f83c57b - Browse repository at this point
Copy the full SHA f83c57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 912aa00 - Browse repository at this point
Copy the full SHA 912aa00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 674f73d - Browse repository at this point
Copy the full SHA 674f73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8fdcf - Browse repository at this point
Copy the full SHA 4c8fdcfView commit details -
Apply suggestions from code review
Co-authored-by: Camelid <camelidcamel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 872ba49 - Browse repository at this point
Copy the full SHA 872ba49View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe8e98 - Browse repository at this point
Copy the full SHA bfe8e98View commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3032f87 - Browse repository at this point
Copy the full SHA 3032f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0526ce3 - Browse repository at this point
Copy the full SHA 0526ce3View commit details -
I-nominated are nominated for discussion (#1080)
* I-nominated are nominated for discussion * Generalize meeting expression Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff36317 - Browse repository at this point
Copy the full SHA ff36317View commit details -
Inspired by #1079. I used this command to find these typos: rg --multiline --pcre2 '\b([a-zA-Z]+) \1\b' src -tmd There were a couple false positives of the form "that that" meaning "that it" or "that this".
Configuration menu - View commit details
-
Copy full SHA for e72bf56 - Browse repository at this point
Copy the full SHA e72bf56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ebd4b - Browse repository at this point
Copy the full SHA 67ebd4bView 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 c431f8c29a41413dddcb3bfa0d71c9cabe366317...67ebd4b55dba44edfc351621cef6e5e758169c55