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
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2076
/
+2220
2015-01-08
rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence
Alex Crichton
-0
/
+59
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-1955
/
+2035
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
-44
/
+0
2015-01-08
Adjust tests to be clearer about the type that results from a shift expression.
Niko Matsakis
-0
/
+4
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
/
+39
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
-44
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-45
/
+47
2015-01-07
rollup merge of #20731: nick29581/assoc-inherant
Alex Crichton
-0
/
+19
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-103
/
+167
2015-01-08
Forbid associated items in inherent impls
Nick Cameron
-0
/
+19
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+63
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 #20706: nikomatsakis/assoc-types-projections-in-structs-issue...
Alex Crichton
-0
/
+7
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
-18
/
+4
2015-01-07
Update compile-fail test with new message that is generated as a
Niko Matsakis
-0
/
+7
2015-01-07
rollup merge of #20726: dgrunwald/require-parens-for-chained-comparison
Alex Crichton
-1
/
+27
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-5
/
+5
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20696: reem/unsized-typeid
Alex Crichton
-0
/
+33
2015-01-07
rollup merge of #20688: jroesch/reject-non-param-bounds-followup
Alex Crichton
-8
/
+10
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-4
/
+4
2015-01-08
RFC 558: Require parentheses for chained comparisons
Daniel Grunwald
-1
/
+27
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-3
/
+3
2015-01-08
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-0
/
+33
2015-01-08
Test that box syntax, both in expressions and patterns, is caught by
Felix S. Klock II
-0
/
+37
2015-01-08
compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...
Felix S. Klock II
-0
/
+17
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-12
/
+0
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+22
2015-01-07
std: Tweak String implementations
Alex Crichton
-5
/
+5
2015-01-08
Require that types cannot implement both Drop and Copy.
Huon Wilson
-1
/
+31
2015-01-07
register new snapshots
Jorge Aparicio
-4
/
+2
2015-01-07
Update references to old snapshot
Aaron Turon
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-4
/
+4
[next]