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
/
test
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence
Alex Crichton
-0
/
+144
2015-01-08
Remove silly long line.
Niko Matsakis
-1
/
+0
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+56
2015-01-08
rollup merge of #20740: FlaPer87/remove-opt-out-copy
Alex Crichton
-46
/
+0
2015-01-08
Add another test using projection types in impls.
Niko Matsakis
-0
/
+44
2015-01-08
Normalize types bottom up. Fixes #20666.
Niko Matsakis
-0
/
+51
2015-01-08
Adjust tests to be clearer about the type that results from a shift expression.
Niko Matsakis
-10
/
+10
2015-01-08
Rename test to fit naming convention.
Niko Matsakis
-0
/
+0
2015-01-08
Normalize types in supertraits when checking that impls are valid during wf.
Niko Matsakis
-0
/
+50
2015-01-08
Allow shift operator to take any integral type (and add a test).
Niko Matsakis
-0
/
+56
2015-01-08
Remove the deprecated opt_out_copy feature
Flavio Percoco
-46
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-52
/
+16
2015-01-07
rollup merge of #20707: nikomatsakis/issue-20582
Alex Crichton
-0
/
+27
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-3
/
+636
2015-01-07
rollup merge of #20720: nick29581/assoc-ice-missing
Alex Crichton
-0
/
+52
2015-01-08
Remove String impls and fix for make tidy
Nick Cameron
-1
/
+1
2015-01-07
rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-0
/
+91
2015-01-07
rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projection
Alex Crichton
-0
/
+78
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-4
/
+595
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-27
/
+5
2015-01-07
Normalize types of fields in struct literals during type-checking.
Niko Matsakis
-0
/
+29
2015-01-07
Add rather involved run-pass test case.
Niko Matsakis
-0
/
+62
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-14
/
+14
2015-01-07
rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spurious
Alex Crichton
-20
/
+20
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-9
/
+16
2015-01-07
rollup merge of #20611: simnalamburt/master
Alex Crichton
-0
/
+70
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-4
/
+4
2015-01-08
alternate version of coerce-match test that avoids box syntax.
Felix S. Klock II
-0
/
+23
2015-01-08
run-pass tests: Add feature attributes to enable box pat/expr syntax in vario...
Felix S. Klock II
-0
/
+19
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-22
/
+0
2015-01-07
std: Tweak String implementations
Alex Crichton
-14
/
+14
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-08
Fix precedence for ranges.
Nick Cameron
-0
/
+52
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-9
/
+16
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-3
/
+3
2015-01-07
Add regression test for #20582. Fixes #20582.
Niko Matsakis
-0
/
+27
2015-01-07
test: Move some tests to scoped instead of spawn
Alex Crichton
-20
/
+20
2015-01-07
Merge pull request #20675 from jbcrail/fix-test-comments
bors
-3
/
+3
2015-01-06
More test fixes
Alex Crichton
-97
/
+14
2015-01-07
Let `size_of` always be multiple of `min_align_of`
Hyeon Kim
-0
/
+70
2015-01-06
Fix misspelled comments in tests.
Joseph Crail
-3
/
+3
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-37
/
+36
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-76
/
+73
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-10
/
+10
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-3
/
+9
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-0
/
+35
2015-01-06
rollup merge of #20623: jroesch/reject-non-param-bounds
Alex Crichton
-17
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-304
/
+317
[next]