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
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Don't emit common warnings in rusti
Alex Crichton
-1
/
+1
2013-05-14
Add regression tests for various other rusti issues
Alex Crichton
-16
/
+17
2013-05-14
Fix `use` statements with rusti
Alex Crichton
-1
/
+2
2013-05-14
Get unit tests for rusti working
Alex Crichton
-3
/
+50
2013-05-14
Fix test fallout from removing vecs_implicitly_copyable
Alex Crichton
-62
/
+52
2013-05-14
Remove vecs_implicitly_copyable from the compiler
Alex Crichton
-18
/
+1
2013-05-14
rusti: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-43
/
+43
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-236
/
+239
2013-05-14
compiletest: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-217
/
+220
2013-05-14
rustpkg: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-105
/
+98
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-63
/
+47
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-554
/
+540
2013-05-14
Add explanatory comment to is_rvalue_or_immutable()
Niko Matsakis
-0
/
+5
2013-05-14
Issue #5967: Make rvalues mutable
Niko Matsakis
-2
/
+10
2013-05-14
libstd: Add tests for BigRational
gifnksm
-20
/
+56
2013-05-14
libstd: `Ratio` requires `Clone` instead of `Copy`
gifnksm
-23
/
+28
2013-05-14
libstd: `Rational` requires `Integer` as type bounds instead of `Num`
gifnksm
-53
/
+14
2013-05-14
libstd: impl `Orderable` for `BigUint`/`BigInt`
gifnksm
-1
/
+37
2013-05-14
libstd: impl Num for BigUint/BigInt
gifnksm
-0
/
+4
2013-05-14
Move `position` and `rposition` methods to `ImmutableVector` trait
gifnksm
-26
/
+26
2013-05-14
auto merge of #6463 : bjz/rust/numeric-traits, r=thestinger
bors
-1
/
+445
2013-05-14
auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmana
bors
-80
/
+81
2013-05-13
auto merge of #6461 : thestinger/rust/fix_priority_queue, r=pcwalton
bors
-56
/
+4
2013-05-13
Upgrade libuv
Brian Anderson
-0
/
+0
2013-05-14
Remove unnecessary infinity check
Brendan Zabarauskas
-4
/
+2
2013-05-14
Add ldexp and frexp functions
Brendan Zabarauskas
-1
/
+184
2013-05-13
auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton
bors
-2
/
+69
2013-05-13
revert PriorityQueue to using init()
Daniel Micay
-56
/
+4
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-80
/
+81
2013-05-13
auto merge of #6387 : brson/rust/unstable, r=brson
bors
-424
/
+434
2013-05-13
core::rt Restructure some modules
Brian Anderson
-29
/
+31
2013-05-13
core::rt: Improve docs
Brian Anderson
-8
/
+57
2013-05-13
core::rt: Clean up the interface to rtio
Brian Anderson
-60
/
+63
2013-05-13
core::rt: Begin implementing TcpStream
Brian Anderson
-57
/
+282
2013-05-13
core::rt: Fix a warning about unnecessary mutable variable
Brian Anderson
-1
/
+1
2013-05-13
core::rt: Remove Close trait
Brian Anderson
-43
/
+3
2013-05-13
auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton
bors
-782
/
+893
2013-05-13
core: Rename SharedMutableState to UnsafeAtomicRcBox
Brian Anderson
-131
/
+131
2013-05-13
core: Move locks, atomic rc to unstable::sync
Brian Anderson
-295
/
+313
2013-05-13
core: Move unstable to unstable/mod.rs
Brian Anderson
-9
/
+1
2013-05-13
test: Fix broken benchmark test
Patrick Walton
-3
/
+3
2013-05-13
Fixed type signature of uninhabited method.
Steven Stewart-Gallus
-3
/
+12
2013-05-13
auto merge of #6443 : cmr/rust/resolution, r=bstrie
bors
-6
/
+21
2013-05-13
librustdoc: Remove old-style extern mods from rustdoc tests.
Patrick Walton
-29
/
+5
2013-05-14
Add inverse hyperbolic functions
Brendan Zabarauskas
-0
/
+263
2013-05-13
auto merge of #6437 : Thiez/rust/atomic, r=Aatch
bors
-5
/
+136
2013-05-13
Tidy
Matthijs Hofstra
-3
/
+3
2013-05-13
Use backticks to delineate paths/identifiers
Corey Richardson
-2
/
+2
2013-05-13
Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att...
Luqman Aden
-2
/
+2
2013-05-13
Better error for some unresolved imports
Corey Richardson
-6
/
+21
[prev]
[next]