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
/
rustc_middle
/
src
/
mir
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-6
/
+6
2023-03-17
Remove VecMap
Michael Goulet
-2
/
+2
2023-03-08
Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk
bors
-2
/
+2
2023-03-04
tweak ClosureOutlivesSubjectTy
Ali MJ Al-Nasrawy
-7
/
+10
2023-03-03
promote subject even if it has unnamed regions
Ali MJ Al-Nasrawy
-12
/
+45
2023-03-01
Remove last instances of HashSet in query result types.
Michael Woerister
-2
/
+2
2023-02-14
Use derive attributes for uninteresting traversals
Alan Egerton
-0
/
+2
2023-01-27
Restrict amount of ignored locals.
Camille GILLOT
-2
/
+2
2023-01-27
Remember where a type was kept in MIR.
Camille GILLOT
-1
/
+10
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Use `#[derive]` instead of custom syntax in all `newtype_index`
Nilstrieb
-1
/
+1
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-10
/
+6
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-6
/
+10
2022-09-19
`DestructuredConst` split mir and ty
lcnr
-8
/
+1
2022-09-16
Make QueryOutlivesConstraint contain a ConstraintCategory
Jack Huey
-2
/
+2
2022-09-16
Revert "Better errors for implied static bound"
Jack Huey
-2
/
+2
2022-09-13
Better errors for implied static bound
Jack Huey
-2
/
+2
2022-08-02
remove some unused code and types
Ralf Jung
-20
/
+2
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-19
Use LocalDefId in OpaqueTypeKey
Michael Goulet
-1
/
+1
2022-07-13
assigning to a union field can never drop now
Ralf Jung
-6
/
+0
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-2
/
+2
2022-05-26
rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint...
b-naber
-2
/
+8
2022-05-25
add def_id and substs to ConstraintCategory::CallArgument
b-naber
-7
/
+4
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-2
/
+9
2022-04-26
Revert "add `DefId` to unsafety violations and display function path in E0133"
Oli Scherer
-49
/
+19
2022-04-24
only show a simple description in E0133 span label
Emil Gardström
-11
/
+32
2022-04-24
add `DefId` to unsafety violations and display function path in E0133
Emil Gardström
-19
/
+28
2022-04-07
Report opaque type mismatches directly during borrowck of the function instea...
Oli Scherer
-2
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-28
Have the spans of TAIT type conflict errors point to the actual site instead ...
Oli Scherer
-2
/
+2
2022-03-15
fix typos
Dylan DPC
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-6
/
+37
2022-02-16
Use a `Field` in `ConstraintCategory::ClosureUpvar`
pierwill
-2
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-11
add tainted_by_errors to mir::Body
Michael Goulet
-1
/
+1
2022-02-11
rework borrowck errors so that it's harder to not set tainted
Michael Goulet
-1
/
+1
2022-02-11
implement tainted_by_errors in mir borrowck
Michael Goulet
-0
/
+1
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-1
/
+1
2021-10-18
Do not promote values with const drop that need to be dropped
Tomasz Miąsko
-0
/
+1
2021-10-18
Rename `needs_drop` to `needs_non_const_drop`
Tomasz Miąsko
-1
/
+1
2021-09-27
Remove `DefId` from `ConstraintCategory::Predicate`
Aaron Hill
-1
/
+4
2021-09-27
Improve cause information for NLL higher-ranked errors
Aaron Hill
-0
/
+5
2021-09-16
Add `ConstraintCategory::Usage` for handling aggregate construction
Aaron Hill
-5
/
+3
2021-09-09
nits
Ellen
-13
/
+0
2021-09-09
rename mir -> thir around abstract consts
Ellen
-4
/
+5
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-2
/
+2
[next]