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
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
2022-05-10
Fix addassign-yield.rs by implementing fake_read
Eric Holk
-21
/
+21
2022-05-10
Add test case for the need for fake_read callbacks
Eric Holk
-0
/
+41
2022-05-06
Resolve vars in note_type_err
Jack Huey
-1
/
+1
2022-04-28
Revert diagnostic duplication and accidental stabilization
Oli Scherer
-41
/
+5
2022-04-20
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Dylan DPC
-1
/
+2
2022-03-28
Revert to inference variable based hidden type computation for RPIT
Oli Scherer
-20
/
+52
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-14
/
+20
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-1
/
+2
2022-03-07
Move test to right place
Eric Holk
-0
/
+22
2022-03-05
Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko
Dylan DPC
-23
/
+14
2022-03-03
Cleanup feature gates.
Camille GILLOT
-1
/
+1
2022-02-28
Enable drop-tracking tests behind -Zdrop-tracking
Eric Holk
-23
/
+14
2022-02-07
Drop tracking: improve break and continue handling
Eric Holk
-0
/
+18
[next]