about summary refs log tree commit diff
path: root/src/test/run-pass/hashmap-memory.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/+3
2018-08-05Convert unknown_features lint into an errorvarkor-2/+0
2018-08-05Fix test/run-passvarkor-1/+0
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-1/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+2
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-06Fallout from stabilizationAaron Turon-2/+1
2015-01-05replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`Jorge Aparicio-1/+1
2015-01-05fix rpass testsJorge Aparicio-4/+6
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-6/+6
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-2/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-10/+10
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-13/+16
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-2/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+6
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-4/+4
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-10/+10
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-4/+4
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-12-16Test fallout from std::comm rewriteAlex Crichton-1/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-9/+9
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2