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
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-3
/
+3
2018-07-12
Deny bare trait objects in src/librustc_save_analysis
ljedrz
-3
/
+4
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-1
/
+1
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-1
/
+3
2018-06-30
Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton
bors
-1
/
+0
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-1
/
+0
2018-06-30
Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk
bors
-1
/
+1
2018-06-30
Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj
bors
-1
/
+1
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-6
/
+7
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-2
/
+2
2018-06-21
async await desugaring and tests
Taylor Cramer
-3
/
+3
2018-06-21
Parse async fn header.
Without Boats
-9
/
+15
2018-06-20
Make GenericBound explicit
varkor
-5
/
+3
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-4
/
+4
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-2
/
+2
2018-06-20
Lift bounds into GenericParam
varkor
-17
/
+17
2018-06-20
Simply joint lifetime/type iteration
varkor
-4
/
+1
2018-06-20
Rename structures in ast
varkor
-11
/
+11
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-24
/
+18
2018-06-20
Remove AngleBracketedArgs impl
varkor
-5
/
+13
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-70
/
+65
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-7
/
+7
2018-06-20
Make method and variable names more consistent
varkor
-6
/
+6
2018-06-20
Rename "parameter" to "arg"
varkor
-7
/
+7
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-4
/
+4
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+2
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+1
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-3
/
+3
2018-05-15
save-analysis: handle aliasing imports a bit more nicely
Nick Cameron
-93
/
+9
2018-05-13
restore feature for stage0
Alex Burka
-0
/
+1
2018-05-13
stabilize :lifetime
Alex Burka
-1
/
+0
2018-05-07
save-analysis: emit correct docs for methods
Nick Cameron
-36
/
+30
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-3
/
+5
2018-04-16
Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov
bors
-1
/
+2
2018-04-15
Check generated save-analysis, instead of `bug!()`ing
Shotaro Yamada
-1
/
+2
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-11
/
+8
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-51
/
+1
2018-04-11
Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton
bors
-1
/
+0
2018-04-11
Extend `ExternCrate` to cover externs inferred from `use` or paths
Shotaro Yamada
-3
/
+3
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-07
Remove mention of CsvDumper
Tamir Duberstein
-3
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-24
/
+24
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-3
/
+3
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-7
/
+7
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+3
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-1
/
+2
[prev]
[next]