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-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
2015-01-30
remove more `ExprForLoop`s
Jorge Aparicio
-33
/
+0
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-7
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-15
/
+15
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+4
2015-01-26
librustc: remove unused DefUpvar field.
Eduard Burtescu
-8
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-215
/
+229
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+6
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
More test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-194
/
+176
2015-01-21
Deny imports after non-item statements.
Eduard Burtescu
-0
/
+20
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-3
/
+3
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-1
/
+1
2015-01-21
rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-178
/
+156
2015-01-21
Remove feature(import_shadowing).
Eduard Burtescu
-16
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-20
Add error codes to resolve
Brian Anderson
-17
/
+25
2015-01-20
Make error code registration work again. #19624
Brian Anderson
-0
/
+22
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-3
/
+3
[next]