File tree
152 files changed
+1452
-1173
lines changed- src
- librustc
- hir
- infer/error_reporting
- lint
- session
- config
- librustc_driver
- librustc_interface
- librustc_lint
- librustc_mir/dataflow
- librustc_passes
- librustc_resolve
- librustdoc/html
- libsyntax
- attr
- ext
- mbe
- parse
- parser
- libsyntax_ext
- test/ui
- associated-const
- associated-item
- associated-types
- cache
- async-await/issues
- borrowck
- c-variadic
- closure-expected-type
- closures/closure-expected-type
- error-codes
- explicit
- hr-subtype
- impl-header-lifetime-elision
- impl-trait
- in-band-lifetimes
- issues
- lifetimes
- match
- nll
- user-annotations
- object-lifetime
- regions
- rfc-2093-infer-outlives
- self
- static
- traits
- ufcs
- variance
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
152 files changed
+1452
-1173
lines changedDiff for: src/librustc/error_codes.rs
+18-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2005 | 2005 |
| |
2006 | 2006 |
| |
2007 | 2007 |
| |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
2008 | 2026 |
| |
2009 | 2027 |
| |
2010 | 2028 |
| |
| |||
2191 | 2209 |
| |
2192 | 2210 |
| |
2193 | 2211 |
| |
2194 |
| - | |
2195 | 2212 |
| |
2196 | 2213 |
| |
2197 | 2214 |
| |
|
Diff for: src/librustc/hir/lowering.rs
+12-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
| 74 | + | |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
| |||
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 |
| |
90 | 96 |
| |
91 | 97 |
| |
| |||
180 | 186 |
| |
181 | 187 |
| |
182 | 188 |
| |
| 189 | + | |
| 190 | + | |
183 | 191 |
| |
184 | 192 |
| |
185 | 193 |
| |
| |||
236 | 244 |
| |
237 | 245 |
| |
238 | 246 |
| |
| 247 | + | |
239 | 248 |
| |
240 | 249 |
| |
241 | 250 |
| |
| |||
249 | 258 |
| |
250 | 259 |
| |
251 | 260 |
| |
| 261 | + | |
252 | 262 |
| |
253 | 263 |
| |
254 | 264 |
| |
| |||
1022 | 1032 |
| |
1023 | 1033 |
| |
1024 | 1034 |
| |
1025 |
| - | |
| 1035 | + | |
1026 | 1036 |
| |
1027 | 1037 |
| |
1028 | 1038 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
| 224 | + | |
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
|
Diff for: src/librustc/lint/levels.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
285 | 286 |
| |
286 | 287 |
| |
287 | 288 |
| |
288 |
| - | |
| 289 | + | |
289 | 290 |
| |
290 | 291 |
| |
291 | 292 |
| |
|
0 commit comments