about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-23Auto merge of #40515 - alexcrichton:tarball-names, r=brsonbors-8/+16
2017-03-22Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkovCorey Farwell-16/+2
2017-03-22Rollup merge of #40678 - michaelwoerister:dmi-prep, r=nikomatsakisCorey Farwell-60/+87
2017-03-22Rollup merge of #40617 - TimNN:dist-update-gcc, r=alexcrichtonCorey Farwell-5/+8
2017-03-22Rollup merge of #40542 - abonander:issue_40535, r=jseyfriedCorey Farwell-1/+51
2017-03-22Rollup merge of #40518 - michaelwoerister:hir-id, r=eddybCorey Farwell-859/+1541
2017-03-22Rollup merge of #39891 - shepmaster:emit-mir, r=nikomatsakisCorey Farwell-0/+32
2017-03-22Rollup merge of #40732 - petrochenkov:booktidy, r=steveklabnikCorey Farwell-0/+0
2017-03-22Rollup merge of #40725 - Cldfire:master, r=estebankCorey Farwell-8/+0
2017-03-22Rollup merge of #40723 - SamWhited:e0090_error_explanation, r=estebankCorey Farwell-1/+22
2017-03-22Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnikCorey Farwell-62/+61
2017-03-22Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=bstrieCorey Farwell-1/+1
2017-03-22Rollup merge of #40690 - GuillaumeGomez:fix-iter-docs, r=frewsxcvCorey Farwell-3/+3
2017-03-22Rollup merge of #40689 - GuillaumeGomez:rustdoc-associated-type-formatting, r...Corey Farwell-5/+33
2017-03-22Rollup merge of #40619 - stjepang:unstable-book-sort-unstable, r=frewsxcvCorey Farwell-0/+31
2017-03-22Rollup merge of #40578 - michaelwoerister:shorter-compiletest-stamps, r=alexc...Corey Farwell-3/+1
2017-03-22Rollup merge of #40548 - alexcrichton:appveyor-ninja, r=brsonCorey Farwell-3/+3
2017-03-22Rollup merge of #40523 - durka:patch-38, r=petrochenkovCorey Farwell-0/+18
2017-03-22Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrcCorey Farwell-20/+45
2017-03-22Add 'the' before 'start'/'end'Stjepan Glavina-2/+2
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-62/+61
2017-03-22Allocate numerical values of DefIndexes from two seperate ranges.Michael Woerister-72/+237
2017-03-22Introduce HirId, a replacement for NodeId after lowering to HIR.Michael Woerister-787/+1286
2017-03-22Implement indexed_vec::Idx for ast::NodeIdMichael Woerister-0/+11
2017-03-22Add resize() method to IndexVec.Michael Woerister-0/+7
2017-03-22Update the book submodule and fix tidyVadim Petrochenkov-0/+0
2017-03-22Address review comments.Michael Woerister-3/+14
2017-03-22Move some constants to rustc::ich.Michael Woerister-22/+21
2017-03-22Move CachingCodemapView to rustc::ich.Michael Woerister-6/+5
2017-03-22Move DefPathHashes to rustc::ichMichael Woerister-8/+7
2017-03-22Move Fingerprint to rustc::ich::Fingerprint.Michael Woerister-10/+11
2017-03-22Add some missing method impls to MIR region eraser.Michael Woerister-1/+18
2017-03-22Support more kinds of Regions in TypeIdHasher.Michael Woerister-8/+9
2017-03-22E0090: Expand error message explanationSam Whited-1/+11
2017-03-21Remove duplicate style classesCldfire-8/+0
2017-03-21appveyor: Use Ninja to build LLVM on MinGWAlex Crichton-3/+3
2017-03-22Auto merge of #40043 - petrochenkov:objpars, r=nikomatsakisbors-267/+294
2017-03-21E0090: Add explanation for error messageSam Whited-1/+12
2017-03-21Add warning about volatility of MIR outputJake Goulding-0/+3
2017-03-21Teach rustc --emit=mirJake Goulding-0/+29
2017-03-21Auto merge of #40664 - jseyfried:fix_derive_bug, r=nrcbors-4/+29
2017-03-21Add docs for sort_unstable to unstable bookStjepan Glavina-0/+31
2017-03-21Fix bug in legacy `#[derive]` processing logic.Jeffrey Seyfried-4/+29
2017-03-21Make the filenames of .stamp files generated by compiletest shorter.Michael Woerister-3/+1
2017-03-21Regression test for rust-lang/rust#40535Austin Bonander-0/+49
2017-03-21Correctly get source for metadata crate type;Austin Bonander-1/+2
2017-03-21Remove unused adt_def access by constructor in typeck/collectTaylor Cramer-6/+0
2017-03-21Remove unused adt-def insertion by constructor DefIndexTaylor Cramer-10/+2
2017-03-21add test for nested macro def (#31946)Alex Burka-0/+18
2017-03-21rustbuild: Don't hardcode 'nightly' for CargoAlex Crichton-8/+16