File tree
868 files changed
+5480
-4575
lines changed- .azure-pipelines
- steps
- src
- bootstrap
- ci
- docker
- armhf-gnu
- dist-various-1
- dist-various-2
- dist-x86_64-linux
- dist-x86_64-netbsd
- scripts
- doc
- rustdoc/src
- unstable-book/src/library-features
- liballoc
- libcore
- iter
- traits
- mem
- slice
- tests
- librustc
- hir
- lint
- middle
- mir
- session
- librustc_codegen_llvm
- librustc_codegen_ssa
- mir
- traits
- librustc_data_structures
- librustc_errors
- librustc_macros
- librustc_mir
- borrow_check
- build/expr
- dataflow/impls
- librustc_privacy
- librustc_resolve
- librustc_typeck
- check
- librustdoc
- clean
- html
- libstd
- io
- libsyntax/parse
- test
- codegen
- compile-fail
- run-make-fulldeps
- pgo-gen
- pgo-gen-lto
- pgo-gen-no-imp-symbols
- pgo-use
- run-pass
- associated-types
- autoref-autoderef
- borrowck
- coerce
- consts
- deriving
- drop
- dynamically-sized-types
- extern
- functions-closures/closure-expected-type
- generics
- higher-rank-trait-bounds
- impl-trait
- issues
- macros
- methods
- mir
- overloaded
- panics
- privacy
- regions
- structs-enums
- traits
- unboxed-closures
- unique
- run-pass-fulldeps
- rustdoc
- const-generics
- rustdoc-ui
- ui
- associated-const
- associated-type
- associated-types
- async-await
- issues
- bad
- borrowck
- cast
- closure_context
- closures
- codemap_tests
- coercion
- coherence
- confuse-field-and-method
- const-generics
- consts
- const-eval
- min_const_fn
- cross
- cycle-trait
- did_you_mean
- dropck
- dst
- error-codes
- feature-gates
- fn
- imports
- in-band-lifetimes
- issues
- kindck
- lifetimes
- lifetime-errors
- linkage-attr
- auxiliary
- lint
- loops
- lub-glb
- methods
- mismatched_types
- moves
- nll
- object-lifetime
- object-safety
- parser
- privacy
- regions
- resolve
- rfc-2093-infer-outlives
- rfc1598-generic-associated-types
- save-analysis
- self
- span
- suggestions
- traits
- trait-alias
- trivial-bounds
- type
- typeck
- unboxed-closures
- underscore-lifetime
- unsized
- use
- variance
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
868 files changed
+5480
-4575
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
| 304 | + | |
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
| 331 | + | |
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 |
| - | |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
+11-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
424 |
| - | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
| |||
860 | 860 |
| |
861 | 861 |
| |
862 | 862 |
| |
863 |
| - | |
| 863 | + | |
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
| |||
2014 | 2014 |
| |
2015 | 2015 |
| |
2016 | 2016 |
| |
2017 |
| - | |
2018 |
| - | |
2019 |
| - | |
2020 |
| - | |
2021 |
| - | |
2022 |
| - | |
2023 |
| - | |
2024 |
| - | |
2025 |
| - | |
2026 |
| - | |
2027 |
| - | |
| 2017 | + | |
2028 | 2018 |
| |
2029 | 2019 |
| |
2030 | 2020 |
| |
2031 | 2021 |
| |
2032 | 2022 |
| |
2033 |
| - | |
| 2023 | + | |
2034 | 2024 |
| |
2035 | 2025 |
| |
2036 | 2026 |
| |
| |||
2875 | 2865 |
| |
2876 | 2866 |
| |
2877 | 2867 |
| |
2878 |
| - | |
| 2868 | + | |
2879 | 2869 |
| |
2880 | 2870 |
| |
2881 | 2871 |
| |
| |||
3077 | 3067 |
| |
3078 | 3068 |
| |
3079 | 3069 |
| |
3080 |
| - | |
| 3070 | + | |
3081 | 3071 |
| |
3082 | 3072 |
| |
3083 | 3073 |
| |
| |||
3428 | 3418 |
| |
3429 | 3419 |
| |
3430 | 3420 |
| |
3431 |
| - | |
| 3421 | + | |
3432 | 3422 |
| |
3433 | 3423 |
| |
3434 | 3424 |
| |
| |||
3854 | 3844 |
| |
3855 | 3845 |
| |
3856 | 3846 |
| |
3857 |
| - | |
| 3847 | + | |
3858 | 3848 |
| |
3859 | 3849 |
| |
3860 | 3850 |
| |
| |||
4285 | 4275 |
| |
4286 | 4276 |
| |
4287 | 4277 |
| |
4288 |
| - | |
4289 |
| - | |
| 4278 | + | |
4290 | 4279 |
| |
4291 | 4280 |
| |
4292 | 4281 |
| |
| |||
4367 | 4356 |
| |
4368 | 4357 |
| |
4369 | 4358 |
| |
4370 |
| - | |
| 4359 | + | |
4371 | 4360 |
| |
4372 | 4361 |
| |
4373 | 4362 |
| |
| |||
4400 | 4389 |
| |
4401 | 4390 |
| |
4402 | 4391 |
| |
4403 |
| - | |
| 4392 | + | |
4404 | 4393 |
| |
4405 | 4394 |
| |
4406 | 4395 |
| |
|
+10-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
|
0 commit comments