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 11 pull requests #40397

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5945d1d
Remove ability for plugins to register a MIR pass
nagisa Mar 3, 2017
3055f41
add an #[used] attribute
Feb 20, 2017
cd7bde9
Point to enclosing block/fn on nested unsafe
estebank Jan 20, 2017
9918471
add tracking issue and feature-gate and run-make tests
Mar 6, 2017
6f3f467
Fix incorrect span label formatting
estebank Mar 6, 2017
0cb9b23
fix location of the emitted object file
Mar 6, 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
c51a39d
Removed RustFMT changes
jdhorwitz Mar 8, 2017
4eeede3
fix emscripten test detection
TimNN Mar 4, 2017
57c989c
Fix botched member variable rename
shepmaster Mar 4, 2017
3e2390f
Restore creating the channel-rust-$channel-date.txt files
shepmaster Mar 3, 2017
58ff4f6
rustbuild: expose LLVM_PARALLEL_LINK_JOBS
Mar 5, 2017
84d1f6a
Do not bother creating StorageLive for TyNever
nagisa Mar 8, 2017
4618253
Rollup merge of #39202 - estebank:nested-unsafe, r=jonathandturner
frewsxcv Mar 9, 2017
e087642
Rollup merge of #39987 - japaric:used, r=arielb1
frewsxcv Mar 9, 2017
1e61d08
Rollup merge of #40225 - shepmaster:restore-build-date-file, r=alexcr…
frewsxcv Mar 9, 2017
64ec762
Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakis
frewsxcv Mar 9, 2017
a6e6182
Rollup merge of #40259 - TimNN:fix-emscripten-tests, r=alexcrichton
frewsxcv Mar 9, 2017
37b3cc3
Rollup merge of #40277 - rkruppe:llvm-parallel-link-jobs, r=alexcrichton
frewsxcv Mar 9, 2017
817c2e4
Rollup merge of #40287 - estebank:label-overlap, r=nrc
frewsxcv Mar 9, 2017
b9d8ce1
Rollup merge of #40297 - alexcrichton:fix-submodules, r=brson
frewsxcv Mar 9, 2017
02cc699
Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnik
frewsxcv Mar 9, 2017
b8bb1de
Rollup merge of #40336 - alexcrichton:fast-dep-info, r=nrc
frewsxcv Mar 9, 2017
29a90c4
Rollup merge of #40372 - nagisa:never-drop, r=eddyb
frewsxcv Mar 9, 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
Loading