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-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-7
/
+6
2011-07-14
Flag --test implies '--cfg test'. Issue #428
Brian Anderson
-6
/
+53
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-1
/
+8
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-14
/
+23
2011-07-11
Only print up to six lines on error. Print ^~~~~ to highlight error span.
Josh Matthews
-0
/
+1
2011-07-08
Add just enough logic to the driver so that we can link std statically.
Rafael Ávila de Espíndola
-2
/
+10
2011-07-08
Move external crate/lib resolution to its own pass
Brian Anderson
-0
/
+2
2011-07-08
Move used_link_args from session to cstore
Brian Anderson
-9
/
+2
2011-07-08
Move used_libraries from session to cstore
Brian Anderson
-21
/
+4
2011-07-08
Move used_crate_files from session to cstore
Brian Anderson
-17
/
+4
2011-07-08
Replace the crate cache in session with the one in cstore
Brian Anderson
-8
/
+1
2011-07-08
Introduce metadata::cstore
Brian Anderson
-1
/
+4
2011-07-07
Implement --lib --static.
Rafael Ávila de Espíndola
-8
/
+8
2011-07-07
Use an early exit to reduce indentation.
Rafael Ávila de Espíndola
-72
/
+74
2011-07-07
Command line changes for adding support for static libraries.
Rafael Ávila de Espíndola
-12
/
+14
2011-07-06
Generate a main fn for test running. Issue #428
Brian Anderson
-1
/
+1
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-11
/
+10
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-4
/
+12
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-1
/
+1
2011-07-05
Don't thread the local crate number through the session
Marijn Haverbeke
-7
/
+2
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-71
/
+46
2011-07-05
Move pretty-printing 'modes' into a callback hook
Marijn Haverbeke
-6
/
+53
2011-07-04
Use metadata to avoid always passing -Lrustllvm to the linker.
Rafael Ávila de Espíndola
-8
/
+17
2011-07-04
Simplify the code a bit.
Rafael Ávila de Espíndola
-8
/
+3
2011-07-01
Introduce --cfg argument for providing additional configuration. Issue #489
Brian Anderson
-4
/
+27
2011-07-01
Remove the environment concept from front::eval
Brian Anderson
-16
/
+20
2011-06-30
Add a pass to fold out items that do not belong in the current configuration
Brian Anderson
-0
/
+2
2011-06-30
Second try to remove -lssp.
Rafael Ávila de Espíndola
-5
/
+2
2011-06-29
Be more strategic about linking to rust crates
Brian Anderson
-1
/
+26
2011-06-29
Display an error when linking fails
Brian Anderson
-2
/
+13
2011-06-29
Add session.note method
Brian Anderson
-0
/
+3
2011-06-29
session.err shouldn't take a span
Brian Anderson
-2
/
+2
2011-06-29
Eliminate the --check-claims compiler flag
Tim Chevalier
-6
/
+2
2011-06-29
Revert ""Try" push without -lssp on windows to see what needs it."
Rafael Ávila de Espíndola
-1
/
+1
2011-06-29
"Try" push without -lssp on windows to see what needs it.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-28
Implement "claim"
Tim Chevalier
-2
/
+6
2011-06-28
Move glue.o to stageN/lib.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-0
/
+3
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-2
/
+2
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-3
/
+24
2011-06-20
Merge remote branch 'upstream/master'
Rafael Ávila de Espíndola
-10
/
+11
2011-06-20
Fix line length.
Rafael Ávila de Espíndola
-2
/
+2
2011-06-20
Make trans use the new ast_map instead of building its own
Marijn Haverbeke
-2
/
+2
2011-06-20
Use ast_map in typeck, instead of building another index
Marijn Haverbeke
-2
/
+2
2011-06-20
Add a separate AST mapping phase
Marijn Haverbeke
-2
/
+5
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-4
/
+2
2011-06-20
Remember the library files we used in rustc and pass them to the "linker".
Rafael Ávila de Espíndola
-2
/
+19
2011-06-20
Remove flags that are not used during linking.
Rafael Ávila de Espíndola
-5
/
+4
2011-06-19
rustc: Re-introduce session.span_err, session.err
Brian Anderson
-2
/
+16
[prev]
[next]