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
/
src
/
librustc_resolve
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1440
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-2
/
+2
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-13
/
+14
2020-07-26
Hygiene serialization implementation
Aaron Hill
-4
/
+4
2020-07-16
unwrap() -> expect()
Joshua Nelson
-6
/
+11
2020-07-14
Suggest struct pat on incorrect unit or tuple pat
Esteban Küber
-3
/
+3
2020-07-01
Remove `token::FlattenGroup`
Vadim Petrochenkov
-1
/
+1
2020-06-27
Rename two `Resolver` traits
Vadim Petrochenkov
-1
/
+1
2020-06-26
proc_macro: Stop flattening groups with dummy spans
Vadim Petrochenkov
-1
/
+1
2020-06-21
Move remaining `NodeId` APIs from `Definitions` to `Resolver`
marmeladema
-39
/
+28
2020-06-18
Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco
Manish Goregaokar
-0
/
+1
2020-06-17
review comments
Esteban Küber
-1
/
+1
2020-06-13
Make new type param suggestion more targetted
Esteban Küber
-0
/
+1
2020-06-11
Remove associated opaque types
Matthew Jasper
-2
/
+1
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-6
/
+5
2020-06-06
Add comments to `Resolve::get_module`
Joshua Nelson
-0
/
+6
2020-05-29
Remove remaining calls to `as_local_node_id`
marmeladema
-7
/
+13
2020-05-27
Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible
marmeladema
-6
/
+7
2020-05-22
Remove `macro_defs` map
Aaron Hill
-2
/
+2
2020-05-19
Add error recovery for `use foo::self`
mibac138
-1
/
+9
2020-05-19
Suggest fixes for `use foo::self`
mibac138
-2
/
+17
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-4
/
+3
2020-04-24
Remove `Option` from the return type of `def_kind`.
Eduard-Mihai Burtescu
-1
/
+2
2020-04-24
add a few more DefKinds
mark
-1
/
+14
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-23
/
+24
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-1
/
+1
2020-04-08
librustc_resolve: fixup nit in previous commit
marmeladema
-3
/
+3
2020-04-08
librustc_hir: return LocalDefId instead of DefId in local_def_id
marmeladema
-26
/
+41
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-4
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-24
Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov
Mazdak Farrokhzad
-1
/
+4
2020-03-23
resolve: Do not resolve visibilities on proc macro definitions twice
Vadim Petrochenkov
-1
/
+8
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-1
/
+4
2020-03-21
make some let-if-bindings more idiomatic (clippy::useless_let_if_seq)
Matthias Krüger
-5
/
+7
2020-03-16
hygiene: `modern` -> `normalize_to_macros_2_0`
Vadim Petrochenkov
-6
/
+9
2020-03-16
Other `legacy` -> `macro_rules`
Vadim Petrochenkov
-5
/
+5
2020-03-16
resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)`
Vadim Petrochenkov
-17
/
+17
2020-03-16
ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`
Vadim Petrochenkov
-3
/
+3
2020-03-15
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
Mazdak Farrokhzad
-12
/
+12
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-12
/
+12
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-3
/
+3
2020-03-07
resolve: `directive` -> `import`
Vadim Petrochenkov
-30
/
+21
2020-03-07
resolve: `ImportDirective` -> `Import`
Vadim Petrochenkov
-21
/
+17
2020-03-03
DefKind::Method -> DefKind::AssocFn
Mark Mansi
-3
/
+3
2020-03-01
ast: Unmerge structures for associated items and foreign items
Vadim Petrochenkov
-3
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-5
/
+5
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-2
/
+2
2020-02-22
parse: allow `type Foo: Ord` syntactically.
Mazdak Farrokhzad
-2
/
+2
[next]