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
/
binops.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-04
stop treating char as an integer type
Daniel Micay
-17
/
+0
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-3
/
+1
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-11
/
+0
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-5
/
+5
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-24
/
+24
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+1
2013-04-29
librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic
Patrick Walton
-5
/
+5
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-46
/
+46
2013-03-22
test: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-46
/
+46
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-5
/
+7
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-11
/
+5
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
test: Remove export from the tests, language, and libraries. rs=deexporting
Patrick Walton
-3
/
+2
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-12
/
+14
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-5
/
+5
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-8
/
+5
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-3
/
+3
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-3
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-6
/
+6
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+7
2012-09-05
test: "import" -> "use"
Patrick Walton
-3
/
+1
2012-09-01
Demode reinterpret_cast
Brian Anderson
-5
/
+5
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-51
/
+6
2012-08-27
Camel case various core constructors
Brian Anderson
-5
/
+5
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-17
finish fixing broken un-unsupervise windows tests
Ben Blum
-2
/
+2
2012-07-17
Change all test/run-pass uses of rustrt::unsupervise() to something else
Ben Blum
-3
/
+3
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-2
/
+2
2012-06-25
Comment out the *right* part of the test failing due to issue #2724.
Michael Sullivan
-3
/
+3
2012-06-25
Comment out a failing part of a test; this is Issue #2724.
Michael Sullivan
-1
/
+2
2012-06-25
Finish compare glue for classes
Tim Chevalier
-4
/
+24
2012-06-14
Comments only: annotate FIXMEs in tests
Tim Chevalier
-1
/
+1
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-1
/
+0
2012-02-20
core: New task API
Brian Anderson
-11
/
+0
2012-02-05
test: Resolve some FIXMEs
Brian Anderson
-7
/
+16
[next]