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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
nll
/
ty-outlives
Age
Commit message (
Expand
)
Author
Lines
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-16
/
+0
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-07-31
Point at unmet explicit lifetime obligation bound
Esteban Küber
-2
/
+12
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-2
/
+2
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-2
/
+2
2020-10-06
Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...
Jack Huey
-0
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-33
/
+33
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-12
/
+12
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-10
/
+2
2020-03-24
Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis
Mazdak Farrokhzad
-14
/
+14
2020-03-23
Remove `ReClosureBound`
Matthew Jasper
-14
/
+14
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-0
/
+33
2020-02-06
don't mention specific region numbers in the ~ERROR message
Niko Matsakis
-2
/
+2
2020-01-25
Use better bound names in `-Zverbose` mode
Esteban Küber
-15
/
+15
2020-01-23
Use check-pass mode for nll tests
Tomasz Miąsko
-5
/
+5
2020-01-12
Diagnostics should start lowercase
varkor
-66
/
+66
2019-12-06
Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper
bors
-269
/
+66
2019-11-30
rustc_mir: use nicer path printing for #[rustc_regions] NLL tests.
Eduard-Mihai Burtescu
-269
/
+66
2019-11-30
rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.
Eduard-Mihai Burtescu
-7
/
+7
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+26
2019-11-07
Rollup merge of #66087 - tmiasko:ui-mode, r=Centril
Mazdak Farrokhzad
-3
/
+3
2019-11-05
rustc: remove "GlobalMetaData" dead code from hir::map::definitions.
Eduard-Mihai Burtescu
-71
/
+71
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-3
/
+3
2019-10-27
update tests
Mark Mansi
-39
/
+13
2019-10-27
implement outlive suggestions
Mark Mansi
-0
/
+52
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-07-05
Rollup merge of #62133 - petrochenkov:norustc, r=eddyb
Mazdak Farrokhzad
-11
/
+2
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-8
/
+8
2019-06-30
Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered
Vadim Petrochenkov
-11
/
+2
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-54
/
+19
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+11
2019-05-09
cleanup: Remove `DefIndexAddressSpace`
Vadim Petrochenkov
-73
/
+73
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-04-05
Include trailing comma in multiline Debug representation
David Tolnay
-66
/
+66
2019-03-31
Suggest using anonymous lifetime in `impl Trait` return without hacks
Esteban Küber
-4
/
+4
2019-03-11
Update tests
Vadim Petrochenkov
-26
/
+26
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-2
/
+129
2019-01-17
Update tests
Mark Mansi
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-252
/
+92
2018-11-18
remove "approx env bounds" if we already know from trait
Niko Matsakis
-0
/
+37
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-11
/
+0
2018-10-06
Improve closure region bound errors
Matthew Jasper
-8
/
+8
2018-09-26
pacify the mercilous tidy.
Niko Matsakis
-3
/
+15
2018-09-26
update tests and add stderr files
Niko Matsakis
-81
/
+72
2018-09-26
make NLL handle `IfEq` bounds by using SCC normalization
Niko Matsakis
-0
/
+510
2018-09-26
use approx. bounds to decide whether to add outlives obligations
Niko Matsakis
-29
/
+14
2018-09-19
Update ui tests
Matthew Jasper
-46
/
+46
2018-09-07
print less info to stabilize tests
Niko Matsakis
-6
/
+8
2018-09-07
move `annotate` onto a method of `UniversalRegions`
Niko Matsakis
-0
/
+6
2018-09-06
Fix tests
Wesley Wiser
-42
/
+42
[next]