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
/
enum-discrim-width-stuff.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
Un-gate macro_rules
Keegan McAllister
-2
/
+0
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-3
/
+3
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-4
/
+3
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-6
/
+2
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-0
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2013-10-30
Fix check-fast breakage in new enum test.
Jed Davis
-1
/
+1
2013-10-29
Add tests for enum discriminant sizing.
Jed Davis
-7
/
+42
2013-10-29
Adjust reflection for the possibility of discriminants larger than int.
Jed Davis
-7
/
+2
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-2
/
+2
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-08-24
Add a test case for the preceding changes.
Jed Davis
-0
/
+25