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_resolve
Age
Commit message (
Expand
)
Author
Lines
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
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-1
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-9
/
+6
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-13
Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix
bors
-2
/
+31
2015-02-12
Fix duplicate error code
Vadim Petrochenkov
-2
/
+2
2015-02-11
rollup merge of #22127: alexcrichton/stability-holes
Alex Crichton
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-11
shift bindings to accommodate new lifetime/dtor rules.
Felix S. Klock II
-2
/
+6
2015-02-08
Fix issue #20427
we
-2
/
+31
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-25
/
+25
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-15
/
+15
2015-02-06
librustc_resolve has been updated
GuillaumeGomez
-25
/
+25
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-26
/
+25
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-1
/
+1
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-47
/
+47
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-7
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-5
/
+5
2015-01-30
remove dead code
Jorge Aparicio
-1
/
+1
[next]