Skip to content

Rollup of 11 pull requests #43454

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

Merged
merged 23 commits into from
Jul 24, 2017
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ffae5de
configure: allow distros to disable debuginfo-only-std
infinity0 Jul 17, 2017
daa276e
Update liblibc
jackpot51 Jul 19, 2017
fa91eeb
Remove unused DefTable::retrace_path().
michaelwoerister Jul 20, 2017
72e8009
Remove mut where possible
Jul 20, 2017
9a51055
Clarify that sort_unstable is deterministic
Jul 20, 2017
9d0946a
Tell `tidy` about `compiler_builtins_lib` feature
ranweiler Jul 20, 2017
e74f611
Document use of `compiler_builtins` with `no_std` binaries
ranweiler Jul 19, 2017
3cefd2b
Add a missing verb to the description of std::process::ExitStatus::su…
s3rvac Jul 21, 2017
5c6ccdc
Correct the spelling of "homogeneous"
cuviper Jul 22, 2017
0221964
rustc: Add some build scripts for librustc crates
alexcrichton Jul 22, 2017
539df81
Fix some doc/comment typos.
waywardmonkeys Jul 23, 2017
749dcba
rustdoc: add unions to whitelist of sidebar types
zackmdavis Jul 24, 2017
953f381
Rollup merge of #43297 - infinity0:master, r=alexcrichton
Mark-Simulacrum Jul 24, 2017
da24118
Rollup merge of #43322 - redox-os:redox_liblibc, r=alexcrichton
Mark-Simulacrum Jul 24, 2017
295a789
Rollup merge of #43342 - ranweiler:no-std-exe-docs, r=alexcrichton
Mark-Simulacrum Jul 24, 2017
7e72b41
Rollup merge of #43361 - michaelwoerister:remove-retrace-path, r=niko…
Mark-Simulacrum Jul 24, 2017
f1537da
Rollup merge of #43366 - leshow:bufreader-docs, r=aturon
Mark-Simulacrum Jul 24, 2017
32e607d
Rollup merge of #43374 - stjepang:fix-sort-randomization-comment, r=a…
Mark-Simulacrum Jul 24, 2017
d1ba747
Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, …
Mark-Simulacrum Jul 24, 2017
bf5d661
Rollup merge of #43401 - cuviper:homogeneous, r=Mark-Simulacrum
Mark-Simulacrum Jul 24, 2017
fd2331c
Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-…
Mark-Simulacrum Jul 24, 2017
659bfe5
Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebank
Mark-Simulacrum Jul 24, 2017
0bb4291
Rollup merge of #43446 - zackmdavis:rustdoc_sidebar_unions, r=Guillau…
Mark-Simulacrum Jul 24, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@
block("macro", "Macros");
block("struct", "Structs");
block("enum", "Enums");
block("union", "Unions");
block("constant", "Constants");
block("static", "Statics");
block("trait", "Traits");
Expand Down