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_save_analysis
Age
Commit message (
Expand
)
Author
Lines
2019-10-29
save-analysis: Account for async desugaring in async fn return types
Igor Matuszewski
-4
/
+23
2019-10-17
save-analysis: Nest tables when processing impl items
Igor Matuszewski
-9
/
+12
2019-10-13
Nest typeck tables when processing struct member types
Igor Matuszewski
-5
/
+7
2019-10-13
Use empty typeck tables when nesting on items without those
Igor Matuszewski
-8
/
+14
2019-10-05
Rollup merge of #64708 - SimonSapin:option-deref, r=Centril
Tyler Mandry
-1
/
+0
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-3
/
+3
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-7
/
+7
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-5
/
+5
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-6
/
+6
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-6
/
+6
2019-09-25
Rename `sty` to `kind`
varkor
-3
/
+3
2019-09-23
Stabilize Option::deref and Option::deref_mut
Simon Sapin
-1
/
+0
2019-09-23
Remove unused dependencies
Shotaro Yamada
-1
/
+0
2019-09-15
save-analysis: Process bounds in impl trait only in argument position
Igor Matuszewski
-1
/
+18
2019-09-15
save-analysis: Deduplicate lookup_{d,r}ef_id functions
Igor Matuszewski
-11
/
+8
2019-09-13
save-analysis: Visit bounds in opaque types
Igor Matuszewski
-2
/
+3
2019-09-13
save-analysis: Use process_bounds when processing opaque impl item type
Igor Matuszewski
-5
/
+1
2019-09-13
save-analysis: Nest typeck tables when processing functions/methods
Igor Matuszewski
-42
/
+38
2019-09-05
or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.
Mazdak Farrokhzad
-83
/
+15
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-3
/
+3
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-1
/
+1
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-2
/
+2
2019-08-14
Merge Variant and Variant_
Caio
-15
/
+15
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-2
/
+2
2019-08-02
Address review comments
varkor
-11
/
+9
2019-08-02
Replace "existential" by "opaque"
varkor
-7
/
+7
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-1
/
+1
2019-07-29
Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=Xanewok
Mazdak Farrokhzad
-72
/
+41
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-27
Simplify SaveHandler trait
Mark Rousskov
-38
/
+26
2019-07-27
Store dumper directly in Visitor
Mark Rousskov
-25
/
+19
2019-07-27
Remove unused scope tracking
Mark Rousskov
-19
/
+6
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-1
/
+1
2019-07-25
Rename JsonDumper to Dumper
Mark Rousskov
-15
/
+15
2019-07-25
Simplify save-analysis JSON dumper interface
Mark Rousskov
-72
/
+29
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-4
/
+4
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-1
/
+2
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-3
/
+2
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-3
/
+2
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-07-06
Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-24
/
+24
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-04
rename hir::map::opt_local_def_id*
ljedrz
-3
/
+3
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-21
/
+21
2019-07-04
remove peek_span_src_raw from StringReader
Aleksey Kladov
-1
/
+1
[next]