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
/
mir
Age
Commit message (
Expand
)
Author
Lines
2022-10-16
Don't consider `Let` exprs terminating scopes
Nathan Whitaker
-4
/
+4
2022-10-13
Add test for issue 102389
Gary Guo
-0
/
+17
2022-10-05
Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk
bors
-0
/
+24
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-28
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-0
/
+24
2022-09-26
Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa
bors
-0
/
+5
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+5
2022-09-25
Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk
fee1-dead
-12
/
+12
2022-09-24
Note the type when unable to drop values in compile time
Deadbeef
-12
/
+12
2022-09-23
Restore ignore tag
Florian Bartels
-5
/
+0
2022-09-16
Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry
Michael Howell
-0
/
+1
2022-09-16
Adding needs-unwind arg to applicable compiler ui tests
Andrew Pollack
-0
/
+1
2022-09-16
Add test for #101844
Jack Huey
-0
/
+73
2022-09-02
Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk
Matthias Krüger
-0
/
+25
2022-08-29
Revert let_chains stabilization
Nilstrieb
-1
/
+13
2022-08-29
Try normalizing types without RevealAll in ParamEnv in mir validation
Nilstrieb
-0
/
+25
2022-08-21
Add test.
Camille GILLOT
-0
/
+30
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-5
/
+6
2022-07-16
Stabilize `let_chains`
Caio
-13
/
+1
2022-07-07
Tweak wording and spans
Esteban Küber
-2
/
+2
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-3
/
+6
2022-07-06
fix projectionelem validation
DrMeepster
-2
/
+2
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-3
/
+3
2022-06-25
[rustc_parse] Forbid lets in certain places
Caio
-2
/
+9
2022-06-15
remove box derefs from codgen
DrMeepster
-8
/
+10
2022-04-16
Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov
Dylan DPC
-0
/
+10
2022-04-14
Update issue-92893.stderr
ouz-a
-0
/
+27
2022-04-13
Consider lifetimes when comparing types for equality in MIR validator
Jakob Degen
-0
/
+10
2022-04-04
diagnostics: use correct span for const generics
Michael Howell
-2
/
+2
2022-03-23
add test for treating ExprKind::ConstParam as temp
b-naber
-0
/
+42
2022-03-16
Extend the irrefutable_let_patterns lint to let chains
est31
-0
/
+1
2022-03-13
Fix definition of Box in ssa-analysis-regression-50041.rs
bjorn3
-2
/
+2
2022-01-18
Formally implement let chains
Caio
-0
/
+93
2021-12-22
Delay remaining `span_bug`s in drop elaboration
Tomasz Miąsko
-0
/
+82
2021-12-18
Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726
Matthias Krüger
-1
/
+1
2021-12-15
Move generator check earlier in inlining.
Camille GILLOT
-1
/
+1
2021-12-14
Return an error when `eval_rvalue_with_identities` fails
Tomasz Miąsko
-0
/
+12
2021-12-13
use try_normalize_erasing_regions in RevealAllVisitor
b-naber
-0
/
+21
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+4
2021-11-24
Remove `-Z force-overflow-checks`
Noah Lev
-1
/
+1
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+30
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+14
2021-10-03
Fix unsound optimization with explicit variant discriminants
Fabian Wolff
-0
/
+18
2021-09-15
Disable RemoveZsts in generators to avoid query cycles
Tomasz Miąsko
-0
/
+16
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-116
/
+0
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-07-27
Remove min_tait and full_tait stderr dangling files
Santiago Pastorino
-16
/
+0
[next]