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
/
generator
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-5348
/
+0
2023-01-05
Tweak wording of fn call with wrong number of args
Esteban Küber
-2
/
+2
2022-12-27
Trim more paths in obligation types
Esteban Küber
-1
/
+1
2022-12-22
Use separate files instead of revisions
Michael Goulet
-24
/
+37
2022-12-21
forgot a return in drop tracking handle_uninhabited_return
Michael Goulet
-11
/
+91
2022-12-17
Suggest a `T: Send` bound for `&mut T` upvars in `Send` generators
Matthew House
-0
/
+81
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-6
/
+0
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-4
/
+4
2022-11-27
Rollup merge of #104931 - Swatinem:async-pretty, r=eholk
Matthias Krüger
-38
/
+37
2022-11-26
Pretty-print generators with their `generator_kind`
Arpad Borsos
-38
/
+37
2022-11-26
Do not record unresolved const vars in generator interior
Michael Goulet
-0
/
+92
2022-11-10
Tweak span for `#[must_use]`
Esteban Küber
-10
/
+10
2022-10-20
Update tests to match error message changes
b4den
-2
/
+2
2022-10-14
Add test
Michael Goulet
-0
/
+42
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-9
/
+9
2022-10-01
bless ui tests
Maybe Waffle
-9
/
+9
2022-09-30
create def ids for impl traits during ast lowering
Santiago Pastorino
-4
/
+4
2022-09-23
Restore ignore tag
Florian Bartels
-5
/
+0
2022-09-20
Adding needs-unwind to tests involving changing memory size of Futures/Closures
Andrew Pollack
-0
/
+1
2022-09-11
Update unit test outputs
Charles Lew
-80
/
+51
2022-09-11
fix tests after rebase
Andrew Cann
-18
/
+26
2022-09-11
test async diagnostics for feature(generator_clone)
Andrew Cann
-0
/
+242
2022-09-11
Add feature gate tests for generator_clone
Andrew Cann
-0
/
+284
2022-08-21
Targeted fixes addressing erroneous suggestions
Michael Goulet
-8
/
+0
2022-08-21
Rework point-at-arg
Michael Goulet
-46
/
+124
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-6
/
+6
2022-08-07
Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr
Matthias Krüger
-0
/
+6
2022-08-04
Resolve vars before emitting coerce error
Michael Goulet
-0
/
+6
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+1
2022-07-28
--bless tests
Maybe Waffle
-4
/
+9
2022-07-21
Add regression test for #52304
Yuki Okushi
-0
/
+11
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-1
/
+1
2022-07-10
Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ...
Joshua Nelson
-11
/
+258
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-46
/
+22
2022-07-07
Tweak wording and spans
Esteban Küber
-9
/
+9
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-14
/
+23
2022-07-07
Shorten span for closures.
Camille GILLOT
-46
/
+22
2022-06-19
Greatly improve error reporting for futures and generators in `note_obligatio...
Joshua Nelson
-19
/
+99
2022-06-11
ValuePairs::PolyTraitRefs should be called 'trait'
Michael Goulet
-2
/
+2
2022-06-07
Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis
bors
-128
/
+10
2022-06-04
Add regresion test for #87142
Yuki Okushi
-0
/
+32
2022-06-03
Fully stabilize NLL
Jack Huey
-128
/
+10
2022-05-22
Use revisions for NLL in generator
Jack Huey
-24
/
+39
2022-05-21
Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
bors
-0
/
+41
2022-05-19
Borrow guard patterns for the body of the guard
Eric Holk
-9
/
+0
2022-05-19
Revert "Count copies of locals as borrowed temporaries"
Eric Holk
-13
/
+1
2022-05-19
Count copies of locals as borrowed temporaries
Eric Holk
-1
/
+13
2022-05-19
Further reduce test case
Eric Holk
-9
/
+5
2022-05-19
Add drop tracking version of yielding-in-match-guard.rs
Eric Holk
-0
/
+25
2022-05-10
Revert spurious change
Eric Holk
-21
/
+21
[next]