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
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2022-06-24
Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726
bors
-68
/
+5
2022-06-21
Move some tests to more reasonable directories
Caio
-147
/
+0
2022-06-16
fix one more case of trailing space
klensy
-23
/
+23
2022-06-16
diagnostics: fix trailing space
klensy
-3
/
+3
2022-06-15
generalize the outlives obligation code
Niko Matsakis
-68
/
+5
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-9
/
+51
2022-06-03
Fully stabilize NLL
Jack Huey
-448
/
+99
2022-06-01
Add regression test for #71546
Yuki Okushi
-0
/
+39
2022-05-28
Add regression test for #81899
Yuki Okushi
-0
/
+30
2022-05-22
Use revisions for NLL in borrowck
Jack Huey
-26
/
+121
2022-05-08
Move some tests to more reasonable places
Caio
-0
/
+25
2022-05-06
Resolve vars in note_type_err
Jack Huey
-22
/
+0
2022-04-20
Remove mutable_borrow_reservation_conflict lint
Jack Huey
-241
/
+72
2022-04-08
suggest adding a local for vector to fix borrowck errors
Takayuki Maeda
-0
/
+78
2022-03-09
Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco
bors
-15
/
+26
2022-03-07
Update tests after feature stabilization
Eric Holk
-10
/
+8
2022-03-06
Erase regions when checking for missing Copy predicates
Michael Goulet
-0
/
+31
2022-03-03
Tweak move error
Esteban Kuber
-15
/
+26
2022-02-12
bless you
Deadbeef
-2
/
+3
2022-01-22
[borrowck] Fix help on mutating &self in async fns
Alyssa Verkade
-0
/
+26
2022-01-12
Remove ui tests for LLVM-style inline assembly
Tomasz Miąsko
-164
/
+0
2021-12-28
Added regression test for issue 92015
chordtoll
-0
/
+18
2021-12-10
Suggest using a temporary variable to fix borrowck errors
Noah Lev
-0
/
+170
2021-11-30
Remove all migrate.nll.stderr files
Lucas Kent
-47
/
+13
2021-11-28
Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot
Matthias Krüger
-0
/
+14
2021-11-25
Add test demonstrating no more ICE
Michael Goulet
-0
/
+27
2021-11-21
Simplify for loop desugar
Cameron Steffen
-3
/
+3
2021-11-20
Point at bounds when comparing impl items to trait
Esteban Kuber
-2
/
+2
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+77
2021-11-16
Rollup merge of #90936 - JohnTitor:issue-80772, r=Mark-Simulacrum
Yuki Okushi
-0
/
+21
2021-11-16
Add a regression test for #80772
Yuki Okushi
-0
/
+21
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+31
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+30
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+14
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-10-14
Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk
bors
-0
/
+60
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-4
/
+4
2021-10-07
Add check that region is live in sanitize_promoted
Noble-Mushtak
-0
/
+60
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-219
/
+178
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-274
/
+258
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-219
/
+178
2021-09-20
Use `ty::Error` for opaque types with errors in its bounds.
Oli Scherer
-15
/
+4
2021-09-15
Point to closure when emitting 'cannot move out' for captured variable
Fabian Wolff
-15
/
+61
2021-09-11
Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...
bors
-0
/
+65
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+1
2021-09-01
Stop sorting bodies by span.
Camille GILLOT
-6
/
+6
2021-08-29
rebase: fix test output
Esteban Kuber
-7
/
+10
2021-08-29
Provide structured suggestion for removal of `&mut`
Esteban Kuber
-9
/
+6
2021-08-29
Suggestion for call on immutable binding of mutable type
Esteban Küber
-12
/
+80
2021-08-28
rustc: use more correct span data in for loop desugaring
Michael Howell
-0
/
+65
[next]