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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-20
Remove unused feature.
Nicholas Nethercote
-1
/
+0
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-05-16
Remove `LangItems::require`
Nilstrieb
-1
/
+0
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-0
/
+1
2022-10-29
Cleanup weak lang items
Cameron Steffen
-1
/
+0
2022-10-29
Use an array in LanguageItems
Cameron Steffen
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-23
Stabilize const `BTree{Map,Set}::new`
Nilstrieb
-1
/
+1
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-25
allow non-monomorphize modules to access hard-coded error message through new...
Nathan Stocks
-0
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-07-06
Make AST lowering a query.
Camille GILLOT
-0
/
+4
2022-06-21
Only keep a single well-formed query.
Camille GILLOT
-1
/
+0
2022-05-31
Apply track_caller to closure on `expect_non_local()`
Yuki Okushi
-0
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-0
/
+1
2022-02-19
Adopt let else in more places
est31
-0
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-0
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_hir`
Peter Jaszkowiak
-1
/
+0
2021-10-10
Directly use AttributeMap inside OwnerInfo.
Camille GILLOT
-0
/
+1
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-0
/
+1
2021-10-06
Introduce get_diagnostic_name
Cameron Steffen
-0
/
+1
2021-09-14
Use on-disk-hash-table format for DefPathHashMap in hir::definitions.
Michael Woerister
-0
/
+1
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-2
/
+0
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+2
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-18
Stabilize extended_key_value_attributes
Joshua Nelson
-1
/
+1
2021-04-18
fix feature use in rustc libs
Ralf Jung
-1
/
+0
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-11
Auto merge of #82641 - camelid:lang-item-docs, r=jyn514
bors
-0
/
+1
2021-03-07
Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix
bors
-0
/
+3
2021-02-28
Enable `extended_key_value_attributes` in `rustc_hir`
Camelid
-0
/
+1
2021-02-04
Add unit test to ensure that both parts of a DefPathHash depend on the defini...
Michael Woerister
-0
/
+3
2021-02-04
Stabilize feature(iterator_fold_self): Iterator::reduce
Mara Bos
-1
/
+0
2021-01-31
Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se
Jonas Schievink
-1
/
+0
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-0
/
+1
2020-12-29
Stabilize by-value `[T; N]` iterator `core::array::IntoIter`
Simon Sapin
-1
/
+0
2020-09-05
[WIP] give better errors for broken intra doc links
Joshua Nelson
-0
/
+1
2020-09-01
hir: replace `lazy_static` by `SyncLazy` from std
marmeladema
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+36