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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-10-16
Only link librt on linux
Brian Anderson
-1
/
+8
2011-10-16
Fix link error by explicitly link needed DSOs
Haitao Li
-1
/
+1
2011-10-14
Use trans_expr_save_in instead of trans_expr when appropriate
Marijn Haverbeke
-2
/
+2
2011-10-14
Don't crash when reporting an unresolved import in the nil scope
Marijn Haverbeke
-18
/
+22
2011-10-13
Remove an unnecessary visitor from rustc::middle::fn_usage
Brian Anderson
-8
/
+1
2011-10-13
Fix a use of visit in rustc::middle::fn_usage
Brian Anderson
-1
/
+1
2011-10-13
Don't allow the value of generic bare functions to be taken
Brian Anderson
-5
/
+36
2011-10-13
Rename rustc::middle::unsafeck to fn_usage
Brian Anderson
-15
/
+15
2011-10-13
Make trans_anon_obj properly thread its bcx
Marijn Haverbeke
-9
/
+3
2011-10-13
Properly fill single-variant zero-arg tag values.
Marijn Haverbeke
-9
/
+10
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-115
/
+97
2011-10-12
remove unsafe tags
Niko Matsakis
-12
/
+12
2011-10-12
make compiler emit more than 1 error in the case of unsafe
Niko Matsakis
-23
/
+8
2011-10-12
prohibit ptr deref unless in unsafe code
Niko Matsakis
-2
/
+20
2011-10-12
fix error msg
Niko Matsakis
-8
/
+2
2011-10-12
make a good error msg if you try to use an unsafe fn for a test
Niko Matsakis
-8
/
+21
2011-10-12
improve the span used in test generation
Niko Matsakis
-6
/
+8
2011-10-12
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-1
/
+76
2011-10-12
continue to annotate functions as unsafe where neccessary
Niko Matsakis
-16
/
+15
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-5
/
+7
2011-10-12
continue to annotate trans functions as unsafe where neccessary
Niko Matsakis
-3
/
+3
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-73
/
+125
2011-10-12
Add unsafe tags to usage of LLVM funcs
Niko Matsakis
-5
/
+7
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-16
/
+30
2011-10-12
skip test, remove whitespace
Niko Matsakis
-1
/
+1
2011-10-12
correct lines over 78 chars
Niko Matsakis
-2
/
+4
2011-10-12
enable unsafe checking but only with a flag --check-unsafe
Niko Matsakis
-14
/
+25
2011-10-12
make treatment of unchecked/unsafe blocks more uniform
Niko Matsakis
-19
/
+20
2011-10-12
add 'u' to one other place it was missing
Niko Matsakis
-0
/
+1
2011-10-12
add 'u' to decoder (kinda' important)
Niko Matsakis
-0
/
+1
2011-10-12
Add unsafe blocks, unsafe functions, and two rudimentary tests
Niko Matsakis
-5
/
+8
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-27
/
+73
2011-10-12
expand purity to include unsafe
Niko Matsakis
-18
/
+29
2011-10-12
Make build_environment and trans_bind_thunk GEP bound arguments the same
Brian Anderson
-5
/
+6
2011-10-12
Simplify copying of uniques
Marijn Haverbeke
-27
/
+3
2011-10-12
[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...
David Rajchenbach-Teller
-6
/
+6
2011-10-11
Use the correct function type for external bare functions
Brian Anderson
-1
/
+1
2011-10-11
Use a non-ambiguous character for encoding bare functions
Brian Anderson
-1
/
+6
2011-10-11
Remove the environment argument from bare functions
Brian Anderson
-7
/
+35
2011-10-11
Don't allow bind to produce bare functions
Brian Anderson
-1
/
+12
2011-10-11
Introduce ast::proto_bare
Brian Anderson
-3
/
+13
2011-10-11
Add a temporary syntax for bare functions
Brian Anderson
-8
/
+22
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-40
/
+6
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-29
/
+25
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-116
/
+95
2011-10-10
Make bcx_tcx-style accessors return by reference
Marijn Haverbeke
-8
/
+8
2011-10-10
Move type_is_immediate into ty.rs
Marijn Haverbeke
-16
/
+6
2011-10-10
Don't spill immediates in order to drop them
Marijn Haverbeke
-21
/
+52
2011-10-10
Make free glue take a pointer to the heap part (box)
Marijn Haverbeke
-70
/
+67
2011-10-09
Fix bad float-type detection in trans
Marijn Haverbeke
-6
/
+2
[prev]
[next]