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
/
sig.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-8
/
+9
2019-11-14
TAIT: adjust save-analysis
Mazdak Farrokhzad
-10
/
+0
2019-11-08
ast::ItemKind::Fn: use ast::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-08
ast::MethodSig -> ast::FnSig
Mazdak Farrokhzad
-2
/
+2
2019-11-07
parser: don't hardcode ABIs into grammar
Mazdak Farrokhzad
-16
/
+10
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-1
/
+1
2019-08-14
Merge Variant and Variant_
Caio
-2
/
+2
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-02
Address review comments
varkor
-11
/
+9
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+3
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-04
Remove `Res::Label`
Vadim Petrochenkov
-1
/
+1
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-10
/
+10
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-2
/
+4
2019-04-23
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Mazdak Farrokhzad
-1
/
+1
2019-04-21
Add `AsyncArgument` to AST.
David Wood
-1
/
+1
2019-04-21
AST/HIR: Use `Mutability` instead of bool in foreign statics
Vadim Petrochenkov
-1
/
+1
2019-03-24
Separate variant id and variant constructor id.
David Wood
-3
/
+4
2019-03-17
Do not complain about non-existing fields after parse recovery
Esteban Küber
-7
/
+11
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-0
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+1
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-2
/
+2
2019-02-09
Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril
Mazdak Farrokhzad
-24
/
+27
2019-02-07
Fix const generic parameter save analysis
varkor
-6
/
+12
2019-02-07
Add pretty-printing for const generics
varkor
-0
/
+5
2019-02-07
librustc_save_analysis => 2018
Taiki Endo
-24
/
+27
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-03
A few cleanups and minor improvements to save_analysis
ljedrz
-2
/
+2
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+12
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-21
async await desugaring and tests
Taylor Cramer
-2
/
+2
2018-06-21
Parse async fn header.
Without Boats
-9
/
+15
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-3
/
+3
2018-06-20
Lift bounds into GenericParam
varkor
-13
/
+13
2018-06-20
Rename structures in ast
varkor
-3
/
+3
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-32
/
+21
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-3
/
+3
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-1
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-3
/
+3
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-1
/
+1
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-1
/
+1
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-11
/
+0
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-39
/
+47
2017-12-14
stub out trait aliases in save_analysis
Alex Burka
-0
/
+19
2017-11-08
save-analysis: run rustfmt
Nick Cameron
-173
/
+152
2017-11-03
add `auto` keyword, parse `auto trait`, lower to HIR
leonardo.yvens
-1
/
+6
[next]