File tree
488 files changed
+6697
-4791
lines changed- mk
- src
- compiletest
- doc
- etc
- liballoc
- libcollections
- btree
- libcore
- fmt
- num
- libcoretest
- num
- libgraphviz
- liblog
- librand
- distributions
- libregex
- librustc
- lint
- metadata
- middle
- cfg
- infer
- region_inference
- traits
- session
- librustc_back
- librustc_borrowck
- borrowck/gather_loans
- librustc_driver
- librustc_llvm
- librustc_resolve
- librustc_trans
- back
- save
- trans
- librustc_typeck
- check
- method
- coherence
- librustdoc
- html
- libserialize
- libstd
- collections/hash
- io
- net
- num
- path
- prelude
- rand
- rt
- sync
- mpsc
- sys
- common
- unix
- windows
- thread_local
- time
- libsyntax
- ext
- parse
- lexer
- print
- util
- libtest
- libtime
- test
- auxiliary
- bench
- compile-fail
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
488 files changed
+6697
-4791
lines changedDiff for: .travis.yml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Diff for: mk/dist.mk
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
|
Diff for: mk/install.mk
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 |
| |
| 35 | + | |
32 | 36 |
| |
33 | 37 |
| |
34 | 38 |
| |
|
Diff for: src/compiletest/compiletest.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Diff for: src/doc/guide-ffi.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
| 453 | + | |
| 454 | + | |
453 | 455 |
| |
454 | 456 |
| |
455 | 457 |
| |
|
Diff for: src/doc/guide-tasks.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
| 209 | + | |
209 | 210 |
| |
210 | 211 |
| |
211 | 212 |
| |
| |||
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
| 237 | + | |
236 | 238 |
| |
237 | 239 |
| |
238 | 240 |
| |
|
0 commit comments