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
/
librustc
/
middle
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-484
/
+0
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-10
/
+10
2015-02-18
Implement RFC 580
Aaron Turon
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+4
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
rustc: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-21
rollup merge of #19898: Aatch/issue-19684
Alex Crichton
-0
/
+35
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-9
/
+3
2014-12-18
Fix logic error and add unreachable after returns
James Miller
-1
/
+1
2014-12-18
Minor fixes
James Miller
-4
/
+2
2014-12-18
Only count nested returns when the outer return is reachable
James Miller
-0
/
+37
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-21
/
+25
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-11-26
/*! -> //!
Steve Klabnik
-25
/
+21
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-8
/
+8
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-4
/
+4
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-4
/
+4
2014-10-28
Update code with new lint names
Aaron Turon
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-9
/
+9
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-4
/
+14
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-4
/
+4
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+4
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+1
2014-07-09
librustc: Remove uses of advance.
Luqman Aden
-2
/
+2
2014-06-18
Revise dataflow to do a cfg-driven walk.
Felix S. Klock II
-1
/
+1
2014-06-18
NodeIndex should derive `Show`.
Felix S. Klock II
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-15
rustc::middle::graph API revisions.
Felix S. Klock II
-20
/
+24
2014-04-03
auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson
bors
-2
/
+2
2014-04-02
middle: graph: ignore dead code
Corey Richardson
-0
/
+2
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-2
/
+2
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-19
/
+26
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+3
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-9
/
+9
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-18
/
+26
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-8
/
+8
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-9
/
+13
[next]