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
/
test
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
auto merge of #21233 : huonw/rust/simd-size, r=Aatch
bors
-0
/
+140
2015-01-17
auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis
bors
-0
/
+41
2015-01-17
Feature gate SIMD in FFI, due to unknown ABIs.
Huon Wilson
-1
/
+27
2015-01-17
Add comprehensive test for no-ICE behaviour of SIMD FFI.
Huon Wilson
-0
/
+114
2015-01-16
auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis
bors
-0
/
+105
2015-01-16
auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson
bors
-9
/
+55
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-9
/
+55
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-0
/
+41
2015-01-16
auto merge of #21162 : apasel422/rust/issue-16530, r=huonw
bors
-0
/
+18
2015-01-16
Prefer implemented traits in suggestions.
Huon Wilson
-7
/
+44
2015-01-16
fix pretty test fallout
Flavio Percoco
-6
/
+2
2015-01-16
fix latest changes fallout
Flavio Percoco
-2
/
+0
2015-01-16
addressed comments
Flavio Percoco
-48
/
+39
2015-01-16
Allow negative impls just for Send and Sync
Flavio Percoco
-0
/
+20
2015-01-16
Don't use NoSend/NoSync in tests
Flavio Percoco
-41
/
+59
2015-01-16
Fix coherence for negative implementations
Flavio Percoco
-0
/
+20
2015-01-16
add a run-pass test that used to fail
Flavio Percoco
-0
/
+29
2015-01-16
Check for negative impls for `Send` and `Sync`
Flavio Percoco
-20
/
+38
2015-01-16
Negative impls are considered safe
Flavio Percoco
-0
/
+41
2015-01-16
Add test for missing default impl
Flavio Percoco
-0
/
+20
2015-01-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21197: michaelwoerister/linestablesonly-forloop
Alex Crichton
-1
/
+5
2015-01-15
rollup merge of #21170: Diggsey/issue-21058
Alex Crichton
-0
/
+30
2015-01-15
rollup merge of #21167: FlaPer87/coherence-impls
Alex Crichton
-0
/
+37
2015-01-15
rollup merge of #21161: japaric/ufcs-hash
Alex Crichton
-0
/
+21
2015-01-15
rollup merge of #21144: nagisa/asm-str-fix
Alex Crichton
-0
/
+16
2015-01-15
rollup merge of #21115: dotdash/iter_vec
Alex Crichton
-0
/
+19
2015-01-15
rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1
Alex Crichton
-15
/
+136
2015-01-15
rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-object
Alex Crichton
-0
/
+45
2015-01-15
rollup merge of #21088: aochagavia/obsolete
Alex Crichton
-58
/
+0
2015-01-15
rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels
Alex Crichton
-19
/
+19
2015-01-15
rollup merge of #21066: japaric/issue-20575
Alex Crichton
-0
/
+19
2015-01-15
rollup merge of #21052: nick29581/methods-ext
Alex Crichton
-3
/
+54
2015-01-15
rustc: implement fully qualified UFCS expressions.
Eduard Burtescu
-3
/
+65
2015-01-15
support deriving `Hash` for nullary structs
Andrew Paseltiner
-0
/
+18
2015-01-15
debuginfo: Fix ICE when compiling for-loops with lines-tables-only.
Michael Woerister
-1
/
+5
2015-01-15
Forbid impls for builtin traits on types that are not structs/enums
Flavio Percoco
-0
/
+37
2015-01-15
Allow get_tydesc intrinsic to accept unsized types
Diggory Blake
-0
/
+30
2015-01-14
use better span
Jorge Aparicio
-1
/
+1
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+21
2015-01-14
Refactor compare_impl_method to use all bounds
Jared Roesch
-17
/
+46
2015-01-14
Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ...
Niko Matsakis
-28
/
+0
2015-01-14
Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.
Niko Matsakis
-0
/
+32
2015-01-14
Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some...
Niko Matsakis
-0
/
+43
2015-01-14
Fix DeBruijn accounting. It used to be that all trait-refs were binders,
Niko Matsakis
-0
/
+74
2015-01-14
Remove old obsolete syntax tests
Adolfo OchagavĂa
-58
/
+0
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-3
/
+54
2015-01-14
Disallow a form of invalid asm! macro
Simonas Kazlauskas
-0
/
+16
2015-01-14
auto merge of #21082 : brson/rust/finally, r=alexcrichton
bors
-6
/
+11
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-6
/
+6
[next]