| Age | Commit message (Expand) | Author | Lines |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -0/+11 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -106/+81 |
| 2017-04-07 | SVH: Don't hash the HIR twice when once is enough. | Michael Woerister | -1/+9 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -16/+1 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -1216/+93 |
| 2017-03-30 | Auto merge of #40524 - alexcrichton:update-bootstrap, r=alexcrichton | bors | -1/+0 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -9/+8 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -2/+2 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-22 | Move some constants to rustc::ich. | Michael Woerister | -22/+4 |
| 2017-03-22 | Move CachingCodemapView to rustc::ich. | Michael Woerister | -120/+2 |
| 2017-03-22 | Move DefPathHashes to rustc::ich | Michael Woerister | -40/+2 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -117/+7 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+1 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -1/+1 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -1/+1 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -45/+18 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -1/+5 |
| 2017-03-04 | Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc | bors | -11/+5 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -11/+5 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -1/+1 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -4/+0 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -20/+0 |
| 2017-02-28 | store the visit order in the Crate | Niko Matsakis | -1/+1 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister | Eduard-Mihai Burtescu | -3/+42 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -2/+1 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -2/+4 |
| 2017-02-22 | detect "bootstrap outputs" when serializing the dep-graph | Niko Matsakis | -3/+42 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -2/+1 |
| 2017-02-17 | Normalize labeled and unlabeled breaks | Taylor Cramer | -2/+4 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -1/+1 |
| 2017-02-08 | Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister | Corey Farwell | -35/+84 |
| 2017-02-06 | fix case where some edges can't be recreated by expanding the graph | Niko Matsakis | -35/+84 |
| 2017-02-06 | Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakis | bors | -31/+122 |
| 2017-02-06 | Add comment about why the regular unused-attributes infrastructure | Michael Woerister | -0/+6 |
| 2017-02-04 | pacify the mercilous tidy, improve cycle unit test | Niko Matsakis | -8/+76 |
| 2017-02-03 | Let the ICH testing framework check that all #[rustc_dirty] attrs have been a... | Michael Woerister | -31/+116 |
| 2017-02-03 | add a comment about optimality that somehow got removed | Niko Matsakis | -58/+76 |
| 2017-02-03 | s/in_index/input_index/ | Niko Matsakis | -7/+7 |
| 2017-02-03 | make dirty process O(dirty) | Niko Matsakis | -50/+66 |
| 2017-01-31 | rewrite the predecessors code to create a reduced graph | Niko Matsakis | -467/+1095 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -13/+21 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -4/+4 |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -4/+4 |