summary refs log tree commit diff
path: root/src/librustc_trans/save/span_utils.rs
AgeCommit message (Expand)AuthorLines
2015-07-14save-analysis: tweak constructorsNick Cameron-0/+7
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-15commentsNick Cameron-4/+14
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-10/+7
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-02-24Update trans/save's span hacks for fully qualified UFCS paths.Eduard Burtescu-3/+11
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-2/+2
2015-02-12Made `Self` a keyword.Marvin Löbel-2/+2
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-2/+2
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-4/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-30save-anlaysis: misc bug fixesNick Cameron-2/+16
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-28Fix spans for `use` view statements and their treatment in save-analysisNick Cameron-2/+2
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-0/+13
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+1
2014-11-24save-analysis: two minor bugsNick Cameron-1/+0
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+333