Skip to content
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 16 pull requests #40415

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8a64cf7
Fix suggestion span error with a line containing non-ASCIIs
sinkuu Feb 25, 2017
53d3c89
Dont bug! on user error
bjorn3 Feb 28, 2017
54a1c8b
Fix indentation in region infer docs
bjorn3 Feb 28, 2017
2a40918
Syntax highlighting in region infer docs
bjorn3 Feb 28, 2017
be49671
Improve a bit more
bjorn3 Feb 28, 2017
90e94d9
Syntax highlight and note about current rust in infer docs
bjorn3 Feb 28, 2017
9efee16
Allow lints to check Bodys directly
oli-obk Mar 7, 2017
b75116d
Don't put Cargo into the rustc workspace
alexcrichton Mar 6, 2017
12dee0e
rustc: Exit quickly on only `--emit dep-info`
alexcrichton Mar 7, 2017
eaa706d
Update syntax for `pub(restricted)`
petrochenkov Mar 7, 2017
779d280
save-analysis: cope with lack of method data after a type error
nrc Mar 8, 2017
2719b84
Give spans to individual path segments in AST
petrochenkov Mar 8, 2017
7cfe20c
resolve: Use path segment spans in smart_resolve_path
petrochenkov Mar 8, 2017
79a7ee8
fix UB in repr(packed) tests
TimNN Mar 8, 2017
edf5dc6
Box docs: no allocation is done for ZSTs.
clarfonthey Mar 9, 2017
14e9313
emit !align attributes on stores of operand pairs
arielb1 Mar 9, 2017
da6e7c8
Distinguish the ways `CStr::from_bytes_with_nul` can fail
tbu- Mar 9, 2017
8062cfb
Implement placement-in protocol for and `VecDeque`
Mar 9, 2017
84d1f6a
Do not bother creating StorageLive for TyNever
nagisa Mar 8, 2017
4078b25
Clean up rustdoc css
GuillaumeGomez Mar 9, 2017
32a67eb
Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix
Mar 10, 2017
747ae40
Rollup merge of #40146 - bjorn3:few-infer-changes, r=pnkfelix
Mar 10, 2017
92faa67
Rollup merge of #40278 - GuillaumeGomez:css-cleanup, r=frewsxcv
Mar 10, 2017
4440acb
Rollup merge of #40297 - alexcrichton:fix-submodules, r=brson
Mar 10, 2017
c9e57a4
Rollup merge of #40315 - oli-obk:lint_body, r=eddyb
Mar 10, 2017
cb71358
Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc
Mar 10, 2017
008bbd3
Rollup merge of #40340 - petrochenkov:restricted, r=nikomatsakis
Mar 10, 2017
5030922
Rollup merge of #40344 - nrc:save-container, r=eddyb
Mar 10, 2017
4b3de6f
Rollup merge of #40369 - petrochenkov:segspan, r=eddyb
Mar 10, 2017
5f60d32
Rollup merge of #40372 - nagisa:never-drop, r=eddyb
Mar 10, 2017
b7b2543
Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1
Mar 10, 2017
0c8f19a
Rollup merge of #40379 - clarcharr:box_docs, r=brson
Mar 10, 2017
f2e0220
Rollup merge of #40385 - arielb1:packed-again, r=eddyb
Mar 10, 2017
f332c0f
Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=ale…
Mar 10, 2017
b6c0676
Rollup merge of #40389 - F001:placementVecDeque, r=nagisa
Mar 10, 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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon
[submodule "src/tools/cargo"]
path = src/tools/cargo
path = cargo
url = https://github.com/rust-lang/cargo
[submodule "reference"]
path = src/doc/reference
Expand Down
1 change: 1 addition & 0 deletions cargo
Submodule cargo added at 5f3b9c
Loading