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-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
2014-12-30
rollup merge of #20115: gereeter/split-module-building
Alex Crichton
-1298
/
+1308
2014-12-30
Removed a bunch of unnecessary .clone()s from build_reduced_graph
Jonathan S
-99
/
+69
2014-12-30
Purged ReducedGraphParent
Jonathan S
-85
/
+41
2014-12-30
Cleanup unused imports resulting from move of reduced graph building
Jonathan S
-14
/
+11
2014-12-30
Moved ReducedGraphParent building to a new module
Jonathan S
-1267
/
+1354
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-4
/
+5
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-107
/
+103
2014-12-29
rollup merge of #20242: sanxiyn/break-from-fn
Alex Crichton
-2
/
+24
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-16
/
+3
[next]