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_passes
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-92
/
+163
2022-10-23
Migrate all diagnostics
Nilstrieb
-207
/
+206
2022-10-19
Allow #[unstable] impl for fn() -> UnstableType.
Mara Bos
-7
/
+19
2022-10-19
Allow #[unstable] impls for fn() with unstable abi.
Mara Bos
-3
/
+8
2022-10-15
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
Dylan DPC
-0
/
+27
2022-10-14
Add missing checks for `doc(cfg_hide(...))` attribute
Guillaume Gomez
-0
/
+27
2022-10-14
more dupe word typos
Rageking8
-14
/
+14
2022-10-12
Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco
Dylan DPC
-669
/
+1211
2022-10-10
make up your mind, rustfmt
Nathan Stocks
-5
/
+1
2022-10-10
remove out-of-date fixme
Nathan Stocks
-2
/
+5
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-4
/
+4
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-22
/
+67
2022-10-07
avoid string dispatch in fluent
Nathan Stocks
-12
/
+26
2022-10-07
Remove code that was removed in master, and the corresponding diagnostic
Nathan Stocks
-30
/
+1
2022-10-07
First batch of review feedback changes from #102110
Nathan Stocks
-18
/
+11
2022-10-07
migrate stability.rs to translateable diagnostics
Nathan Stocks
-84
/
+159
2022-10-07
migrate the rest of check_attr.rs to translateable diagnostics
Nathan Stocks
-62
/
+74
2022-10-07
migrate dead.rs to translateable diagnostics
Nathan Stocks
-12
/
+13
2022-10-07
migrate lang_items.rs to translateable diagnostics
Nathan Stocks
-91
/
+153
2022-10-07
migrate entry.rs to translateable diagnostics
Nathan Stocks
-92
/
+185
2022-10-07
migrate naked_functions.rs to translateable diagnostics
Nathan Stocks
-59
/
+101
2022-10-07
migrate loops.rs to translateable diagnostics
Nathan Stocks
-118
/
+164
2022-10-07
migrate check_const.rs to translateable diagnostics
Nathan Stocks
-4
/
+47
2022-10-07
migrate lib_features.rs to translateable diagnostics
Nathan Stocks
-20
/
+34
2022-10-07
migrate layout_test.rs to translateable diagnostics
Nathan Stocks
-33
/
+94
2022-10-07
migrate diagnostic_items.rs to translateable diagnostics
Nathan Stocks
-18
/
+38
2022-10-07
use cherry-picked commit from #100754 to emit note without error
Nathan Stocks
-3
/
+8
2022-10-07
migrate debugger_visualizer.rs to translateable diagnostics
Nathan Stocks
-7
/
+8
2022-10-07
migrate the rest of weak_lang_items.rs to translateable diagnostics
Nathan Stocks
-17
/
+12
2022-10-07
resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...
Diego de Oliveira
-0
/
+7
2022-10-07
use consistent names
Nathan Stocks
-6
/
+6
2022-10-07
Migrate InvalidAttrAtCrateLevel
rdvdev2
-27
/
+40
2022-10-07
Migrate derivable diagnostics in check_attr.rs
rdvdev2
-8
/
+17
2022-10-07
Migrate derivable diagnostics in lang_items.rs
rdvdev2
-22
/
+29
2022-10-07
Migrate weak_lang_items.rs
rdvdev2
-10
/
+22
2022-10-07
Add lint for diagnostic migration
rdvdev2
-0
/
+2
2022-10-04
Merge the `~const` and `impl const` checks and add some explanatory notes
Oli Scherer
-26
/
+0
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-109
/
+104
2022-10-01
Refactor rustc lint API
Maybe Waffle
-109
/
+104
2022-09-30
Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholk
Matthias Krüger
-1
/
+1
2022-09-30
Use let chains instead of let else
fee1-dead
-1
/
+1
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-8
/
+2
2022-09-27
Fix ICE in const_trait check code
Deadbeef
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-26
Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco
fee1-dead
-2
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-56
/
+62
2022-09-23
Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr
bors
-10
/
+14
2022-09-23
Rollup merge of #101815 - diegooliveira:master, r=davidtwco
Matthias Krüger
-10
/
+14
[prev]
[next]