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
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
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-3
/
+1
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-24
/
+0
2012-01-06
port over the tests to use the new API
Niko Matsakis
-3
/
+3
2011-12-16
implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...
Graham Fawcett
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-1
/
+3
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-1
/
+1
2011-11-08
Remove all uses of native cdecl except for those that yield
Brian Anderson
-2
/
+4
2011-10-24
move uses of rust ABI in tests to cdecl or c-stack-cdecl as appr
Niko Matsakis
-1
/
+1
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-1
/
+1
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-2
/
+2
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-3
/
+3
2011-09-01
Remove a bunch of string builtins. Issue #855
Brian Anderson
-6
/
+4
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-5
/
+8
2011-08-20
Reformat
Brian Anderson
-8
/
+8
2011-08-17
Remove last mentions of vec<> type in Rust source
Brian Anderson
-2
/
+2
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-2
/
+3
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-6
/
+8
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-2
/
+3
2011-08-12
Change some tests that used binop autoderef.
Michael Sullivan
-3
/
+2
2011-08-11
Fill out some of the run-pass/binops tests
Brian Anderson
-19
/
+20
[next]