summary refs log tree commit diff
path: root/src/test/run-make/save-analysis/foo.rs
AgeCommit message (Expand)AuthorLines
2015-07-09Fix a span bug for qualified pathsNick Cameron-0/+15
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-0/+12
2015-05-14save-analysis: update the smoke testNick Cameron-42/+62
2015-04-21test: Fix fallout in testsAlex Crichton-3/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-27/+24
2015-04-14RebasedNick Cameron-3/+3
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+4
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-0/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-1/+1
2015-02-18Stabilize std::borrowAaron Turon-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-0/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-06remove the deprecated MaybeOwnedVectorJorge Aparicio-2/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-17/+17
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-30Make the save-analysis smoke test more thoroughNick Cameron-29/+308
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+58