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_trans
/
save
/
dump_csv.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-28
Rename ExplicitSelfCategory's variants and stop re-exporting them.
Ms2ger
-1
/
+1
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-2
/
+1
2015-12-17
Auto merge of #30325 - jseyfried:fixes_30078, r=nrc
bors
-2
/
+1
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+1
2015-12-16
rustc: Remove def::DefUse
Vadim Petrochenkov
-1
/
+0
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-1
/
+2
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-2
/
+1
2015-11-16
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
Oliver Schneider
-4
/
+4
2015-11-04
save-analysis: emit the crate root
Nick Cameron
-1
/
+10
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-1
/
+1
2015-10-24
Remove bare semicolons
Florian Hahn
-1
/
+1
2015-10-21
save-analysis: don't recompute crate name
Nick Cameron
-2
/
+2
2015-10-15
Auto merge of #29040 - nrc:save-defid, r=@nikomatsakis
bors
-2
/
+3
2015-10-15
save-analysis: normalise node ids before emitting.
Nick Cameron
-2
/
+3
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-4
/
+4
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-2
/
+2
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-5
/
+5
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-2
/
+2
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-7
/
+2
2015-10-13
Unify structures and enum variants in AST
Vadim Petrochenkov
-34
/
+14
2015-10-09
Cache ids between lowering runs
Nick Cameron
-1
/
+1
2015-10-09
Make save-analysis work for `if let` etc.
Nick Cameron
-1
/
+9
2015-10-09
For loops in save-analysis
Nick Cameron
-21
/
+37
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-1
/
+1
2015-10-09
Add a lowering context
Nick Cameron
-4
/
+5
2015-10-06
rustfmt librustc_trans/save
Nick Cameron
-111
/
+68
2015-10-01
Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use
Niko Matsakis
-3
/
+3
2015-10-01
Make calling def_id on a DefSelfTy an error; the previous defids that
Niko Matsakis
-1
/
+2
2015-10-01
Remove DefRegion, which is not used
Niko Matsakis
-1
/
+0
2015-09-28
Fill in some missing parts in the default AST visitor
Vadim Petrochenkov
-5
/
+5
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-3
/
+3
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-4
/
+4
2015-09-18
Fix crash with --save-analysis
Nick Cameron
-1
/
+1
2015-09-05
fixup
Nick Cameron
-1
/
+2
2015-09-05
rustfmt librustc_trans/save
Nick Cameron
-59
/
+46
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-3
/
+7
2015-08-24
fallout from moving def-id
Niko Matsakis
-1
/
+2
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-1
/
+1
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-49
/
+31
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-2
/
+2
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-1
/
+1
2015-07-28
Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb
bors
-10
/
+8
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-10
/
+8
2015-07-25
save-analysis: return an Option from get_path_data
Nick Cameron
-0
/
+9
2015-07-21
Work around unary negation to-be-feature-gated warning by
Felix S. Klock II
-2
/
+2
2015-07-14
save-analysis: tweak constructors
Nick Cameron
-6
/
+2
2015-07-09
save-analysis: API-ify methods
Nick Cameron
-90
/
+26
2015-07-09
save-analysis: factor out helper method
Nick Cameron
-1
/
+2
2015-07-09
save-analysis: API-ify paths
Nick Cameron
-82
/
+45
2015-07-09
save-analysis: api-ify method calls
Nick Cameron
-12
/
+8
[next]