index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
regions
Age
Commit message (
Expand
)
Author
Lines
2020-07-22
Use `ReEmpty(U0)` as the implicit region bound in typeck
Matthew Jasper
-0
/
+101
2020-05-30
Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements
Esteban Küber
-12
/
+6
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-161
/
+24
2020-05-30
Update nll tests
Esteban Küber
-5
/
+5
2020-05-30
review comment: tweak wording and account for span overlap
Esteban Küber
-1
/
+1
2020-05-30
Account for returned `dyn Trait` evaluating to `'static` lifetime
Esteban Küber
-19
/
+30
2020-05-27
fix rebase
Esteban Küber
-4
/
+4
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-7
/
+7
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-7
/
+7
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-30
/
+30
2020-05-22
Update tests
Matthew Jasper
-227
/
+59
2020-05-11
Fix hang in lexical_region_resolve
Matthew Jasper
-0
/
+7
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-04-02
Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu
bors
-8
/
+8
2020-03-30
Add long error code for error E0226
Julien Philippon
-2
/
+2
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-1
/
+1
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-5
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-4
/
+7
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-7
/
+7
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-21
/
+43
2020-03-03
Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu
Yuki Okushi
-7
/
+7
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-7
/
+7
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-19
Tweak binding lifetime suggestion text
Esteban Küber
-22
/
+22
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-1
/
+0
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-05
review comments: wording
Esteban Küber
-2
/
+2
2020-02-05
Account for `fn()` types in lifetime suggestions
Esteban Küber
-2
/
+2
2020-02-05
review comments
Esteban Küber
-8
/
+8
2020-02-05
Suggest `'r` instead of `'lifetime`
Esteban Küber
-4
/
+4
2020-02-05
Account for HKTB when suggesting introduction of named lifetime
Esteban Küber
-0
/
+20
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-2
/
+2
2020-02-02
Point at arguments or output when fn obligations come from them, or ident whe...
Esteban Küber
-29
/
+12
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-2
/
+2
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-1
/
+1
2020-01-24
Update new tests
varkor
-2
/
+2
2020-01-19
review comments
Esteban Küber
-2
/
+2
2020-01-19
When encountering an expected named lifetime and none are present, suggest ad...
Esteban Küber
-2
/
+14
2020-01-19
When encountering an undefined named lifetime, point to where it can be
Esteban Küber
-4
/
+62
2020-01-09
Update tests
Vadim Petrochenkov
-2
/
+92
2020-01-05
Add backticks to various diagnostics
varkor
-2
/
+2
2019-12-30
Add error code explanation for E0477
Donough Liu
-0
/
+2
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-51
/
+127
2019-11-27
Simplify `mem_categorization`
Matthew Jasper
-1
/
+1
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-6
/
+18
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-46
/
+46
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+128
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-6
/
+6
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-40
/
+40
[next]