| Commit message (Expand) | Author | Age | Files | Lines |
* | rustc: doc comments | Alexander Regueiro | 2019-02-10 | 1 | -1/+1 |
* | move librustc to 2018 | Mark Mansi | 2019-02-05 | 1 | -2/+2 |
* | Remove licenses | Mark Rousskov | 2018-12-25 | 1 | -10/+0 |
* | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | 2018-11-21 | 1 | -4/+0 |
* | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | 2018-10-19 | 1 | -2/+2 |
* | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | 2018-10-19 | 1 | -2/+2 |
* | in which `NodeMap` and friends are macrotized! | Zack M. Davis | 2018-05-28 | 1 | -17/+12 |
* | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | 2018-05-28 | 1 | -1/+2 |
* | in which HirIdMap is introduced as an affordance for using HirIds more | Zack M. Davis | 2018-01-31 | 1 | -1/+3 |
* | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | 2017-11-03 | 1 | -0/+2 |
* | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | 2017-08-11 | 1 | -0/+3 |
* | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | 2016-11-08 | 1 | -10/+10 |
* | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | 2016-04-06 | 1 | -1/+1 |
* | move fnv hashing support into librustc_data_structures | Niko Matsakis | 2015-09-06 | 1 | -37/+2 |
* | fallout from moving def-id | Niko Matsakis | 2015-08-24 | 1 | -2/+3 |
* | cleanup: Remove unused braces in use statements | Richo Healey | 2015-03-28 | 1 | -1/+1 |
* | Add `core::num::wrapping` and fix overflow errors. | James Miller | 2015-03-03 | 1 | -1/+1 |
* | Register new snapshots | Alex Crichton | 2015-02-20 | 1 | -31/+0 |
* | std: Stabilize the `hash` module | Alex Crichton | 2015-02-18 | 1 | -1/+27 |
* | Switch missing_copy_implementations to default-allow | Steven Fackler | 2015-02-03 | 1 | -1/+0 |
* | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | 2015-02-02 | 1 | -1/+1 |
* | Fix typedef/module name conflicts in the compiler | Alex Crichton | 2015-01-18 | 1 | -34/+10 |
* | std: Stabilize the std::hash module | Alex Crichton | 2015-01-07 | 1 | -23/+23 |
* | Fallout | Nick Cameron | 2015-01-06 | 1 | -1/+1 |
* | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | 2015-01-03 | 1 | -1/+1 |
* | librustc: use `#[deriving(Copy)]` | Jorge Aparicio | 2014-12-19 | 1 | -3/+1 |
* | librustc: Make `Copy` opt-in. | Niko Matsakis | 2014-12-08 | 1 | -0/+3 |
* | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | 2014-11-10 | 1 | -1/+1 |
* | DSTify Hash | Jorge Aparicio | 2014-10-31 | 1 | -1/+1 |
* | Unify non-snake-case lints and non-uppercase statics lints | P1start | 2014-08-30 | 1 | -0/+2 |
* | Fallout from the libcollections movement | Alex Crichton | 2014-06-05 | 1 | -7/+5 |
* | std: Drop Total from Total{Eq,Ord} | Alex Crichton | 2014-06-01 | 1 | -2/+2 |
* | rustc: de-@ some RefCell's. | Eduard Burtescu | 2014-04-22 | 1 | -6/+12 |
* | use TotalEq for HashMap | Daniel Micay | 2014-03-23 | 1 | -1/+1 |
* | Register new snapshots | Alex Crichton | 2014-03-20 | 1 | -38/+0 |
* | Implement automatic overloaded dereference. | Eduard Burtescu | 2014-03-13 | 1 | -24/+23 |
* | change FVN hash function to the FVN-1a variant | Ted Horst | 2014-03-07 | 1 | -1/+1 |
* | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | 2014-03-06 | 1 | -1/+48 |
* | rustc: Move to FNV hashing for node/def ids | Alex Crichton | 2014-03-06 | 1 | -0/+80 |