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_symbol_mangling
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-12-19
clippy::complexity fixes
Matthias Krüger
-14
/
+8
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+2
2022-12-13
Combine identical alias arms
Michael Goulet
-10
/
+6
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-13
/
+9
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-4
/
+4
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-4
/
+4
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-2
/
+2
2022-12-10
Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3
Matthias Krüger
-0
/
+24
2022-12-08
Add LLVM KCFI support to the Rust compiler
Ramon de C Valle
-0
/
+24
2022-11-26
Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+1
2022-11-23
Add `Mutability::{is_mut,is_not}`
Maybe Waffle
-1
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-4
/
+4
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-7
/
+7
2022-11-07
Add an optional Span to BrAnon and use it to print better error for HRTB erro...
Jack Huey
-2
/
+2
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-2
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-10-23
Migrate all diagnostics
Nilstrieb
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-16
Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio...
Michael Howell
-32
/
+34
2022-09-13
Address code review comments
Eric Holk
-4
/
+11
2022-09-13
UPDATE - merge and avoid translations for symbol mangling test output
Jhonny Bill Mena
-32
/
+34
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-2
/
+2
2022-09-08
Remove ReEmpty
Jack Huey
-2
/
+1
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-11
/
+7
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-4
/
+3
2022-08-30
UPDATE - to support diag introduced in PR #100765
Jhonny Bill Mena
-4
/
+4
2022-08-30
ADD - diagnostics lints to symbol_mangling module
Jhonny Bill Mena
-0
/
+2
2022-08-30
ADD - migrate InvalidDefPath to new diagnostics infra
Jhonny Bill Mena
-3
/
+13
2022-08-30
UPDATE - accept String instead of unused 'str
Jhonny Bill Mena
-9
/
+9
2022-08-30
ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors
Jhonny Bill Mena
-3
/
+25
2022-08-30
ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...
Jhonny Bill Mena
-1
/
+18
2022-08-26
Change `FnAbi::fixed_count` to a `u32`.
Nicholas Nethercote
-1
/
+1
2022-07-24
Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa
bors
-43
/
+949
2022-07-23
Add fine-grained LLVM CFI support to the Rust compiler
Ramon de C Valle
-43
/
+949
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-3
/
+3
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-36
/
+37
2022-07-06
Update TypeVisitor paths
Alan Egerton
-2
/
+2
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+2
2022-06-14
Auto merge of #96285 - flip1995:pk-vfe, r=nagisa
bors
-0
/
+25
2022-06-14
rebase
b-naber
-1
/
+1
2022-06-14
address review
b-naber
-3
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-43
/
+52
2022-06-14
Add typeid_for_trait_ref function
flip1995
-0
/
+25
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-5
/
+5
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
[prev]
[next]