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
/
rustc.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-197
/
+0
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-1
/
+1
2012-02-20
core: New task API
Brian Anderson
-2
/
+0
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-2
/
+0
2012-01-30
Updating the manpage and usage message
Kevin Cantu
-35
/
+44
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-1
/
+0
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-2
/
+2
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
rustc: Name the lint-style check module `lint`
Haitao Li
-1
/
+1
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-0
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-1
/
+1
2012-01-14
rustc: Output a note about how to debug unexpected failures
Brian Anderson
-0
/
+6
2012-01-14
rustc: Run the compiler in a subtask and monitor the diagnostics
Brian Anderson
-6
/
+65
2012-01-14
rustc: Rename emit_diagnostic to emit
Brian Anderson
-1
/
+1
2012-01-14
rustc: Thread a diagnostic::emitter through driver
Brian Anderson
-5
/
+12
2012-01-13
rustc: Turn logging off by default
Brian Anderson
-0
/
+3
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-0
/
+1
2011-12-30
Print usage messages to rustc and rustdoc when invoked with no args. Close #1...
Graydon Hoare
-0
/
+3
2011-12-20
Separate driver rustc and librustc
Haitao Li
-600
/
+7
2011-12-20
rustc: Cleanup unused ext_map
Haitao Li
-4
/
+4
2011-12-19
Properly calculate base working dir for compile units.
Josh Matthews
-5
/
+5
2011-12-18
Hide extended, unfinished debug information behind --xg compiler flag.
Josh Matthews
-2
/
+4
2011-12-18
std: getopts now uses result::t (fixes #1289)
Stefan Plantikow
-4
/
+5
2011-12-17
rustc: Remove --stack-growth option
Brian Anderson
-4
/
+0
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-1
/
+1
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-4
/
+3
2011-12-16
Get very simple impl method calls to compile
Marijn Haverbeke
-4
/
+5
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-4
/
+5
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-3
/
+3
2011-12-15
Add an --out-dir option to rustc.
Graydon Hoare
-34
/
+70
2011-12-15
Fix bug in library output filename construction: /tmp/foo.rc was being linked...
Graydon Hoare
-1
/
+4
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-4
/
+5
2011-12-12
rustc: build versioned library with hash in its name
Haitao Li
-3
/
+3
2011-12-08
rustc: Actually hook the crate_type attribute into session
Brian Anderson
-1
/
+3
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
-8
/
+17
2011-12-07
Inject the view_items for core in the right place, add comment documenting wh...
Graydon Hoare
-5
/
+3
2011-12-06
Add --no-core option and inject a use core/import core::* pair into crate unl...
Graydon Hoare
-0
/
+32
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
-1
/
+0
2011-11-17
rustc: Add a flag '--warn-unused-imports'
Haitao Li
-2
/
+7
2011-11-16
remove unused flag (thanks lht)
Niko Matsakis
-1
/
+1
2011-11-16
Removed --no-typestate flag from rutsc
Stefan Plantikow
-8
/
+3
2011-11-16
rustc: Fix help text for --sysroot
Brian Anderson
-1
/
+1
[next]