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
/
run-pass
/
trait-inheritance-num5.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-35
/
+0
2015-12-18
Make RFC 1214 warnings into errors, and rip out the "warn or err"
Niko Matsakis
-1
/
+1
2015-04-21
test: Fix fallout in tests
Alex Crichton
-4
/
+10
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2014-11-13
Deprecate Num, Unsigned and Primitive
Brendan Zabarauskas
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2013-10-02
std: Replace num::IntConvertible with {To,From}Primitive
Erick Tryzelaar
-1
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-05-22
test: Fix tests.
Patrick Walton
-2
/
+2
2013-04-14
Restore Num trait
Brendan Zabarauskas
-1
/
+1
2013-03-05
libsyntax: Separate multiple inherited traits with `+`
Patrick Walton
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-2
/
+2
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-2
/
+2
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-2
/
+2
2013-02-14
libcore: Move the numeric operations out of Num. r=brson
Patrick Walton
-1
/
+1
2013-02-11
Add NumCast trait for generic numeric type casts
Brendan Zabarauskas
-3
/
+3
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-07
Trait constraints are separated by space, not comma
Brian Anderson
-1
/
+1
2012-11-29
Implement trait inheritance for bounded type parameters
Brian Anderson
-0
/
+15