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-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
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-12
/
+12
2015-01-18
rustc_resolve: Do not allow mods to shadow types
Alex Crichton
-16
/
+29
2015-01-18
rustc_resolve: De-indent by breaking out of match
Alex Crichton
-101
/
+101
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
std: Move the bitflags! macro to a gated crate
Alex Crichton
-0
/
+1
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-3
/
+3
2015-01-15
rustc: implement fully qualified UFCS expressions.
Eduard Burtescu
-25
/
+28
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-4
/
+5
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-80
/
+79
2015-01-07
rollup merge of #20696: reem/unsized-typeid
Alex Crichton
-2
/
+5
2015-01-08
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-2
/
+5
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-80
/
+79
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-4
/
+4
2015-01-06
Register new snapshots
Alex Crichton
-18
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-26
/
+26
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-4
/
+6
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-26
/
+26
2015-01-06
test fallout from isize/usize
Corey Richardson
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-57
/
+57
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-4
/
+6
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-4
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+15
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-0
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+15
2015-01-05
remove TyClosure
Jorge Aparicio
-9
/
+1
2015-01-05
Ungate default type parameters.
Huon Wilson
-0
/
+1
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-4
/
+3
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-4
/
+3
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-14
/
+10
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-27
/
+27
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-9
/
+9
[next]