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_hir_analysis
/
src
/
collect.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-10
Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3
Matthias Krüger
-1
/
+3
2022-12-09
Tweak `rustc_must_implement_one_of` diagnostic output
Esteban Küber
-11
/
+8
2022-12-08
Add LLVM KCFI support to the Rust compiler
Ramon de C Valle
-1
/
+3
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-1
/
+6
2022-12-03
Mark naked functions as never inline in codegen_fn_attrs
Tomasz Miąsko
-0
/
+1
2022-12-03
Disable coverage instrumentation for naked functions
Tomasz Miąsko
-0
/
+4
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-5
/
+7
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-2
/
+4
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-2
/
+1
2022-11-24
move some layout logic to rustc_target::abi::layout
hkalbasi
-2
/
+2
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-1
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-26
/
+10
2022-11-18
require an `ErrorGuaranteed` to taint infcx with errors
Boxy
-1
/
+1
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-26
/
+16
2022-11-13
Store a LocalDefId in hir::AnonConst.
Camille GILLOT
-3
/
+2
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-5
/
+3
2022-11-13
Store LocalDefId in hir::Closure.
Camille GILLOT
-4
/
+3
2022-11-13
Ensure codegen_fn_attrs during collection.
Camille GILLOT
-1
/
+9
2022-11-11
Visit opaque types during type collection too.
Camille GILLOT
-21
/
+20
2022-11-08
add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'
yukang
-2
/
+1
2022-11-02
Simplify astconv item def id handling
Oli Scherer
-2
/
+2
2022-11-01
Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco
Dylan DPC
-23
/
+20
2022-10-31
Use adt_def for ADT collection.
Camille GILLOT
-23
/
+20
2022-10-29
Cleanup weak lang items
Cameron Steffen
-6
/
+9
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-8
/
+8
2022-10-25
Split diagnostic details out into a separate function and fluent files
Oli Scherer
-22
/
+26
2022-10-25
Move a wf-check into the site where the value is instantiated
Oli Scherer
-3
/
+30
2022-10-20
update doc links
lcnr
-2
/
+1
2022-10-11
add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n...
Ralf Jung
-7
/
+0
2022-10-11
rename rustc_allocator_nounwind to rustc_nounwind
Ralf Jung
-1
/
+1
2022-10-10
Move lifetime resolution module to rustc_hir_analysis.
Camille GILLOT
-0
/
+2
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-5
/
+2
2022-09-29
Split collect.rs
Oli Scherer
-1178
/
+16
2022-09-28
Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser
bors
-1
/
+1
2022-09-27
Do not overwrite binders for another HirId.
Camille GILLOT
-2
/
+2
2022-09-27
attributes: Add #[rustc_safe_intrinsic] builtin
Arthur Cohen
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+3403