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
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-3
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-3
/
+3
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-21
/
+1
2011-06-18
Replace unexported meta tags with attributes
Brian Anderson
-0
/
+2
2011-06-17
rustc: Support both meta tags and attributes for crate metadata
Brian Anderson
-0
/
+4
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-0
/
+1
2011-06-15
Just some typo fixes.
Lindsey Kuper
-3
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-136
/
+84
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-13
/
+31
2011-06-09
Revert "Encode meta tags in the crate and start sketching enhanced logic for ...
Patrick Walton
-31
/
+13
2011-06-09
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-13
/
+31
2011-06-09
Further support for predicate constraints
Tim Chevalier
-1
/
+1
2011-06-09
Some more workarounds to please the alias checker
Marijn Haverbeke
-1
/
+2
2011-06-08
Update rust to build with newer llvm versions.
Rafael Ávila de Espíndola
-1
/
+0
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-2
/
+244
2011-05-26
Fix typo in error message
Tim Chevalier
-2
/
+2
2011-05-23
rustc: Run the llvm verifier pass before optimization. Closes #376
Brian Anderson
-0
/
+4
2011-05-19
OptLevel changes. Accepts levels 0 to 3 only. '-O' is synonym for --OptLevel=2.
Graydon Hoare
-11
/
+15
2011-05-18
rustc: Fix output name of optimized glue when --save-temps is on
Patrick Walton
-1
/
+1
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-15
/
+15
2011-05-16
Replace --bitcode with the canonical --emit-llvm
Kelly Wilson
-3
/
+3
2011-05-16
Add automatic exe generation capabilities. Add --bitcode flag to generate onl...
Kelly Wilson
-22
/
+40
2011-05-14
rustc: Dispose intrinsics memory buffer
Brian Anderson
-0
/
+2
2011-05-14
rustc: Dispose the intrinsics LLVMModuleRef
Brian Anderson
-1
/
+4
2011-05-13
rustc: lowercase the link and link::write modules
Brian Anderson
-0
/
+189
[prev]