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-11-07
Fix a long line
Marijn Haverbeke
-1
/
+1
2011-11-07
llvm::mk_object_file should really return an option, since the underlying LLV...
Joshua Wise
-4
/
+8
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-85
/
+71
2011-11-02
fix line too long
Niko Matsakis
-1
/
+2
2011-11-02
add -m64 to gcc args if appropriate
Niko Matsakis
-6
/
+15
2011-11-02
correct more i32 vs int mismatches
Niko Matsakis
-2
/
+2
2011-11-02
convert various ints to i32 and vice versa
Niko Matsakis
-22
/
+22
2011-11-02
convert GEP to i32
Niko Matsakis
-115
/
+67
2011-11-02
get things checking on ia32
Niko Matsakis
-50
/
+39
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-99
/
+149
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-60
/
+92
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-210
/
+295
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-5
/
+55
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-74
/
+114
2011-11-02
Evaluate alt expressions in their own block context
Marijn Haverbeke
-3
/
+10
2011-11-02
Rename car/cdr to head/tail in std::list
Marijn Haverbeke
-5
/
+4
2011-11-02
Make it possible to cast unsafe pointers with the 'as' operator
Marijn Haverbeke
-6
/
+15
2011-11-02
Make 'lambda(...) -> ...' parse as a type
Marijn Haverbeke
-22
/
+9
2011-11-02
Make resolving of imports behave more sanely
Marijn Haverbeke
-65
/
+57
2011-11-02
Fix printing of parameterized tag types in ppaux
Marijn Haverbeke
-1
/
+1
2011-11-01
Add should_fail annotation for unit tests
Matt Brubeck
-3
/
+19
2011-11-01
Fix alignment of interior pointers of dynamic-size types. Closes #1112
Brian Anderson
-8
/
+26
2011-10-31
rustc: Find crates by matching the name metadata
Haitao Li
-22
/
+9
2011-10-31
rustc: Enable segmented stacks in LLVM when --stack-growth is on
Patrick Walton
-0
/
+3
2011-10-29
Add the ability to ignore tests by compiler config
Brian Anderson
-21
/
+34
2011-10-29
Add more logging to crate resolution
Brian Anderson
-1
/
+12
2011-10-29
rustc: Support 'companion mod's for crates and directory mods
Brian Anderson
-8
/
+65
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-9
/
+30
2011-10-28
Cleanup: Remove uneccesary generic_cmp function.
Matt Brubeck
-27
/
+13
2011-10-28
Use IEEE 754 semantics for NaN (Issue #1084)
Matt Brubeck
-58
/
+47
2011-10-28
stdlib: Make reinterpret_cast and leak unsafe
Brian Anderson
-4
/
+6
2011-10-28
rustc: Remove broken --depend flag
Brian Anderson
-10
/
+0
2011-10-28
rustc: -h cleanup
Brian Anderson
-2
/
+2
2011-10-28
rustc: Change --OptLevel to --opt-level
Brian Anderson
-7
/
+7
2011-10-28
rustc: Use consistent error handling in main
Brian Anderson
-16
/
+17
2011-10-28
rustc: Extract error reporting from codemap
Brian Anderson
-13
/
+42
2011-10-28
Reorder statements in rustc main to avoid bounds check
Brian Anderson
-3
/
+3
2011-10-28
rustc: Lift output file name handling out of main
Haitao Li
-40
/
+53
2011-10-28
Produce dyn libraries with proper names
Haitao Li
-23
/
+22
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-51
/
+49
2011-10-28
Move to blocks, rather than fn@s, in parser.rs
Marijn Haverbeke
-16
/
+17
2011-10-28
Move to short type parameter keywords
Marijn Haverbeke
-9
/
+9
2011-10-28
Start accepting short keywords for parameter kinds
Marijn Haverbeke
-3
/
+5
2011-10-27
Use the std::term color constants in the codemap
Brian Anderson
-3
/
+3
2011-10-27
Remove uint::max/min in favor if math::max/min
Matt Brubeck
-2
/
+4
2011-10-25
Properly take mutable object fields into account during alias analysis
Marijn Haverbeke
-16
/
+23
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-31
/
+31
2011-10-25
Remove support for @/~-style type param kind annotation
Marijn Haverbeke
-9
/
+2
2011-10-25
Step one towards new type param kind syntax
Marijn Haverbeke
-3
/
+7
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-5
/
+15
[prev]
[next]