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
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-2
/
+2
2018-08-04
cleanup: Remove `Def::GlobalAsm`
Vadim Petrochenkov
-1
/
+0
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-0
/
+2
2018-07-30
Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper
bors
-1
/
+1
2018-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-6
/
+5
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-18
Match ergonomics
Oliver Schneider
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+53
2018-07-16
ItemKind
csmoe
-2
/
+2
2018-07-16
TyKind
csmoe
-1
/
+1
2018-07-16
ExprKind
csmoe
-2
/
+2
2018-07-14
Address comments
Vadim Petrochenkov
-3
/
+3
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
[prev]
[next]