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-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
2022-01-23
Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakis
bors
-0
/
+105
2022-01-21
Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrum
bors
-5
/
+5
2022-01-21
Add regression test for #93161
Eric Holk
-0
/
+93
2022-01-21
Disable drop range tracking in generators
Eric Holk
-0
/
+12
2022-01-21
Override rustc version in ui and mir-opt tests to get stable hashes
The 8472
-5
/
+5
2022-01-18
Respond to code review comments
Eric Holk
-4
/
+69
2022-01-18
Safely handle partial drops
Eric Holk
-2
/
+27
2022-01-18
Handle reinits in match guards
Eric Holk
-0
/
+25
2022-01-18
Address code review comments
Eric Holk
-0
/
+21
2022-01-18
Handle more cases with conditionally initialized/dropped values
Eric Holk
-2
/
+42
2022-01-18
Basic loop support
Eric Holk
-1
/
+1
2022-01-18
Support reinitialization of variables
Eric Holk
-22
/
+81
2022-01-18
Support conditional drops
Eric Holk
-0
/
+22
2022-01-18
Track drops across multiple yields
Eric Holk
-0
/
+40
2022-01-18
Track drop points in generator_interior
Eric Holk
-0
/
+2
2022-01-18
Add test case for #57478
Eric Holk
-0
/
+14
2021-12-13
Include rustc version in `rustc_span::StableCrateId`
pierwill
-5
/
+5
2021-12-11
Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis
Matthias Krüger
-1
/
+1
2021-12-10
fix tests after rebase
Esteban Kuber
-1
/
+1
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+5
2021-12-02
Fix ICE when yielding in fn returning impl Trait
Michael Goulet
-0
/
+16
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-0
/
+2
2021-11-23
Update test outputs
Michael Goulet
-4
/
+4
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-5
/
+0
[next]