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
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2231
/
+2533
2015-01-08
rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence
Alex Crichton
-0
/
+203
2015-01-08
Remove silly long line.
Niko Matsakis
-1
/
+0
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-2043
/
+2179
2015-01-08
rollup merge of #20751: nikomatsakis/issue-20232
Alex Crichton
-32
/
+79
2015-01-08
rollup merge of #20740: FlaPer87/remove-opt-out-copy
Alex Crichton
-90
/
+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
/
+14
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
Normalize types in impls, add test for coherence failure.
Niko Matsakis
-0
/
+59
2015-01-08
Wrap long line
Niko Matsakis
-1
/
+3
2015-01-08
Modify lifetime-infereence-give-expl-lifetime-param-3 to use a shorter
Niko Matsakis
-5
/
+5
2015-01-08
Allow shift operator to take any integral type (and add a test).
Niko Matsakis
-0
/
+95
2015-01-08
Update graphviz tests to accommodate new isize/usize types and is/us suffixes.
Felix S. Klock II
-87
/
+87
2015-01-08
Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.
Felix S. Klock II
-1
/
+1
2015-01-08
Accommodate the "int literal is too large" error message currently embedded i...
Felix S. Klock II
-3
/
+3
2015-01-08
Test fixes.
Huon Wilson
-15
/
+15
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-379
/
+379
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-325
/
+325
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1324
/
+1324
2015-01-08
Add a warning feature gate for int/uint in types and i/u suffixes.
Huon Wilson
-0
/
+35
2015-01-08
Ignore extra error from test for now
Manish Goregaokar
-1
/
+1
2015-01-08
Add new test for #20232.
Niko Matsakis
-0
/
+47
2015-01-08
Update the "English-language" to-string function of a `cmt` to use
Niko Matsakis
-32
/
+32
2015-01-08
Remove the deprecated opt_out_copy feature
Flavio Percoco
-90
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-66
/
+72
2015-01-08
Add test for -Z extra-plugins
Manish Goregaokar
-0
/
+21
2015-01-07
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20731: nick29581/assoc-inherant
Alex Crichton
-0
/
+19
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-163
/
+232
2015-01-08
Forbid associated items in inherent impls
Nick Cameron
-0
/
+19
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
/
+724
2015-01-08
fallout: part of changes to compile-fail tests. (follows same pattern as pri...
Felix S. Klock II
-0
/
+9
2015-01-07
rollup merge of #20720: nick29581/assoc-ice-missing
Alex Crichton
-0
/
+52
2015-01-08
fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...
Felix S. Klock II
-0
/
+15
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
/
+98
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
/
+605
2015-01-07
rollup merge of #20728: huonw/type-param-shadowing
Alex Crichton
-0
/
+36
2015-01-07
rollup merge of #20631: huon/no-drop-and-copy
Alex Crichton
-1
/
+31
2015-01-08
Prohibit type parameter shadowing with a clunky hammer.
Huon Wilson
-0
/
+36
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-60
/
+11
2015-01-07
Normalize types of fields in struct literals during type-checking.
Niko Matsakis
-0
/
+29
2015-01-07
Update compile-fail test with new message that is generated as a
Niko Matsakis
-0
/
+7
2015-01-07
Add rather involved run-pass test case.
Niko Matsakis
-0
/
+62
2015-01-07
rollup merge of #20726: dgrunwald/require-parens-for-chained-comparison
Alex Crichton
-1
/
+27
[next]