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
/
generator
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-3
/
+3
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-3
/
+5
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-5
/
+3
2019-10-04
Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
bors
-3
/
+5
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-3
/
+5
2019-10-02
Calculate liveness for the same locals with and without -Zpolonius
Matthew Jasper
-20
/
+0
2019-09-27
lowering: don't .abort_if_errors()
Mazdak Farrokhzad
-1
/
+15
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-3
/
+3
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-2
/
+2
2019-09-16
Tweak unsatisfied HRTB errors
Esteban Küber
-6
/
+12
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-9
/
+9
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-16
/
+9
2019-08-27
Changing error messages and renaming tests #63127
Kevin Per
-1
/
+1
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-2
/
+2
2019-08-20
Remove async_await gates from tests.
Mazdak Farrokhzad
-2
/
+1
2019-08-14
move test that shouldn't be in test/run-pass/
Mazdak Farrokhzad
-0
/
+19
2019-08-06
Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril
Mazdak Farrokhzad
-0
/
+67
2019-08-05
Make use of possibly uninitialized data a hard error
Tyler Mandry
-0
/
+67
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+1109
2019-07-22
Bless output of test generator/ref-escapes-but-not-over-yield.rs for Polonius
lqd
-0
/
+20
2019-07-17
Test case for #62506.
Giles Cope
-0
/
+18
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-25
Use `as_temp` to evaluate statement expressions
Matthew Jasper
-0
/
+32
2019-05-24
Move async/await tests to test/ui/async-await
varkor
-30
/
+0
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-9
/
+3
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+41
2019-05-07
Auto merge of #60586 - cramertj:await, r=oli-obk
bors
-12
/
+12
2019-05-07
Implement built-in await syntax
Taylor Cramer
-12
/
+12
2019-05-07
Trust signature over return expr for generators.
David Wood
-21
/
+10
2019-05-06
Add test for current behaviour.
David Wood
-0
/
+40
2019-05-03
Update tests
Christopher Vittal
-31
/
+9
2019-04-25
Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis
bors
-0
/
+30
2019-04-25
Improved error message when type must be bound due to generator.
Giles Cope
-0
/
+30
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-172
/
+48
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-7
/
+2
2019-03-13
Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelix
Mazdak Farrokhzad
-0
/
+59
2019-03-12
ignore higher-ranked WF requirements for trait objects
Niko Matsakis
-0
/
+59
2019-03-11
Update NLL tests
Vadim Petrochenkov
-6
/
+6
2019-03-11
Update tests
Vadim Petrochenkov
-13
/
+13
2019-01-29
Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis
bors
-4
/
+4
2019-01-28
Refer to synthetically named lifetimes as "some specific lifetime" rather tha...
Rémy Rakic
-2
/
+2
2019-01-27
Temporary workaround for travis diagnostic difference
Wim Looman
-4
/
+6
2019-01-27
Mark static generators as !Unpin
Wim Looman
-0
/
+28
2019-01-27
Change generator trait to use pinning
Wim Looman
-68
/
+72
2019-01-27
Update test expectations for new placeholder error messages
Remy Rakic
-4
/
+4
2019-01-05
Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus
kennytm
-2
/
+2
2019-01-02
say "the lifetime" instead of "some lifetime" when it feels right
Niko Matsakis
-2
/
+2
2019-01-02
apply the same logic to ConcreteFailure errors
Niko Matsakis
-22
/
+7
2019-01-02
introduce placeholder-placeholder errors for trait matching
Niko Matsakis
-23
/
+6
[next]