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
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-22
/
+404
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-463
/
+478
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-922
/
+952
2012-03-21
rt: Fix valgrind stack hints
Brian Anderson
-15
/
+5
2012-03-21
rt: Shave 16 bytes off the __morestack frame
Brian Anderson
-2
/
+2
2012-03-21
rt: Shave a few instructions off __morestack
Brian Anderson
-42
/
+31
2012-03-21
rt: Stop using large stacks for the main task
Brian Anderson
-19
/
+7
2012-03-21
rt: Use get_task_from_tcb during stack growth calls
Brian Anderson
-2
/
+2
2012-03-21
rt: Add rust_task::get_task_from_tcb
Brian Anderson
-6
/
+35
2012-03-21
rt: Add a task field to stk_seg and populate it
Brian Anderson
-0
/
+2
2012-03-21
rt: Add a get_sp_limit function
Brian Anderson
-0
/
+40
2012-03-21
rt: Rename record_sp to record_sp_limit
Brian Anderson
-18
/
+18
2012-03-21
rt: Reset the stack limit after catching an exception
Brian Anderson
-0
/
+4
2012-03-21
rt: Inline a bunch of stack switching code
Brian Anderson
-138
/
+143
2012-03-21
rt: Swap the definition of stk_seg::next and prev
Brian Anderson
-27
/
+27
2012-03-21
rt: Don't switch to the C stack on the upcall_new_stack fast path
Brian Anderson
-20
/
+41
2012-03-21
rt: Don't swatch stacks during upcall_del_stack
Brian Anderson
-51
/
+42
2012-03-21
Every time you don't use a variable, a kitten scowls.
Graydon Hoare
-0
/
+1
2012-03-21
Quiet unused-result error harder.
Graydon Hoare
-1
/
+1
2012-03-21
Upgrade valgrind headers to 3.7, silencing build breakage on FreeBSD.
Graydon Hoare
-1557
/
+835
2012-03-21
Remove incorrect uses of NVALGRIND, Close #1435.
Graydon Hoare
-2
/
+0
2012-03-21
rustc: Use the right "nxt" function in unify_regions
Patrick Walton
-3
/
+3
2012-03-21
rustc: Long lines
Brian Anderson
-2
/
+4
2012-03-21
Merge remote-tracking branch 'mozilla/master'
Josh Matthews
-0
/
+28
2012-03-21
rustc: Add a function to record region bindings
Patrick Walton
-0
/
+28
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-49
/
+55
2012-03-21
rustc: Replace region parameters in function return values
Patrick Walton
-9
/
+35
2012-03-21
rustc: Check call and bind expressions using a set of region bindings
Patrick Walton
-10
/
+29
2012-03-21
rustc: Add a version of `demand` that takes in a set of region variable bindings
Patrick Walton
-7
/
+35
2012-03-21
methods work
Tim Chevalier
-39
/
+162
2012-03-21
rustc: Add region unification functions
Patrick Walton
-2
/
+60
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-17
/
+36
2012-03-21
Register snapsnots.
Graydon Hoare
-0
/
+8
2012-03-21
add test for commit 9502fb99e0d535c8ced17ac61e63ebbd67b7dba7
Niko Matsakis
-0
/
+22
2012-03-21
Fix bug in vtable resolution
Marijn Haverbeke
-2
/
+0
2012-03-21
rustc: Replace intrinsic vec_len with unsafe Rust code
Marijn Haverbeke
-10
/
+7
2012-03-21
Adjust arena definition to be compatible with placement new
Niko Matsakis
-6
/
+22
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-87
/
+266
2012-03-20
stdlib: Implement arenas
Patrick Walton
-3
/
+42
2012-03-20
test: Begin running the language ref examples. Mostly xfailed
Brian Anderson
-0
/
+6
2012-03-20
doc: Switch the tutorial to pandoc's method of tagging code blocks
Brian Anderson
-8
/
+6
2012-03-20
rustc: Fix a few more instances of node ID stomping, due to AST folding incor...
Patrick Walton
-3
/
+5
2012-03-20
Conditionalize test to only run double/byte/double test on x64 for now.
Graydon Hoare
-6
/
+13
2012-03-20
rustc: Make the quasiquote operator stop reusing nodes (and therefore stop re...
Patrick Walton
-3
/
+4
2012-03-20
Xfail struct-return test. x64 ABI is not quite right yet.
Graydon Hoare
-0
/
+1
2012-03-20
Class methods WIP
Tim Chevalier
-259
/
+384
2012-03-20
Some tests for passing and returning structures by value on x64. Close #1402....
Graydon Hoare
-0
/
+78
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-20
/
+20
2012-03-20
Remove unused "flav" parameter from function registration paths.
Graydon Hoare
-17
/
+15
2012-03-20
Fix naughty mangling-breakage from stringifying a node ID. Close #1344.
Graydon Hoare
-1
/
+1
[prev]
[next]