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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-01
Rename take_trait_map.
Camille GILLOT
-2
/
+2
2021-06-01
Remove StableVec.
Camille GILLOT
-2
/
+1
2021-06-01
Only compute the trait_map once.
Camille GILLOT
-10
/
+10
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-9
/
+10
2021-05-30
Rename take_trait_map.
Camille GILLOT
-2
/
+2
2021-05-30
Remove StableVec.
Camille GILLOT
-2
/
+1
2021-05-30
Only compute the trait_map once.
Camille GILLOT
-10
/
+10
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-5
/
+5
2021-05-16
Implement Anonymous{Struct, Union} in the AST
jedel1043
-0
/
+9
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-0
/
+1
2021-05-12
Add more precise span informations to generic types
Giacomo Stevanato
-1
/
+4
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-5
/
+5
2021-05-04
Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis
bors
-8
/
+22
2021-04-29
Make current_hir_id_owner a simple tuple.
Camille GILLOT
-16
/
+10
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-45
/
+7
2021-04-08
Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco
Dylan DPC
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-08
Change how edition is determined
Ryan Levick
-1
/
+1
2021-04-08
Improve error
Ryan Levick
-3
/
+8
2021-04-08
Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R...
Ryan Levick
-7
/
+16
2021-04-06
forbid `impl Trait` in generic param defaults
SNCPlay42
-7
/
+1
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-25
Auto merge of #83424 - cjgillot:noparam, r=lcnr
bors
-12
/
+4
2021-03-23
GenericParam does not need to be a HIR owner.
Camille GILLOT
-12
/
+4
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-1
/
+0
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-1
/
+2
2021-03-17
Auto merge of #83188 - petrochenkov:field, r=lcnr
bors
-3
/
+3
2021-03-17
Rollup merge of #83124 - cjgillot:iiib, r=petrochenkov
Yuki Okushi
-63
/
+15
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-3
/
+3
2021-03-14
Remove dead code.
Camille GILLOT
-25
/
+0
2021-03-14
Do not insert impl_trait_in_bindings opaque definitions twice.
Camille GILLOT
-38
/
+15
2021-03-13
Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov
bors
-21
/
+28
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-21
/
+28
2021-03-10
Simplify lower ast block
Cameron Steffen
-20
/
+6
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-13
/
+33
2021-03-09
Alias attributes of hir::Stmt.
Camille GILLOT
-5
/
+17
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-2
/
+2
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-2
/
+2
2021-03-09
Remove hir::GenericParam::attrs.
Camille GILLOT
-4
/
+1
2021-03-09
Remove hir::Local::attrs.
Camille GILLOT
-12
/
+2
2021-03-09
Take a slice in stmt_let_pat.
Camille GILLOT
-3
/
+11
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-8
/
+23
2021-03-06
Edit ructc_ast_lowering docs
pierwill
-7
/
+9
2021-02-25
Add a cache for rustc_legacy_const_generics
Amanieu d'Antras
-1
/
+1
2021-02-25
Address review comments
Amanieu d'Antras
-11
/
+1
2021-02-24
TODO -> FIXME
Amanieu d'Antras
-1
/
+1
[next]