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_resolve
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-0
/
+8
2021-09-01
Compute all_traits_impls during resolution.
Camille GILLOT
-1
/
+5
2021-09-01
Compute item_generics_num_lifetimes during resolution.
Camille GILLOT
-2
/
+9
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-4
/
+2
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-6
/
+2
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-12
/
+5
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-4
/
+4
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Stop tracking namespce in used_imports.
Mara Bos
-6
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-3
/
+3
2021-08-21
Remove `NonMacroAttr.mark_used`
Aaron Hill
-9
/
+3
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+2
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-21
/
+25
2021-07-14
Change type param -> generic param
Ellen
-2
/
+2
2021-07-13
Cache expansion hash.
Camille GILLOT
-2
/
+42
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-5
/
+3
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-1
/
+1
2021-06-24
Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726
bors
-8
/
+8
2021-06-15
Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se
Yuki Okushi
-1
/
+0
2021-06-08
Store boxed metadata loader in CrateLoader
bjorn3
-1
/
+1
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-1
/
+1
2021-06-03
Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p...
Yuki Okushi
-2
/
+2
2021-06-01
Make trait_map an Option.
Camille GILLOT
-12
/
+3
2021-06-01
Rename take_trait_map.
Camille GILLOT
-1
/
+1
2021-06-01
Check that trait_map is not moved twice.
Camille GILLOT
-0
/
+9
2021-06-01
Only compute the trait_map once.
Camille GILLOT
-2
/
+2
2021-06-01
Add test for forward declared const param defaults
Ellen
-2
/
+2
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-11
/
+2
2021-05-30
Rename take_trait_map.
Camille GILLOT
-1
/
+1
2021-05-30
Check that trait_map is not moved twice.
Camille GILLOT
-0
/
+9
2021-05-30
Only compute the trait_map once.
Camille GILLOT
-2
/
+2
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+1
2021-05-26
Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkov
Dylan DPC
-1
/
+8
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-23
Stabilize ops::ControlFlow (just the type)
Scott McMurray
-1
/
+0
2021-05-19
Disallow shadowing const parameters
Fabian Wolff
-1
/
+8
2021-05-18
Fix use placement for suggestions near main.
Eric Huss
-8
/
+8
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+5
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+34
2021-04-21
fix name resolution for param defaults
lcnr
-50
/
+8
2021-04-12
Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor
Dylan DPC
-2
/
+63
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-07
Added additional comments and minor edits
K
-43
/
+61
2021-04-05
Use more appropriate return type for `resolve_associated_item`
Joshua Nelson
-0
/
+1
2021-04-04
resolve: Stable order for derive helper attributes
Vadim Petrochenkov
-1
/
+1
2021-04-04
resolve/expand: Cache intermediate results of `#[derive]` expansion
Vadim Petrochenkov
-4
/
+11
2021-04-01
Fixed diagnostic and added test for issue 81508
Kevin Jiang
-13
/
+56
2021-03-27
Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011
bors
-131
/
+63
2021-03-27
resolve: Partially unify early and late scope-relative ident resolution
Vadim Petrochenkov
-131
/
+63
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
[next]