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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
dataflow.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-10
/
+10
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-4
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-12
/
+12
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-11-26
/*! -> //!
Steve Klabnik
-6
/
+4
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-15
/
+15
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-4
/
+4
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-7
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-6
/
+6
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-4
/
+4
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-12
/
+12
2014-08-30
auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw
bors
-7
/
+0
2014-08-30
rustc: implement a pretty mode to print ident/name's ctxt & gensyms.
Huon Wilson
-0
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-7
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+8
2014-07-18
Removed the `_frozen` methods from dataflow API.
Felix S. Klock II
-46
/
+38
2014-07-18
Removed `index_to_bitset` from the dataflow context.
Felix S. Klock II
-56
/
+15
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-2
/
+2
2014-07-15
Extend --pretty flowgraph=ID to include dataflow results in output.
Felix S. Klock II
-13
/
+56
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-17
/
+17
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-18
Ensure dataflow of a proc never looks at blocks from closed-over context.
Felix S. Klock II
-24
/
+14
2014-06-18
Revise dataflow to do a cfg-driven walk.
Felix S. Klock II
-576
/
+296
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-13
/
+14
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-58
/
+58
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-3
/
+4
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-6
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-8
/
+13
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-7
/
+10
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-2
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-4
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-4
/
+3
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-3
/
+4
2014-04-04
syntax: remove obsolete mutability from ExprVec and ExprRepeat.
Eduard Burtescu
-2
/
+2
[next]