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
2020-09-26
liveness: Delay conversion from a symbol to a string until linting
Tomasz Miąsko
-5
/
+12
2020-09-26
liveness: Remove redundant fields for a number of live nodes and variables
Tomasz Miąsko
-14
/
+8
2020-09-26
liveness: Remove redundant debug logging
Tomasz Miąsko
-2
/
+0
2020-09-25
Address review comment
marmeladema
-4
/
+4
2020-09-25
Check for missing const-stability attributes in `stability`
Dylan MacKenzie
-7
/
+31
2020-09-25
Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper
Jonas Schievink
-1
/
+4
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-22
Fix compilation & test failures
Jacob Hughes
-2
/
+8
2020-09-22
Update src/librustc_passes/stability.rs
Avi Dessauer
-2
/
+1
2020-09-22
Update src/librustc_passes/stability.rs
Avi Dessauer
-2
/
+6
2020-09-22
Add documentation
Avi Dessauer
-33
/
+84
2020-09-22
Stability annotations on generic trait parameters
Avi Dessauer
-16
/
+52
2020-09-22
dead_code: look at trait impls even if they don't contain items
Bastian Kauschke
-1
/
+4
2020-09-19
transmute: use diagnostic item
Bastian Kauschke
-1
/
+13
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+1
2020-09-12
Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...
bors
-14
/
+183
2020-09-11
Improve `ineffective_unstable_trait_impl` error message.
Mara Bos
-4
/
+4
2020-09-11
Turn unstable trait impl error into a lint, so it can be disabled.
Mara Bos
-21
/
+28
2020-09-11
Turn useless #[unstable] attributes into errors.
Mara Bos
-1
/
+1
2020-09-11
Warn for #[unstable] on trait impls when it has no effect.
Mara Bos
-2
/
+64
2020-09-05
Emit warnings on misplaced #[no_mangle]
Caleb Zulawski
-0
/
+23
2020-09-05
Allow #[cold], #[track_caller] on closures. Fix whitespace in error messages.
Caleb Zulawski
-13
/
+13
2020-09-05
Emit warnings for misplaced attributes used by some crates
Caleb Zulawski
-53
/
+100
2020-09-05
Check placement of more attributes
Caleb Zulawski
-6
/
+105
2020-09-05
Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll...
bors
-1
/
+11
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-10
/
+10
2020-09-03
Add check for doc alias on associated const in trait impls
Guillaume Gomez
-1
/
+11
2020-08-30
mv compiler to compiler/
mark
-0
/
+7554
[prev]