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_hir
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-10-25
Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov
Yuki Okushi
-3
/
+3
2020-10-25
Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb
bors
-0
/
+2
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-3
/
+3
2020-10-23
add tests for self with const params
Bastian Kauschke
-1
/
+3
2020-10-22
Fix const core::panic!(non_literal_str).
Mara Bos
-0
/
+1
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-9
/
+0
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+5
2020-10-15
ensure arguments are included in count mismatch span
Andy Russell
-0
/
+28
2020-10-14
Remove unused code from rustc_hir
est31
-86
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-10-07
implement nits
Bastian Kauschke
-1
/
+1
2020-10-07
split SyntheticTyParamKind
Bastian Kauschke
-0
/
+2
2020-10-05
Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebank
Dylan DPC
-3
/
+1
2020-10-03
Replace some once(x).chain(once(y)) with [x, y] IntoIter
Scott McMurray
-3
/
+1
2020-10-03
Prevent #[doc(alias = "...")] at crate level
Guillaume Gomez
-2
/
+2
2020-09-27
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
bors
-0
/
+24
2020-09-26
Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk
Ralf Jung
-3
/
+0
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-3
/
+0
2020-09-25
Move `is_raw_guess` check in `ty::print::pretty`
marmeladema
-4
/
+1
2020-09-25
Address review comment
marmeladema
-4
/
+5
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Fix pretty-printing of `DisambiguatedDefPathData`
marmeladema
-9
/
+19
2020-09-25
Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`
marmeladema
-39
/
+26
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-20
/
+37
2020-09-23
Fix intra-doc links for primitives
Joshua Nelson
-0
/
+24
2020-09-13
review, improve note span
Bastian Kauschke
-4
/
+6
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+8
2020-09-05
[WIP] give better errors for broken intra doc links
Joshua Nelson
-0
/
+10
2020-09-04
add track_caller to `local_def_id_to_hir_id`
Bastian Kauschke
-0
/
+1
2020-09-01
hir: replace `lazy_static` by `SyncLazy` from std
marmeladema
-17
/
+14
2020-08-30
mv compiler to compiler/
mark
-0
/
+5990
[prev]