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
/
src
/
librustc_save_analysis
Age
Commit message (
Expand
)
Author
Lines
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-8
/
+0
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-8
/
+9
2019-11-14
TAIT: adjust save-analysis
Mazdak Farrokhzad
-48
/
+0
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-4
/
+3
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-5
/
+5
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-3
/
+3
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-1
/
+1
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-2
/
+2
2019-11-07
syntax: use distinct FloatTy from rustc_target.
Mazdak Farrokhzad
-1
/
+0
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-16
/
+10
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-2
/
+2
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-1
/
+1
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
[next]