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
/
compiler
Age
Commit message (
Expand
)
Author
Lines
2022-10-29
Only ban duplication across parameters.
Camille GILLOT
-31
/
+67
2022-10-29
Do not consider repeated lifetime params for elision.
Camille GILLOT
-5
/
+5
2022-10-29
Add normalize hack back
Michael Goulet
-2
/
+13
2022-10-29
Comment why normalization is needed for debug assertions
Michael Goulet
-3
/
+15
2022-10-29
Add architectures to fn create_object_file
Daniil Belov
-0
/
+4
2022-10-29
Fix line numbers for MIR inlined code
Wesley Wiser
-2
/
+10
2022-10-29
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-7
/
+44
2022-10-27
Additional revert fixes
Michael Goulet
-2
/
+2
2022-10-27
Revert "Do not consider method call receiver as an argument in AST."
Michael Goulet
-40
/
+40
2022-10-20
linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO
Vadim Petrochenkov
-4
/
+9
2022-10-20
Do anonymous lifetimes remapping correctly for nested rpits
Santiago Pastorino
-16
/
+11
2022-10-20
Extract orig_opt_local_def_id as a function
Santiago Pastorino
-4
/
+12
2022-10-20
Fix `TyKind::is_simple_path`.
Nicholas Nethercote
-2
/
+5
2022-10-20
Ensure enum cast moves
Gary Guo
-2
/
+2
2022-10-20
Better binder treatment
Michael Goulet
-1
/
+1
2022-10-06
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-596
/
+469
2022-10-06
Support bindings with anon consts in generics
Michael Goulet
-2
/
+45
2022-10-06
Make type_of work correctly for const arg bindings
Michael Goulet
-3
/
+9
2022-10-06
Format type_of
Michael Goulet
-28
/
+36
2022-10-05
fix doc and dedup diverge_cleanup
Ding Xiang Fei
-23
/
+4
2022-10-05
apply suggestion
X
-1
/
+1
2022-10-05
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-10
/
+46
2022-10-04
Deny associated type bindings within associated type bindings
Michael Goulet
-3
/
+9
2022-10-04
Fix a typo in error message
Frank Steffahn
-1
/
+1
2022-10-04
Fix wrongly refactored Lift impl
Oli Scherer
-1
/
+4
2022-10-04
fix ConstProp handling of written_only_inside_own_block_locals
Ralf Jung
-20
/
+20
2022-10-04
improve infer var handling for implied bounds
lcnr
-34
/
+41
2022-10-04
Use Predicate ConstraintCategory when normalizing
Jack Huey
-15
/
+39
2022-10-04
Add back in normalize call
Jack Huey
-5
/
+10
2022-10-04
Final bits
Jack Huey
-34
/
+57
2022-10-04
Add ExtraConstraintInfo
Jack Huey
-17
/
+31
2022-10-04
Add AscribeUserTypeProvePredicate
Jack Huey
-2
/
+48
2022-10-04
Add outlives_constraint to BlameConstraint
Jack Huey
-6
/
+9
2022-10-04
Add to_constraint_category to ObligationCause and SubregionOrigin
Jack Huey
-6
/
+24
2022-10-04
Pass ConstraintCategory thorough a few more places
Jack Huey
-15
/
+44
2022-10-04
Make QueryOutlivesConstraint contain a ConstraintCategory
Jack Huey
-36
/
+64
2022-10-04
avoid duplicating StorageLive in let-else
Ding Xiang Fei
-9
/
+33
2022-09-19
replace stabilization placeholders
Pietro Albini
-10
/
+10
2022-09-17
Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726
bors
-23
/
+20
2022-09-17
Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr
Dylan DPC
-19
/
+42
2022-09-17
Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta...
Dylan DPC
-3
/
+9
2022-09-17
Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk
Dylan DPC
-1
/
+99
2022-09-17
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
Dylan DPC
-55
/
+44
2022-09-17
Auto merge of #101928 - notriddle:rollup-pexhhxe, r=notriddle
bors
-87
/
+83
2022-09-16
Rollup merge of #101878 - Rageking8:More-simple-formatting, r=lcnr
Michael Howell
-48
/
+48
2022-09-16
Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio...
Michael Howell
-39
/
+35
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-295
/
+357
2022-09-16
Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...
bors
-8
/
+44
2022-09-16
Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis
bors
-295
/
+106
2022-09-16
Revert "Better errors for implied static bound"
Jack Huey
-263
/
+98
[next]