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
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
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-2
/
+0
2011-08-15
Add a syntax extension to log syntax, for debugging macros.
Paul Stansifer
-0
/
+2
2011-08-11
rustc: Associate type descriptors with allocas as metadata
Patrick Walton
-0
/
+1
2011-08-09
Move object-system-related trans stuff to its own file.
Lindsey Kuper
-0
/
+1
2011-08-04
rustc: Generate shapes
Patrick Walton
-0
/
+1
2011-08-03
Add #concat_idents[] and #ident_to_str[]
Paul Stansifer
-1
/
+4
2011-07-31
Get rid of walk.rs
Marijn Haverbeke
-1
/
+0
2011-07-27
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...
Graydon Hoare
-0
/
+1
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-0
/
+1
2011-07-19
Move collect_upvars into its own file.
Michael Sullivan
-0
/
+1
2011-07-18
rustc: First stab at implementing interior vector concat in the DPS engine
Patrick Walton
-0
/
+1
2011-07-15
rustc: Introduce a stub destination-passing-style translation engine, accessi...
Patrick Walton
-0
/
+1
2011-07-14
refactor: Move the task and communication-related translation functions to a ...
Eric Holk
-0
/
+1
2011-07-14
refactor: Move the LLVM type and constant constructors into a new module.
Eric Holk
-0
/
+1
2011-07-13
Use switches rather than chained conditionals to compile alt matches
Marijn Haverbeke
-0
/
+1
2011-07-11
Move macro expansion to a separate phase, change macro syntax, and add parse_...
Paul Stansifer
-0
/
+1
2011-07-08
Don't export tyencode from the metadata module
Brian Anderson
-1
/
+0
2011-07-08
Begin splitting metadata::decoder into decoding and crate search modules
Brian Anderson
-1
/
+2
2011-07-08
Introduce metadata::cstore
Brian Anderson
-0
/
+2
2011-07-07
Refactor a few things in the metadata module
Brian Anderson
-1
/
+1
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-0
/
+1
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+0
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-20
/
+27
2011-06-30
Add a pass to fold out items that do not belong in the current configuration
Brian Anderson
-0
/
+1
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-1
/
+1
2011-06-30
Switch rustc's crate metadata to use the link attribute
Brian Anderson
-4
/
+5
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+1
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-0
/
+1
2011-06-28
Add AST fold.
Paul Stansifer
-0
/
+1
2011-06-27
Rename metadata::defs to metadata::tags
Brian Anderson
-1
/
+1
2011-06-27
Don't export some of the metadata modules
Brian Anderson
-0
/
+5
2011-06-27
Move what's left of metadata::cwriter into middle::trans
Brian Anderson
-1
/
+0
2011-06-27
Extract metadata::decoder from metadata::creader
Brian Anderson
-0
/
+1
2011-06-27
Extract metadata::tydecode from metadata::creader
Brian Anderson
-0
/
+1
[next]