File tree
135 files changed
+2041
-2701
lines changed- src
- doc
- unstable-book/src
- library-features
- liballoc
- libcollections
- btree
- tests
- libcore
- fmt
- num
- dec2flt
- flt2dec
- tests/num/dec2flt
- librustc_borrowck/borrowck/gather_loans
- librustc_const_eval
- librustc_driver
- librustc_metadata
- librustc_mir
- build/matches
- hair/cx
- transform
- util
- librustc_trans
- back
- mir
- librustc_typeck
- check
- method
- librustc
- dep_graph
- ich
- infer
- region_inference
- middle
- mir
- traits
- trans
- ty
- librustdoc
- clean
- html
- libstd
- collections/hash
- sync/mpsc
- libsyntax/parse
- test
- codegen
- compile-fail
- parse-fail
- run-pass
- auxiliary
- union
- rustdoc
- tools/error_index_generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+2041
-2701
lines changed- .travis.yml+2
- Cargo.lock+4-4
- Makefile.in+15
- src/bin/init.rs+1-1
- src/bin/new.rs+1-1
- src/cargo/core/manifest.rs+5-2
- src/cargo/core/resolver/mod.rs+41-26
- src/cargo/ops/cargo_generate_lockfile.rs+1-1
- src/cargo/ops/cargo_new.rs+2-2
- src/cargo/ops/cargo_package.rs+2-1
- src/cargo/ops/cargo_rustc/job_queue.rs+28-6
- src/cargo/ops/cargo_rustc/mod.rs+23-6
- src/cargo/ops/cargo_test.rs+1-1
- src/cargo/sources/git/utils.rs+51-44
- src/cargo/util/config.rs+15-5
- src/cargo/util/rustc.rs+14-4
- src/cargo/util/toml.rs+4-1
- src/ci/docker/android/Dockerfile+27
- src/ci/run.sh+6
- src/doc/environment-variables.md+3
- src/doc/specifying-dependencies.md+4
- tests/bench.rs+24-24
- tests/build-script.rs+1-4
- tests/build.rs+21-7
- tests/cargotest/lib.rs+4-1
- tests/cfg.rs+1-11
- tests/check.rs-31
- tests/cross-compile.rs+4-4
- tests/doc.rs+1-3
- tests/git.rs+67
- tests/package.rs+2-1
- tests/publish.rs+2-1
- tests/registry.rs+3-6
- tests/test.rs+81-12
- tests/warn-on-failure.rs+92
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| 784 | + | |
784 | 785 | | |
785 | 786 | | |
786 | | - | |
787 | | - | |
| 787 | + | |
| 788 | + | |
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | | - | |
107 | 105 | | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
133 | | - | |
134 | 130 | | |
135 | 131 | | |
136 | 132 | | |
137 | 133 | | |
138 | 134 | | |
139 | 135 | | |
140 | | - | |
141 | 136 | | |
142 | 137 | | |
143 | 138 | | |
| |||
157 | 152 | | |
158 | 153 | | |
159 | 154 | | |
160 | | - | |
161 | 155 | | |
162 | 156 | | |
163 | 157 | | |
164 | 158 | | |
165 | 159 | | |
166 | 160 | | |
167 | 161 | | |
168 | | - | |
169 | 162 | | |
170 | 163 | | |
171 | 164 | | |
| |||
188 | 181 | | |
189 | 182 | | |
190 | 183 | | |
191 | | - | |
192 | 184 | | |
193 | 185 | | |
194 | 186 | | |
| |||
224 | 216 | | |
225 | 217 | | |
226 | 218 | | |
227 | | - | |
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
0 commit comments