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_resolve
/
build_reduced_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-1
/
+1
2015-04-29
Fallout
Tamir Duberstein
-15
/
+28
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-1
/
+8
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-16
Reviewer changes
Nick Cameron
-1
/
+1
2015-03-16
resolve: factor out resolve imports to its own module
Nick Cameron
-7
/
+8
2015-03-16
Misc tidy ups in resolve
Nick Cameron
-17
/
+11
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-2
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-39
/
+15
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-11
/
+15
2015-02-24
Fix fallout from rebasing.
Eduard Burtescu
-1
/
+1
2015-02-24
rustc_resolve: don't handle impl items as if they were modules.
Eduard Burtescu
-228
/
+10
2015-02-24
rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.
Eduard Burtescu
-48
/
+17
2015-02-24
rustc: use partially resolved definitions to replace the `T::A` hack.
Eduard Burtescu
-1
/
+1
2015-02-24
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
Eduard Burtescu
-36
/
+11
2015-02-24
rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.
Eduard Burtescu
-4
/
+4
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-2
/
+2
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-2
/
+2
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-3
/
+4
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-4
/
+4
2015-02-22
Fix fallout from libsyntax implementation
Flavio Percoco
-1
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-5
/
+5
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
librustc_resolve has been updated
GuillaumeGomez
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-9
/
+9
2015-01-21
rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-153
/
+131
2015-01-18
rustc_resolve: Do not allow mods to shadow types
Alex Crichton
-16
/
+25
2015-01-18
rustc_resolve: De-indent by breaking out of match
Alex Crichton
-101
/
+101
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-3
/
+3
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-5
/
+5
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+4
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-5
/
+6
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-5
/
+6
2014-12-30
Removed a bunch of unnecessary .clone()s from build_reduced_graph
Jonathan S
-99
/
+69
2014-12-30
Purged ReducedGraphParent
Jonathan S
-68
/
+41
2014-12-30
Moved ReducedGraphParent building to a new module
Jonathan S
-0
/
+1339