about summary refs log tree commit diff
path: root/src/test/run-pass/swap-overlapping.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-2/+1
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-10Stop using the '<->' operatorAlex Crichton-1/+6
2013-02-20Don't perform swap when src == dst. #5041Brian Anderson-0/+45