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
Age
Commit message (
Expand
)
Author
Lines
2011-12-07
Make typestate properly descend pattern guards
Marijn Haverbeke
-0
/
+10
2011-12-06
rt: Put 16 guard bytes at the end of the stack
Brian Anderson
-2
/
+15
2011-12-06
rt: Rename stk_seg.limit to stk_seg.end
Brian Anderson
-9
/
+8
2011-12-06
rt: Reorganize rust_upcall.cpp a bit
Brian Anderson
-32
/
+36
2011-12-06
rt: Convert log_type and cmp_type upcalls to shim form
Brian Anderson
-10
/
+39
2011-12-06
rt: Move upcall_cmp_type/upcall_log_type to rust_upcall.cpp
Brian Anderson
-4
/
+24
2011-12-06
modify upcalls to take structs as args
Niko Matsakis
-84
/
+252
2011-12-06
fix hash function: + binds tighter than <<
Niko Matsakis
-1
/
+4
2011-12-06
hack for now: map uint hashes into a u32, which helps x86_64 perf.
Niko Matsakis
-8
/
+12
2011-12-06
do not stringify AST nodes unless emitting comments
Niko Matsakis
-2
/
+6
2011-12-06
helpful targets
Niko Matsakis
-3
/
+15
2011-12-06
Merge branch 'master' of github.com:graydon/rust
Niko Matsakis
-6
/
+65
2011-12-06
Fix condition in snapshot script. Argv is never 2 long, it can be 3 or 4.
Graydon Hoare
-1
/
+1
2011-12-06
rt: Various tweaks to make __morestack unwinding work on linux
Brian Anderson
-6
/
+65
2011-12-06
Merge branch 'master' of github.com:graydon/rust
Niko Matsakis
-37
/
+58
2011-12-06
Add --no-core option and inject a use core/import core::* pair into crate unl...
Graydon Hoare
-0
/
+33
2011-12-06
Fix next-node-id "hackasaurus" in comp/front/test.rs.
Graydon Hoare
-37
/
+25
2011-12-06
Merge branch 'master' of github.com:graydon/rust
Niko Matsakis
-117
/
+677
2011-12-06
libstd: Update docs
Brian Anderson
-13
/
+178
2011-12-06
Rename --noverify flag to --no-verify.
Graydon Hoare
-3
/
+3
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-33
/
+117
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-14
/
+8
2011-12-05
test: More tests for unwinding + morestack
Brian Anderson
-3
/
+43
2011-12-05
rt: Make stack unwinding work more correctly with stack growth
Brian Anderson
-2
/
+40
2011-12-05
test: Test hitting the dynamic linker in the red zone
Brian Anderson
-3
/
+91
2011-12-05
rt: Use an out pointer for rust_new_stack
Brian Anderson
-14
/
+31
2011-12-05
correct the use of 'sed -i'
Niko Matsakis
-3
/
+4
2011-12-05
test: Add more tests for stack growth
Brian Anderson
-3
/
+137
2011-12-05
rt: Unwind through __morestack on 32-bit linux
Brian Anderson
-0
/
+24
2011-12-05
rustc: Remove whitespace
Brian Anderson
-1
/
+1
2011-12-05
rustc: Add suffix ".rc" to LLVM module identifier
Haitao Li
-1
/
+19
2011-12-04
rt: Update 32-bit __morestack for recent LLVM changes
Brian Anderson
-20
/
+24
2011-12-05
typeck: Fix for #932
Stefan Plantikow
-0
/
+18
2011-12-04
configure: LLVM 3.0 no longer supported
Brian Anderson
-1
/
+1
2011-12-04
Upgrade LLVM to svn revision 145779
Brian Anderson
-65
/
+33
2011-12-05
rustc: Fix memory leak in do-while loop
Haitao Li
-2
/
+13
2011-12-03
Fix definition of check-stageN-all targets
Brian Anderson
-1
/
+1
2011-12-02
make check test stage3
Niko Matsakis
-1
/
+1
2011-12-02
make "check" match "all": only the host triple
Niko Matsakis
-9
/
+25
2011-12-02
adopt -H-all convention
Niko Matsakis
-1
/
+1
2011-12-02
make convenient rustc targets
Niko Matsakis
-2
/
+20
2011-12-02
add --host-triple
Niko Matsakis
-1
/
+11
2011-12-02
rt: Implement 32-bit __morestack for mac
Brian Anderson
-21
/
+63
2011-12-02
rt: Fix __morestack prologue on x86_64 mac
Brian Anderson
-1
/
+1
2011-12-02
build: added CFG_INSTALL_SNAP for automatically activating test snapshots
Stefan Plantikow
-2
/
+41
2011-12-02
const_check: trans: added support for trivial casts
Stefan Plantikow
-0
/
+26
2011-12-02
doc: added definition of trivial casts to spec
Stefan Plantikow
-3
/
+8
2011-12-02
parse: typeck: enabling trivial casts of tail-call return values
Stefan Plantikow
-47
/
+124
2011-12-02
ty: trans: added support for dropping trivial casts
Stefan Plantikow
-5
/
+33
2011-12-02
ty: added type comparison that subs prim types with targ_cfg machine types
Stefan Plantikow
-0
/
+37
[prev]
[next]