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
/
sig.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+17
2017-10-17
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...
Sunjay Varma
-2
/
+4
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-5
/
+5
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-07-22
Gate signatures on the config
Nick Cameron
-0
/
+21
2017-06-12
Impl and trait item sigs
Nick Cameron
-7
/
+145
2017-06-12
Implement a bunch more signature functions
Nick Cameron
-25
/
+226
2017-06-12
Small refactoring + docs
Nick Cameron
-19
/
+28
2017-06-12
Use the new signature stuff
Nick Cameron
-5
/
+22
2017-06-12
Add a sig module to save-analysis
Nick Cameron
-0
/
+560