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_ast_lowering
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-07-25
Add generic arg infer
kadmin
-40
/
+47
2021-07-21
Correct fmt
surechen
-10
/
+7
2021-07-21
Simplify the collecting of `? Trait` bounds in where clause
surechen
-33
/
+20
2021-07-20
Auto merge of #87244 - jackh726:issue-71883, r=estebank
bors
-0
/
+1
2021-07-19
Better errors when we don't have implicit statics in trait objects
jackh726
-0
/
+1
2021-07-19
Improve impl trait disallowed context error text
Santiago Pastorino
-1
/
+1
2021-07-18
Remove impl_trait_in_bindings feature flag
Santiago Pastorino
-7
/
+1
2021-07-18
Remove origin field from TypeAliasesOpaqueTy
Santiago Pastorino
-10
/
+4
2021-07-18
Remove OpaqueTyOrigin::Misc, use TyAlias instead
Santiago Pastorino
-2
/
+2
2021-07-18
Remove impl trait bindings handling on const AST lowering
Santiago Pastorino
-11
/
+1
2021-07-17
Remove impl traits bindings error message handling on AST lowering
Santiago Pastorino
-6
/
+1
2021-07-17
Fix TypeAliasesOpaqueTy origin docs
Santiago Pastorino
-1
/
+1
2021-07-17
Rename OtherOpaqueTy to TypeAliasesOpaqueTy
Santiago Pastorino
-12
/
+16
2021-07-17
Remove OpaqueTyOrigin::Binding
Santiago Pastorino
-16
/
+5
2021-07-15
Remove refs from pat slices
Cameron Steffen
-26
/
+48
2021-07-13
Cache expansion hash.
Camille GILLOT
-3
/
+43
2021-07-11
Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa
bors
-0
/
+16
2021-07-10
Add clobber-only register classes for asm!
Amanieu d'Antras
-0
/
+16
2021-07-09
Update the comment on `lower_expr_try`
Scott McMurray
-7
/
+8
2021-06-30
Arena-allocate Crate during lowering.
Camille GILLOT
-4
/
+5
2021-06-15
Auto merge of #86321 - JohnTitor:rollup-q61c8q4, r=JohnTitor
bors
-1
/
+1
2021-06-15
Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se
Yuki Okushi
-1
/
+1
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-13
/
+15
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-23
Stabilize ops::ControlFlow (just the type)
Scott McMurray
-1
/
+1
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-37
/
+31
2021-05-16
Implement Anonymous{Struct, Union} in the AST
jedel1043
-1
/
+13
2021-05-13
Clarify error message when both asm! and global_asm! are unsupported
Amanieu d'Antras
-1
/
+2
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-323
/
+335
2021-05-12
Add more precise span informations to generic types
Giacomo Stevanato
-24
/
+48
2021-05-11
improve diagnosts for GATs
b-naber
-0
/
+5
2021-05-08
Make `Diagnostic::span_fatal` unconditionally raise an error
Joshua Nelson
-3
/
+1
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-37
/
+31
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
-17
/
+11
2021-04-13
Lower async fn in traits.
Camille GILLOT
-3
/
+11
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
[prev]
[next]