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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2011-12-08
rustc: Actually hook the crate_type attribute into session
Brian Anderson
-3
/
+9
2011-12-08
rustc: Support 'crate_type' attribute
Brian Anderson
-0
/
+74
2011-12-08
rustc: Move linking into compile_input
Brian Anderson
-16
/
+20
2011-12-08
rustc: Determine the crate type (lib/bin) in the session, not session opts
Brian Anderson
-9
/
+21
2011-12-07
Inject the view_items for core in the right place, add comment documenting wh...
Graydon Hoare
-5
/
+3
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-4
/
+4
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
Rename --noverify flag to --no-verify.
Graydon Hoare
-3
/
+3
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-2
/
+2
2011-11-21
Add a pass that checks that blocks are only used in safe ways
Marijn Haverbeke
-0
/
+2
2011-11-21
Fix bad interaction between last-use finding and references
Marijn Haverbeke
-3
/
+3
2011-11-18
Make trans use last_use info to not actually generate copies
Marijn Haverbeke
-1
/
+1
2011-11-18
Implement a last-use-of-local finding algorithm
Marijn Haverbeke
-2
/
+6
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-2
/
+0
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-3
/
+9
2011-11-16
remove unused flag (thanks lht)
Niko Matsakis
-1
/
+1
2011-11-16
Removed --no-typestate flag from rutsc
Stefan Plantikow
-9
/
+3
2011-11-16
rustc: Fix help text for --sysroot
Brian Anderson
-1
/
+1
2011-11-16
wrap long line;
Niko Matsakis
-1
/
+2
2011-11-16
enable comments in generated asm, ll
Niko Matsakis
-3
/
+12
2011-11-15
Support conditional compilation based on architecture
Brian Anderson
-1
/
+7
2011-11-15
Fix handling of loops and conditionals in alias.rs
Marijn Haverbeke
-0
/
+1
2011-11-12
Remove unused "--check-unsafe" flag
Haitao Li
-2
/
+1
2011-11-10
Cleanup unused imports
Haitao Li
-8
/
+4
2011-11-09
middle: Add a pass to reject bad const expressions earlier. Currently just r...
Joshua Wise
-0
/
+2
2011-11-07
Use ".ll" as default suffix of LLVM assembly file
Haitao Li
-1
/
+1
2011-11-07
rustc: Add support of generating LLVM assembly
Haitao Li
-0
/
+3
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-1
/
+1
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-5
/
+5
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-6
/
+21
2011-10-29
stdlib: Make io failures recoverable by returning a result
Brian Anderson
-5
/
+11
2011-10-28
rustc: Remove broken --depend flag
Brian Anderson
-1
/
+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
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
-15
/
+15
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+1
2011-10-13
Rename rustc::middle::unsafeck to fn_usage
Brian Anderson
-3
/
+3
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-5
/
+2
2011-10-12
make a good error msg if you try to use an unsafe fn for a test
Niko Matsakis
-1
/
+1
2011-10-12
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-1
/
+3
2011-10-12
correct lines over 78 chars
Niko Matsakis
-1
/
+1
2011-10-12
enable unsafe checking but only with a flag --check-unsafe
Niko Matsakis
-3
/
+7
2011-10-12
[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...
David Rajchenbach-Teller
-1
/
+1
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-1
/
+1
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-1
/
+1
2011-10-06
Revert "rustc: Add a workaround for a segfault with --time-passes (issue #100...
Marijn Haverbeke
-24
/
+9
[prev]
[next]