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-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
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+9
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-25
/
+11
2011-06-19
rustc: Re-introduce session.span_err, session.err
Brian Anderson
-2
/
+16
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+9
2011-06-18
Add -lssp on windows in attempt to put out tinderbox; no idea why ssp seems r...
Graydon Hoare
-1
/
+1
2011-06-17
rustc: Remove metadata from the session.
Brian Anderson
-5
/
+1
2011-06-17
Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when
Rafael Ávila de Espíndola
-2
/
+2
2011-06-17
Automatically add a -L to the directory the binary is in.
Rafael Ávila de Espíndola
-4
/
+5
2011-06-16
rustc: Change print_file to print_crate
Brian Anderson
-2
/
+2
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-11
/
+9
[prev]
[next]