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
/
rustc.rc
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-155
/
+0
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-0
/
+3
2012-02-21
Move trans::type_of code into its own file
Marijn Haverbeke
-0
/
+1
2012-02-17
Move debuginfo into trans
Marijn Haverbeke
-1
/
+1
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-1
/
+1
2012-02-15
move shape into trans
Niko Matsakis
-1
/
+1
2012-02-14
rustc: Extract native function generation into trans::native
Brian Anderson
-0
/
+1
2012-02-03
Implement basic quasi-quoter. No anti-quotes yet.
Kevin Atkinson
-0
/
+1
2012-02-03
Move useful ast building functions into their own module.
Kevin Atkinson
-0
/
+1
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-1
/
+0
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-8
/
+10
2012-01-26
rustc: Move core injection to its own module
Brian Anderson
-0
/
+1
2012-01-23
Change rustc and rustdoc's #[desc] attribute to #[comment]
Brian Anderson
-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-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-1
/
+0
2012-01-17
Update crates with correct crate_type attribute
Brian Anderson
-1
/
+1
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-0
/
+1
2012-01-13
rustc: Extract driver::diagnostic from syntax::codemap
Brian Anderson
-0
/
+1
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-1
/
+0
2012-01-08
Declare MIT license in crate attributes, not BSD
Brian Anderson
-1
/
+1
2012-01-02
Create a trans_impl module
Marijn Haverbeke
-0
/
+1
2011-12-20
Separate driver rustc and librustc
Haitao Li
-1
/
+1
2011-12-19
implement capture clauses (move, in particular) and integrate
Niko Matsakis
-0
/
+1
2011-12-18
Generate basic debug info for files, functions and compile units.
Josh Matthews
-0
/
+1
2011-12-14
refactor trans into trans_closure; restore original closure repr
Niko Matsakis
-0
/
+1
2011-12-08
Add crate_type attributes to rustc, std, core
Brian Anderson
-1
/
+1
2011-11-24
rustc: Add a path attribute for crate directives
Haitao Li
-1
/
+2
2011-11-23
Remove last traces of auth keyword
Marijn Haverbeke
-4
/
+0
2011-11-21
Add a pass that checks that blocks are only used in safe ways
Marijn Haverbeke
-0
/
+1
2011-11-18
Implement a last-use-of-local finding algorithm
Marijn Haverbeke
-0
/
+1
2011-11-09
middle: Add a pass to reject bad const expressions earlier. Currently just r...
Joshua Wise
-0
/
+1
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-0
/
+1
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-0
/
+1
2011-10-13
Rename rustc::middle::unsafeck to fn_usage
Brian Anderson
-1
/
+1
2011-10-12
add pass to check that unsafe fns cannot be used as values
Niko Matsakis
-0
/
+1
2011-10-05
Begin work on rpath
Brian Anderson
-0
/
+1
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-0
/
+1
2011-09-22
Move uniq trans code to trans_uniq module
Brian Anderson
-0
/
+1
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-1
/
+1
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove the estr #fmt. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-0
/
+1
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-0
/
+1
2011-08-26
Revert "Add rustc::middle::cstrcache for getting c string bufs safely"
Brian Anderson
-1
/
+0
2011-08-26
Add rustc::middle::cstrcache for getting c string bufs safely
Brian Anderson
-0
/
+1
2011-08-24
Move to a more lightweight builder system
Marijn Haverbeke
-0
/
+1
2011-08-22
Move trans::ivec to middle::trans_ivec
Brian Anderson
-0
/
+1
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-0
/
+1
2011-08-16
Remove partial DPS back-end
Marijn Haverbeke
-2
/
+0
[next]