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
Age
Commit message (
Expand
)
Author
Lines
2013-03-12
Add alignstack option for inline asm.
Luqman Aden
-10
/
+19
2013-03-12
Keep everything tidy.
Luqman Aden
-11
/
+10
2013-03-12
Parse operands properly and add a way to indicate volatile asm.
Luqman Aden
-18
/
+145
2013-03-12
Stop parsing __asm__.
Luqman Aden
-10
/
+1
2013-03-12
Create asm! syntax extension.
Luqman Aden
-1
/
+58
2013-03-12
Require unsafe block for inline assembly.
Luqman Aden
-1
/
+4
2013-03-12
Wrap llvm::InlineAsm::AsmDialect
Luqman Aden
-11
/
+19
2013-03-12
Parse inline assembly.
Luqman Aden
-8
/
+72
2013-03-12
auto merge of #5328 : bstrie/rust/optadd, r=graydon
bors
-0
/
+40
2013-03-12
Copy libsyntax from local Rust to stage0.
Lawrence Velázquez
-0
/
+1
2013-03-11
core: Add context switching for ARM and MIPS
Brian Anderson
-31
/
+63
2013-03-11
Remove the log keyword (by renaming it to __log)
Brian Anderson
-24
/
+10
2013-03-11
core: Remove logging constants
Brian Anderson
-24
/
+16
2013-03-11
Remove uses of log
Brian Anderson
-890
/
+862
2013-03-11
auto merge of #5310 : thestinger/rust/treeset, r=graydon
bors
-113
/
+94
2013-03-12
Avoid propagating link_arg values that are unlikely to be resolveable under a...
Josh Matthews
-1
/
+5
2013-03-11
auto merge of #5304 : jld/rust/const-adjustments, r=graydon
bors
-53
/
+193
2013-03-11
Fix std::getopts::opts_present() to check value.
Ben Kelly
-4
/
+5
2013-03-11
Implement Add on Option types
Ben Striegel
-0
/
+40
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-252
/
+2788
2013-03-11
treemap: fix a bug in the union implementation
Daniel Micay
-0
/
+4
2013-03-11
treemap: add more set tests
Daniel Micay
-0
/
+10
2013-03-11
treemap: refactor the set operation tests
Daniel Micay
-80
/
+34
2013-03-11
auto merge of #5292 : thestinger/rust/nil, r=graydon
bors
-1
/
+6
2013-03-11
core: Convert obsolete fn syntax
Brian Anderson
-2
/
+2
2013-03-11
core: convert asserts to fail_unless!
Jeff Olson
-5
/
+5
2013-03-11
core: link pthreads explicitly in linux build
Jeff Olson
-0
/
+1
2013-03-11
core: formatting appeasement
Jeff Olson
-3
/
+5
2013-03-11
core: fix broken tests on windows
Jeff Olson
-3
/
+3
2013-03-11
core: change import of exchange_alloc for win32 os::_list_dir
Jeff Olson
-1
/
+1
2013-03-11
rt/core: port os::list_dir to rust ref #4812
Jeff Olson
-86
/
+174
2013-03-11
core: rt/core: impl os::env() in rust ref #4812
Jeff Olson
-40
/
+196
2013-03-11
rt/core: impl os::getcwd() in rust ref #4812
Jeff Olson
-22
/
+8
2013-03-11
More descriptive error messages for debug info tests
Brian Leibig
-2
/
+2
2013-03-11
Re-enable struct value printing in debug info tests with gdb pretty printing off
Brian Leibig
-10
/
+9
2013-03-11
Disable struct value printing in debug info tests
Brian Leibig
-8
/
+4
2013-03-11
Debuginfo revamp
Brian Leibig
-98
/
+217
2013-03-11
auto merge of #5305 : brson/rust/mut_buf_as_slice, r=brson
bors
-0
/
+14
2013-03-11
core: Add vec::raw::mut_buf_as_slice
Brian Anderson
-0
/
+14
2013-03-11
auto merge of #5318 : jdm/rust/deriving_cell, r=pcwalton
bors
-0
/
+1
2013-03-11
Add deriving_eq to Cell.
Josh Matthews
-0
/
+1
2013-03-11
treemap: add more tests for set difference
Daniel Micay
-16
/
+21
2013-03-11
treemap: inline the TreeSet wrappers
Daniel Micay
-12
/
+20
2013-03-11
treemap: indentation fixes
Daniel Micay
-14
/
+14
2013-03-11
treemap: make set_advance public
Daniel Micay
-2
/
+2
2013-03-11
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton
bors
-77
/
+40
2013-03-11
librustc: Lint the old `drop` destructor notation off
Patrick Walton
-66
/
+36
2013-03-11
librustc: Remove old-style operator overloading
Patrick Walton
-14
/
+34
2013-03-11
test: Fix tests. rs=tests
Patrick Walton
-32
/
+32
2013-03-11
libsyntax: Stop parsing newtype enums
Patrick Walton
-10
/
+9
[prev]
[next]