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
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-4
/
+4
2015-04-14
Expose visibility for fns in syntax::visit
Nick Cameron
-2
/
+2
2015-04-07
Work with assoc types in a super trait.
Nick Cameron
-6
/
+6
2015-04-03
Check uses of `Self` in impls in the compiler rather than during expansion
Nick Cameron
-83
/
+94
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-13
/
+13
2015-04-01
Fallout out rustc
Niko Matsakis
-13
/
+13
2015-04-01
Tidying up and reformatting
Nick Cameron
-53
/
+41
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-2
/
+2
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-2
/
+2
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-13
/
+10
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-6
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+8
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+2
2015-03-20
Future-proof indexing on maps: remove IndexMut
Aaron Turon
-2
/
+2
2015-03-18
Fix private module loophole in the 'private type in public item' check
Nick Cameron
-3
/
+3
2015-03-16
Reviewer changes
Nick Cameron
-1
/
+1
2015-03-16
resolve: factor out resolve imports to its own module
Nick Cameron
-1063
/
+1118
2015-03-16
Error if `pub use` references a private item.
Nick Cameron
-5
/
+31
2015-03-16
Misc tidy ups in resolve
Nick Cameron
-63
/
+56
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-19
/
+13
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-8
/
+8
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-57
/
+32
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-15
/
+20
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-11
/
+18
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-1
/
+1
2015-02-24
Fix fallout from rebasing.
Eduard Burtescu
-5
/
+5
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-17
/
+29
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-221
/
+219
2015-02-24
rustc_resolve: don't handle impl items as if they were modules.
Eduard Burtescu
-273
/
+24
2015-02-24
Use partial path resolutions in expressions for UFCS desugaring.
Eduard Burtescu
-4
/
+34
2015-02-24
rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.
Eduard Burtescu
-78
/
+56
2015-02-24
rustc: use partially resolved definitions to replace the `T::A` hack.
Eduard Burtescu
-83
/
+69
2015-02-24
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
Eduard Burtescu
-628
/
+263
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-84
/
+74
2015-02-24
rustc_resolve: use DefAssociatedTy for TyQPath.
Eduard Burtescu
-13
/
+22
2015-02-24
rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.
Eduard Burtescu
-4
/
+4
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-43
/
+31
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-8
/
+8
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-6
/
+6
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-8
/
+12
2015-02-22
Make Send/Sync go through the default implementation path
Flavio Percoco
-1
/
+1
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-9
/
+9
2015-02-22
Fix fallout from libsyntax implementation
Flavio Percoco
-2
/
+6
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-30
/
+30
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-27
/
+27
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-27
/
+27
[next]