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
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-7
/
+4
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-12
Typo
Samuel Moelius
-1
/
+1
2023-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-3
/
+0
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-0
/
+3
2023-12-07
CFI: Add char to CFI integer normalization
Ramon de C Valle
-6
/
+9
2023-12-05
rustc_symbol_mangling: Address all `rustc::potential_query_instability` lints
Martin Nordholts
-1
/
+0
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-6
/
+4
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-1
/
+1
2023-11-22
Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin
Michael Goulet
-1
/
+1
2023-11-21
Fix some unnecessary casts
Nilstrieb
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-14
Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser
bors
-32
/
+29
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-3
/
+4
2023-11-13
Remove `-Zperf-stats`.
Nicholas Nethercote
-32
/
+29
2023-10-27
Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco
Matthias Krüger
-18
/
+26
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-134
/
+135
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-9
/
+9
2023-10-17
Remove `Print::Error`
Nilstrieb
-1
/
+1
2023-10-17
Remove `Printer::Error`
Nilstrieb
-41
/
+37
2023-10-17
Remove `Print::Output`
Nilstrieb
-1
/
+1
2023-10-17
Remove "subprinter" types from `Printer`
Nilstrieb
-38
/
+26
2023-10-17
Remove `rustc_symbol_mangling/messages.ftl`.
Nicholas Nethercote
-18
/
+26
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-1
/
+1
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+1
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-6
/
+2
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-3
/
+3
2023-09-14
Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk
bors
-5
/
+4
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-5
/
+4
2023-09-13
make the set of methods between our two Const types more consistent
Ralf Jung
-1
/
+1
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-1
/
+1
2023-08-24
Fix CFI: f32 and f64 are encoded incorrectly for c
Ramon de C Valle
-4
/
+13
2023-08-11
Auto merge of #114672 - lenawanel:master, r=compiler-errors
bors
-5
/
+2
2023-08-10
fix #114275
lena
-5
/
+2
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-08-02
avoid 'miri' when refering to the shared interpreter
Ralf Jung
-1
/
+2
2023-07-27
Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors
bors
-34
/
+45
2023-07-23
more clippy::style fixes:
Matthias Krüger
-1
/
+1
2023-07-17
CFI: Fix ICE: encode_const: unexpected type [usize
Ramon de C Valle
-34
/
+45
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-83
/
+78
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-36
/
+47
2023-07-05
Deal with fallout
Boxy
-6
/
+4
2023-07-04
nit
Boxy
-0
/
+1
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-1
/
+1
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
[next]