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
Age
Commit message (
Expand
)
Author
Lines
2011-09-02
rustc: Zero out unique pointers after we drop them
Patrick Walton
-1
/
+7
2011-09-02
Remove rustc::syntax::untyped_ast. Dead code
Brian Anderson
-816
/
+0
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-22
/
+6
2011-09-02
rustc: Root values spilled via do_spill()
Patrick Walton
-42
/
+76
2011-09-02
rustc: Make the shape-emitting code aware of linearized type parameters
Patrick Walton
-16
/
+44
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-124
/
+85
2011-09-02
Remove remaining evec support from trans
Marijn Haverbeke
-141
/
+8
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-130
/
+32
2011-09-01
Remove #ifmt. Issue #855
Brian Anderson
-2
/
+0
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-104
/
+104
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-14
/
+16
2011-09-01
Use #env to get the rustc version again. Issue #855
Brian Anderson
-3
/
+1
2011-09-01
Add a constraint in trans
Tim Chevalier
-9
/
+31
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-381
/
+381
2011-09-01
Parse "",str as istrs. Pretty print istrs as "",str. Issue #855
Brian Anderson
-12
/
+5
2011-09-01
Make GEP_tag take a uint instead of an int
Tim Chevalier
-9
/
+9
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-34
/
+1
2011-09-01
No, not all fn constraints have the same args as the fn does, in the same ord...
Tim Chevalier
-4
/
+18
2011-09-01
Remove misleading outdated comment in alias.rs
Marijn Haverbeke
-5
/
+1
2011-09-01
Back out copy-glue
Marijn Haverbeke
-86
/
+3
2011-09-01
Remove the last use of istr::to_estr from rustc. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Allow istrs as patterns. Issue #855
Brian Anderson
-5
/
+25
2011-09-01
Convert main functions to istrs. Issue #855
Brian Anderson
-2
/
+1
2011-09-01
Remove various istr conversions. Issue #855
Brian Anderson
-21
/
+20
2011-09-01
Convert std::test to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Remove the estr #fmt. Issue #855
Brian Anderson
-366
/
+0
2011-09-01
Make alias analysis properly recognize closures in call position
Marijn Haverbeke
-1
/
+1
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-253
/
+219
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-285
/
+287
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-43
/
+43
2011-09-01
Clean up handling of restriction contexts in alias analysis
Marijn Haverbeke
-93
/
+94
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-6
/
+14
2011-08-31
Remove a few more usages of std::str from rustc. Issue #855
Brian Anderson
-7
/
+5
2011-08-31
Don't check arguments types if there are an incorrect number of args. Closes ...
Michael Sullivan
-5
/
+3
2011-08-31
Check all paths return properly in blocks. Closes #874.
Michael Sullivan
-1
/
+1
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-28
/
+13
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-252
/
+238
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-6
/
+36
2011-08-30
Convert #env to istrs. Temporarily disable usage in rustc. Issue #855
Brian Anderson
-2
/
+4
2011-08-30
Support istrs as fail argument. Issue #855
Brian Anderson
-6
/
+24
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-0
/
+365
2011-08-30
Remove the %S istr conversion from #fmt
Brian Anderson
-2
/
+0
2011-08-30
rustc: Hoist derived tydesc GC roots up to the top of the function so the GC ...
Patrick Walton
-4
/
+7
2011-08-30
Typecheck function preconditions
Tim Chevalier
-50
/
+107
2011-08-30
Eliminate an unchecked use of map::get in ppaux
Tim Chevalier
-1
/
+5
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-5
/
+1
2011-08-30
Stop relying on klunky hack in alias.rs
Marijn Haverbeke
-25
/
+38
2011-08-30
Clean up trans_build, factor repeated code into function
Marijn Haverbeke
-282
/
+105
2011-08-30
Change a number of result-returning functions to return @block_ctxt
Marijn Haverbeke
-234
/
+187
2011-08-30
Remove compiler-bug-workaround that's no longer needed
Marijn Haverbeke
-14
/
+4
[prev]
[next]