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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_symbol_mangling
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-01-27
Auto merge of #118636 - h1467792822:dev, r=michaelwoerister
bors
-43
/
+108
2024-01-26
MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...
h1467792822
-43
/
+108
2024-01-25
Remove unused features
clubby789
-2
/
+0
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-3
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2023-12-30
Update to bitflags 2 in the compiler
Nilstrieb
-0
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-4
/
+4
2023-12-26
Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank
bors
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-6
/
+6
2023-12-19
rename to verbose-internals
jyn
-2
/
+2
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
[next]