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
Age
Commit message (
Expand
)
Author
Lines
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-5
/
+5
2015-07-28
Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb
bors
-23
/
+20
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-23
/
+20
2015-07-25
save-analysis: return an Option from get_path_data
Nick Cameron
-17
/
+22
2015-07-25
save-analysis: add references to paths to get_path_data
Nick Cameron
-0
/
+17
2015-07-21
Work around unary negation to-be-feature-gated warning by
Felix S. Klock II
-2
/
+2
2015-07-14
save-analysis: fix def_ids for method calls
Nick Cameron
-7
/
+20
2015-07-14
save-analysis: handle a few more kinds of paths
Nick Cameron
-1
/
+4
2015-07-14
save-analysis: tweak constructors
Nick Cameron
-9
/
+17
2015-07-14
save-analysis: make generated_code pub
Nick Cameron
-1
/
+1
2015-07-09
save-analysis: API-ify methods
Nick Cameron
-94
/
+116
2015-07-09
save-analysis: factor out helper method
Nick Cameron
-21
/
+22
2015-07-09
save-analysis: API-ify paths
Nick Cameron
-85
/
+146
2015-07-09
save-analysis: api-ify method calls
Nick Cameron
-12
/
+35
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-02
Auto merge of #26688 - nrc:map-parent-2, r=manishearth
bors
-8
/
+8
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-30
Alternate method
Nick Cameron
-8
/
+8
2015-06-30
Implement get_enclosing_scope and use it in save-analysis
Nick Cameron
-8
/
+8
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
-29
/
+25
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-7
/
+3
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-3
/
+3
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-10
/
+6
2015-06-19
rustc: remove ownership of tcx from trans' context.
Eduard Burtescu
-113
/
+91
2015-06-15
save-analysis: fix a couple of span bugs
Nick Cameron
-6
/
+8
2015-06-15
Rebasing and bug fixing
Nick Cameron
-39
/
+45
2015-06-15
save-analysis: use a macro for 'downcasting'
Nick Cameron
-139
/
+132
2015-06-15
save-analysis: API-ify struct lits
Nick Cameron
-33
/
+65
2015-06-15
save-analysis: merge StructRef and TypeRef
Nick Cameron
-8
/
+4
2015-06-15
save-analysis: API-ify impls
Nick Cameron
-53
/
+131
2015-06-15
save-analysis: move fields to the API
Nick Cameron
-28
/
+47
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-4
/
+4
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
-9
/
+9
2015-06-02
Change &String[..] to just &String, since it coerces to &str automatically.
Peter Elmers
-26
/
+26
2015-06-02
Move EnumData to the API.
Peter Elmers
-55
/
+72
2015-05-28
save-analysis: move another couple of things to the API
Nick Cameron
-40
/
+109
2015-05-21
Make various fixes:
Niko Matsakis
-1
/
+1
2015-05-15
comments
Nick Cameron
-6
/
+20
2015-05-14
save-analysis: fix a bracket counting bug
Nick Cameron
-14
/
+11
2015-05-14
save-analysis: start factoring out an API
Nick Cameron
-69
/
+129
[next]