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
/
check
/
intrinsicck.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-3
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-0
/
+2
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-9
/
+9
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-2
/
+2
2024-01-10
Shorten some error invocations.
Nicholas Nethercote
-3
/
+3
2024-01-08
Use chaining for `DiagnosticBuilder` construction and `emit`.
Nicholas Nethercote
-32
/
+42
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-10
/
+10
2023-12-15
Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin
Jubilee
-1
/
+0
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+0
2023-12-15
Annotate some bugs
Michael Goulet
-5
/
+12
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-6
/
+6
2023-08-23
Allow MaybeUninit in input and output of inline assembly
Taiki Endo
-19
/
+34
2023-08-14
fixed *const [type error] does not implement the Copy trait
nxya
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-6
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-15
/
+15
2023-04-23
allow array-style simd in inline asm
Ezra Shaw
-13
/
+25
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2023-03-01
Use FxIndexSet instead of FxHashSet for asm_target_features query.
Michael Woerister
-3
/
+3
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
fix new usage of type_of
Kyle Matsuda
-1
/
+1
2023-02-14
Even less HIR.
Camille GILLOT
-2
/
+2
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-4
/
+3
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-4
/
+4
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-2
/
+2
2022-10-20
rustc_hir_typeck: fix paths and partially mv files
lcnr
-106
/
+0
2022-10-07
Allow transmutes between the same types after erasing lifetimes
Oli Scherer
-5
/
+15
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-1
/
+1
2022-10-03
`HirId` for `deferred_transmute_checks`
lcnr
-8
/
+11
2022-10-01
Refactor rustc lint API
Maybe Waffle
-6
/
+5
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+531