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
/
user-annotations
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3533
/
+0
2023-01-07
don't eagerly normalize SelfCtor type
Ali MJ Al-Nasrawy
-0
/
+120
2023-01-07
more tests
Ali MJ Al-Nasrawy
-37
/
+188
2023-01-07
make ascribe_user_type a TypeOp
Ali MJ Al-Nasrawy
-0
/
+156
2023-01-07
fix method substs
Ali MJ Al-Nasrawy
-2
/
+10
2023-01-07
fix struct path
Ali MJ Al-Nasrawy
-33
/
+106
2023-01-07
don't normalize in astconv
Ali MJ Al-Nasrawy
-5
/
+251
2022-11-19
Use `type_ascribe!` in many UI tests
Nilstrieb
-11
/
+11
2022-11-13
Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum
Manish Goregaokar
-0
/
+16
2022-11-13
Add a few known-bug tests
Jack Huey
-0
/
+16
2022-11-09
Rollup merge of #103307 - b4den:master, r=estebank
Manish Goregaokar
-3
/
+3
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-8
/
+8
2022-10-20
Update tests to match error message changes
b4den
-3
/
+3
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-8
/
+8
2022-09-13
Use tcx.hir() utils for spans in MIR building.
Camille GILLOT
-16
/
+15
2022-07-07
Shorten span for closures.
Camille GILLOT
-15
/
+16
2022-06-03
Fully stabilize NLL
Jack Huey
-168
/
+43
2022-05-25
update tests
b-naber
-8
/
+8
2022-04-05
Move some tests with compare-mode=nll output to revisions
Jack Huey
-16
/
+36
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-1
/
+1
2021-12-10
Tweak wording
Esteban Kuber
-1
/
+1
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-4
/
+4
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-2
/
+7
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-40
/
+0
2021-09-16
Add `ConstraintCategory::Usage` for handling aggregate construction
Aaron Hill
-12
/
+12
2021-08-03
bless trivial polonius diagnostics changes
Rémy Rakic
-1
/
+2
2021-02-01
Update ui tests
Jesus Rubio
-0
/
+1
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-1
/
+1
2020-07-22
Detect when `'static` obligation might come from an `impl`
Esteban Küber
-21
/
+4
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-4
/
+4
2020-03-30
bless output of ui test nll/user-annotations/closure-substs.rs
Remy Rakic
-1
/
+1
2020-02-29
Use TypeRelating for instantiating query responses
Matthew Jasper
-0
/
+33
2020-01-23
Use check-pass mode for nll tests
Tomasz Miąsko
-1
/
+1
2019-12-06
bless polonius output due to lacking the 'static special-casing
Remy Rakic
-0
/
+60
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-6
/
+14
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+42
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-1
/
+1
2019-10-27
update tests
Mark Mansi
-48
/
+26
2019-10-27
implement outlive suggestions
Mark Mansi
-0
/
+64
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-5
/
+5
2019-10-07
update ui tests
Guillaume Gomez
-0
/
+2
2019-09-12
update ui tests
Guillaume Gomez
-0
/
+3
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-3
/
+3
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-06
Make sure constructors functions are type checked correctly
Matthew Jasper
-0
/
+127
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-128
/
+164
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+1
2019-03-13
test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...
Felix S. Klock II
-0
/
+99
2019-03-11
Update tests
Vadim Petrochenkov
-83
/
+83
[next]