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_trans
/
save
/
dump_csv.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-07-04
rustc: remove MethodOrigin and use the container to distinguish inherent meth...
Eduard Burtescu
-9
/
+5
2015-07-04
rustc: remove MethodOrigin::Object and use traits::VtableObject instead.
Eduard Burtescu
-1
/
+1
2015-07-04
rustc_lint: use traits::select for methods in unconditional_recursion.
Eduard Burtescu
-2
/
+1
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-31
/
+5
2015-07-04
rustc: remove unused MethodStaticClosure variant of MethodOrigin.
Eduard Burtescu
-3
/
+2
2015-07-03
Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix
bors
-1
/
+1
2015-07-01
save-analysis: skip generated content in patterns
Nick Cameron
-2
/
+6
2015-07-01
Make the unused_mut lint smarter with respect to locals.
Ariel Ben-Yehuda
-1
/
+1
2015-06-27
Begin refactor type checking state
Jared Roesch
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-25
/
+21
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-4
/
+2
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-2
/
+2
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-6
/
+3
2015-06-19
rustc: remove ownership of tcx from trans' context.
Eduard Burtescu
-66
/
+50
2015-06-15
Rebasing and bug fixing
Nick Cameron
-29
/
+31
2015-06-15
save-analysis: use a macro for 'downcasting'
Nick Cameron
-139
/
+124
2015-06-15
save-analysis: API-ify struct lits
Nick Cameron
-32
/
+23
2015-06-15
save-analysis: merge StructRef and TypeRef
Nick Cameron
-4
/
+4
2015-06-15
save-analysis: API-ify impls
Nick Cameron
-53
/
+44
2015-06-15
save-analysis: move fields to the API
Nick Cameron
-27
/
+17
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-3
/
+3
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-3
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-4
/
+4
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-2
/
+2
2015-06-02
Change &String[..] to just &String, since it coerces to &str automatically.
Peter Elmers
-25
/
+25
2015-06-02
Move EnumData to the API.
Peter Elmers
-54
/
+49
2015-05-28
save-analysis: move another couple of things to the API
Nick Cameron
-39
/
+30
2015-05-21
Make various fixes:
Niko Matsakis
-1
/
+1
[prev]
[next]