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_trans
/
save
/
span_utils.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-14
save-analysis: tweak constructors
Nick Cameron
-0
/
+7
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-05-15
comments
Nick Cameron
-4
/
+14
2015-05-14
save-analysis: fix a bracket counting bug
Nick Cameron
-10
/
+7
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-3
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-02-24
Update trans/save's span hacks for fully qualified UFCS paths.
Eduard Burtescu
-3
/
+11
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-2
/
+2
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-2
/
+2
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-2
/
+2
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-4
/
+4
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-30
save-anlaysis: misc bug fixes
Nick Cameron
-2
/
+16
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-28
Fix spans for `use` view statements and their treatment in save-analysis
Nick Cameron
-2
/
+2
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-0
/
+13
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-11-24
save-analysis: two minor bugs
Nick Cameron
-1
/
+0
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-0
/
+333