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
Age
Commit message (
Expand
)
Author
Lines
2015-01-04
Merge pull request #20520 from nhowell/patch-1
bors
-3
/
+3
2015-01-04
Merge pull request #20515 from tshepang/modernise-ping-pong-benchmark
bors
-9
/
+8
2015-01-04
Merge pull request #20512 from bjz/rustdoc
bors
-2
/
+6
2015-01-04
Merge pull request #20510 from tshepang/patch-6
bors
-1
/
+1
2015-01-04
Merge pull request #20505 from estsauver/doc_20504
bors
-1
/
+1
2015-01-04
Merge pull request #20500 from globin/fix/range-sugar
bors
-7
/
+7
2015-01-04
Merge pull request #20495 from brson/cargo
bors
-4
/
+5
2015-01-04
Merge pull request #20487 from trapp/doc-namespace-typo
bors
-1
/
+1
2015-01-04
Merge pull request #20485 from ipetkov/man-fix
bors
-1
/
+1
2015-01-04
Merge pull request #20464 from ranma42/improve-make-hash
bors
-8
/
+6
2015-01-04
Merge pull request #20457 from frewsxcv/rm-reexports
bors
-14
/
+14
2015-01-04
Merge pull request #20452 from brson/rustup
bors
-34
/
+104
2015-01-04
Merge pull request #20442 from csouth3/vim-syntax
bors
-4
/
+4
2015-01-04
Merge pull request #20428 from tbu-/pr_guide_int_to_i32_2nd_take
bors
-272
/
+270
2015-01-04
Merge pull request #19963 from tshepang/patch-3
bors
-1
/
+1
2015-01-04
Merge pull request #20295 from eddyb/poly-const
bors
-272
/
+323
2015-01-04
auto merge of #20527 : nikomatsakis/rust/japaric-boxed-uc-ice-fix, r=aturon
bors
-18
/
+58
2015-01-04
Convert the TODO into a FIXME.
Niko Matsakis
-1
/
+1
2015-01-04
Fix ICE in WF checker when we encounter bound regions in object types.
Niko Matsakis
-18
/
+58
2015-01-04
rustc: allow paths in constants to refer to polymorphic items.
Eduard Burtescu
-189
/
+286
2015-01-04
auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton
bors
-135
/
+268
2015-01-04
rustc: check_const: avoid recursing into a block's tail expression twice.
Eduard Burtescu
-3
/
+0
2015-01-04
rustc: check_const: cleanup/simplify the code.
Eduard Burtescu
-66
/
+40
2015-01-04
rustc: check_const: remove ~str support in patterns.
Eduard Burtescu
-23
/
+6
2015-01-04
doc: Add missing `$`s in the Installing Rust guide
Nick Howell
-3
/
+3
2015-01-04
fix range sugar
Robin Gloster
-7
/
+7
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-35
/
+12
2015-01-04
bench: remove warnings from rt-messaging-ping-pong.rs
Tshepang Lekhonkhobe
-12
/
+10
2015-01-03
Remove deprecated functionality
Alex Crichton
-7421
/
+1097
2015-01-04
Allow rustdoc to accept vector pattern arguments
Brendan Zabarauskas
-2
/
+6
2015-01-04
doc: remove incomplete sentence
Tshepang Lekhonkhobe
-1
/
+1
2015-01-03
Update guide index to point to the task page
Earl St Sauver
-1
/
+1
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-35
/
+12
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1115
/
+1115
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-10
/
+10
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-291
/
+291
2015-01-04
auto merge of #20490 : japaric/rust/assoc-types, r=aturon
bors
-826
/
+1788
2015-01-03
Update guide for Cargo installation
Brian Anderson
-4
/
+5
2015-01-03
Download from the combined installer
Brian Anderson
-1
/
+1
2015-01-03
add feature gate to some benchmarks
Jorge Aparicio
-3
/
+5
2015-01-03
Make all integers in the guide `i32`, implicitely
Tobias Bucher
-272
/
+270
2015-01-03
fix rpass/cfail tests
Jorge Aparicio
-21
/
+80
2015-01-03
serialize: fix fallout
Jorge Aparicio
-0
/
+25
2015-01-03
std: fix fallout
Jorge Aparicio
-0
/
+30
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+121
2015-01-03
core: use assoc types in `Index[Mut]`
Jorge Aparicio
-6
/
+64
2015-01-03
typeck: Index[Mut] traits now have *one* input parameter (not two)
Jorge Aparicio
-6
/
+5
2015-01-03
use assoc types in unop traits
Jorge Aparicio
-20
/
+46
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-156
/
+375
2015-01-03
Fix typo in documentation.
Timon Rapp
-1
/
+1
[next]