-
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 14 pull requests #41929
Rollup of 14 pull requests #41929
Commits on May 3, 2017
-
Windows io::Error: also format NTSTATUS error codes
Jethro Beekman committedMay 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 70c267f - Browse repository at this point
Copy the full SHA 70c267fView commit details
Commits on May 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cf05cd8 - Browse repository at this point
Copy the full SHA cf05cd8View commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for defcfb2 - Browse repository at this point
Copy the full SHA defcfb2View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e42875c - Browse repository at this point
Copy the full SHA e42875cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a0d27 - Browse repository at this point
Copy the full SHA 67a0d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43349e6 - Browse repository at this point
Copy the full SHA 43349e6View commit details -
Jethro Beekman committed
May 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 71de9db - Browse repository at this point
Copy the full SHA 71de9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641d053 - Browse repository at this point
Copy the full SHA 641d053View commit details -
Configuration menu - View commit details
-
Copy full SHA for a950c37 - Browse repository at this point
Copy the full SHA a950c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4151ff - Browse repository at this point
Copy the full SHA a4151ffView commit details -
correct various error messages that changed
The new messages seem universally better. I think these result because we recognize that we are in an invariant context more often.
Configuration menu - View commit details
-
Copy full SHA for 2490ee5 - Browse repository at this point
Copy the full SHA 2490ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7ba47 - Browse repository at this point
Copy the full SHA fb7ba47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084b67f - Browse repository at this point
Copy the full SHA 084b67fView commit details -
remove the #[inline] attribute from drop_in_place
Apparently LLVM has exponential code growth while inlining landing pads if that attribute is present. Fixes rust-lang#41696.
Configuration menu - View commit details
-
Copy full SHA for b0c80a9 - Browse repository at this point
Copy the full SHA b0c80a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cde9f - Browse repository at this point
Copy the full SHA e6cde9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b69c4 - Browse repository at this point
Copy the full SHA 75b69c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c1ce9 - Browse repository at this point
Copy the full SHA 68c1ce9View commit details -
Operand: 72 -> 24 B Statement: 192 -> 96 B Terminator: 256 -> 112 B librustc translation memory usage: 1795 -> 1669 MB next step would be interning lvalues, I suppose?
Configuration menu - View commit details
-
Copy full SHA for c85501b - Browse repository at this point
Copy the full SHA c85501bView commit details
Commits on May 12, 2017
-
Rollup merge of rust-lang#41684 - jethrogb:feature/ntstatus, r=alexcr…
…ichton Windows io::Error: also format NTSTATUS error codes `NTSTATUS` errors may be encoded as `HRESULT`, see [[MS-ERREF]](https://msdn.microsoft.com/en-us/library/cc231198.aspx). These error codes can still be formatted using `FormatMessageW` but require some different parameters to be passed in. I wasn't sure if this needed a test and if so, how to test it. Presumably we wouldn't want to make our tests dependent on localization-dependent strings returned from `FormatMessageW`. Users that get an `err: NTSTATUS` will need to do `io::Error::from_raw_os_error(err|0x1000_0000)` (the equivalent of [`HRESULT_FROM_NT`](https://msdn.microsoft.com/en-us/library/ms693780(VS.85).aspx))
Configuration menu - View commit details
-
Copy full SHA for bae7079 - Browse repository at this point
Copy the full SHA bae7079View commit details -
Rollup merge of rust-lang#41716 - nikomatsakis:issue-41677, r=arielb1
enforce WF conditions after generalizing Add a `WF(T')` obligation after generalizing `T` to `T'`, if `T'` contains an unconstrained type variable in a bivariant context. Fixes rust-lang#41677. Beta nominating -- regression. r? @arielb1
Configuration menu - View commit details
-
Copy full SHA for 5b5c045 - Browse repository at this point
Copy the full SHA 5b5c045View commit details -
Rollup merge of rust-lang#41820 - devurandom:patch-1, r=alexcrichton
bootstrap: Output name of failed config in case of errors
Configuration menu - View commit details
-
Copy full SHA for c804e4b - Browse repository at this point
Copy the full SHA c804e4bView commit details -
Rollup merge of rust-lang#41860 - mbrubeck:docs, r=nagisa
Remove wrong or outdated info from CString docs. None
Configuration menu - View commit details
-
Copy full SHA for 82e262d - Browse repository at this point
Copy the full SHA 82e262dView commit details -
Rollup merge of rust-lang#41896 - tshepang:too-long, r=steveklabnik
doc: break into 2 sentences
Configuration menu - View commit details
-
Copy full SHA for 0d29661 - Browse repository at this point
Copy the full SHA 0d29661View commit details -
Rollup merge of rust-lang#41910 - mersinvald:master, r=Mark-Simulacrum
Number of filtered out tests in tests summary Closes rust-lang#31905
Configuration menu - View commit details
-
Copy full SHA for 6514b53 - Browse repository at this point
Copy the full SHA 6514b53View commit details -
Rollup merge of rust-lang#41912 - oli-obk:patch-3, r=eddyb
Upgrade some comments to doc comments
Configuration menu - View commit details
-
Copy full SHA for ceca286 - Browse repository at this point
Copy the full SHA ceca286View commit details -
Rollup merge of rust-lang#41916 - mglagla:typo, r=sfackler
Fix typo in Iterator::size_hint example comment
Configuration menu - View commit details
-
Copy full SHA for bfd3b89 - Browse repository at this point
Copy the full SHA bfd3b89View commit details -
Rollup merge of rust-lang#41918 - brson:lic, r=alexcrichton
Annotate the license exceptions
Configuration menu - View commit details
-
Copy full SHA for b1c875d - Browse repository at this point
Copy the full SHA b1c875dView commit details -
Rollup merge of rust-lang#41919 - nrc:save-crate, r=eddyb
Include the crate's root module in save-analysis r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for d5bad7c - Browse repository at this point
Copy the full SHA d5bad7cView commit details -
Rollup merge of rust-lang#41920 - arielb1:inline-drop, r=eddyb
remove the #[inline] attribute from drop_in_place Apparently LLVM has exponential code growth while inlining landing pads if that attribute is present. Fixes rust-lang#41696. beta-nominating because regression. r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 7f189dc - Browse repository at this point
Copy the full SHA 7f189dcView commit details -
Rollup merge of rust-lang#41921 - GuillaumeGomez:fix-search-style, r=…
…steveklabnik Fix search when looking to sources Before: <img width="1440" alt="screen shot 2017-05-11 at 22 33 28" src="https://cloud.githubusercontent.com/assets/3050060/25970761/03fd2ade-369a-11e7-9fd6-783c23455589.png"> After: <img width="1440" alt="screen shot 2017-05-11 at 22 34 05" src="https://cloud.githubusercontent.com/assets/3050060/25970770/09ac71ce-369a-11e7-9038-559f414e07b5.png"> r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for c1b49b0 - Browse repository at this point
Copy the full SHA c1b49b0View commit details -
Rollup merge of rust-lang#41923 - eddyb:issue-41744, r=arielb1
rustc_trans: do not attempt to truncate an i1 const to i1. Fixes rust-lang#41744 by skipping the truncation when it'd be a noop anyway.
Configuration menu - View commit details
-
Copy full SHA for 7cc8da2 - Browse repository at this point
Copy the full SHA 7cc8da2View commit details -
Rollup merge of rust-lang#41926 - arielb1:box-mir, r=eddyb
box large variants in MIR Operand: 72 -> 24 B Statement: 192 -> 96 B Terminator: 256 -> 112 B librustc translation memory usage: 1795 -> 1669 MB next step would be interning lvalues, I suppose? cc rust-lang#36799 (@urschrei - does ostn15_phf compile with this PR?) r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 67fd0bd - Browse repository at this point
Copy the full SHA 67fd0bdView commit details