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_monomorphize
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-02-22
Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk
bors
-4
/
+6
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-4
/
+6
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+6
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-14
Move query out of path.
Camille GILLOT
-2
/
+2
2023-02-14
Do not fetch HIR to monomorphize impls.
Camille GILLOT
-72
/
+42
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-2
/
+2
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-4
/
+2
2023-01-31
Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors
bors
-15
/
+29
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-15
/
+29
2023-01-30
use a more descriptive name
Tshepang Mbambo
-2
/
+2
2023-01-26
add EarlyBinder::no_bound_vars
Kyle Matsuda
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+0
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-7
/
+7
2023-01-14
fix various subst_identity vs skip_binder
Kyle Matsuda
-3
/
+3
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-3
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+4
2023-01-09
Delete unused polymorphization code
Nilstrieb
-46
/
+1
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-21
/
+19
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-12
/
+11
2023-01-02
Fix `unknown_crate` when `--crate-name` isn't passed on the CLI
Joshua Nelson
-4
/
+4
2023-01-02
Add json output to `-Zdump-mono-stats`
Joshua Nelson
-16
/
+32
2022-12-25
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
bors
-1
/
+1
2022-12-25
Auto merge of #105997 - RalfJung:immediate-abort, r=eholk
bors
-1
/
+1
2022-12-25
fix more clippy::style findings
Matthias Krüger
-1
/
+1
2022-12-22
abort immediately on bad mem::zeroed/uninit
Ralf Jung
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-5
/
+2
2022-12-19
clippy::complexity fixes
Matthias Krüger
-2
/
+2
2022-12-14
wrap output in BufWriter
Rémy Rakic
-2
/
+3
2022-12-14
add `-Z dump-mono-stats`
Rémy Rakic
-1
/
+82
2022-12-11
bug! with a better error message for failing Instance::resolve
Michael Goulet
-6
/
+8
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Add helper to create the trait ref for a lang item
Oli Scherer
-11
/
+11
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-4
/
+1
2022-11-18
Make "long type" printing type aware
Esteban Küber
-15
/
+8
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-2
/
+2
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-3
/
+3
2022-11-04
Fix ICE when negative impl is collected during eager mono
Gary Guo
-0
/
+4
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-31
Add more track_caller
mejrs
-0
/
+1
2022-10-29
Use tcx.require_lang_item
Cameron Steffen
-15
/
+2
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-18
/
+20
[next]