about summary refs log tree commit diff
path: root/src/librustc/util/nodemap.rs
AgeCommit message (Expand)AuthorLines
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-1/+1
2015-02-20Register new snapshotsAlex Crichton-31/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+27
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-34/+10
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-23/+23
2015-01-06FalloutNick Cameron-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-1/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-0/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-7/+5
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-6/+12
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-20Register new snapshotsAlex Crichton-38/+0
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-24/+23
2014-03-07change FVN hash function to the FVN-1a variantTed Horst-1/+1
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-1/+48
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-0/+80