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-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
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
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
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-6
/
+13
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-5
/
+7
2015-01-02
rollup merge of #20425: sanxiyn/opt-local-ty
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-6
/
+13
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+5
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-1
/
+3
2015-01-02
Accept `self` in place of `mod` in use items
Nick Cameron
-5
/
+7
2015-01-01
auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto
bors
-5
/
+18
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-5
/
+18
2014-12-31
rustc_resolve: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-14
/
+4
2014-12-30
Fallout from stabilization
Aaron Turon
-14
/
+4
[next]