about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2017-07-03do not append an extra newline charCengiz Can-1/+1
2017-07-03use PAGER to view --explain output #32665Cengiz Can-3/+43
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-46/+37
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+2
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-1/+2
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-1/+0
2017-06-23Modify --explain to handle hidden code (`# ...`) and indented code blocks.kennytm-6/+13
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-10/+10
2017-06-19Bump version and stage0 compilerAlex Crichton-5/+0
2017-06-19Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakisbors-0/+3
2017-06-17Auto merge of #42650 - nrc:save-slim, r=eddybbors-3/+0
2017-06-16Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakisbors-1/+2
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-1/+4
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-3/+5
2017-06-14on-demand dylib dependency formatsTaylor Cramer-1/+1
2017-06-13On-demand is_const_fnTaylor Cramer-0/+1
2017-06-14Remove CSV format of save-analysis dataNick Cameron-3/+0
2017-06-12Add post-pass to remove EndRegions of unborrowed extents.Felix S. Klock II-0/+3
2017-06-10rustc: make the comon case of tcx.infer_ctxt(()) nicer.Eduard-Mihai Burtescu-1/+1
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-3/+5
2017-06-01fix librustc_driver testsNiko Matsakis-16/+14
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-2/+1
2017-05-24Change error count messagesMichael Kohl-2/+1
2017-05-23Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakisCorey Farwell-1/+1
2017-05-18Give a nicer error for non-Unicode arguments to rustc and rustdocJosh Stone-1/+10
2017-05-17Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakisbors-0/+3
2017-05-17Stabilize the loop_break_value featurePietro Albini-1/+1
2017-05-16Auto merge of #41907 - est31:macro_unused, r=jseyfriedbors-0/+2
2017-05-15Remove interior mutability from TraitDef by turning fields into queries.Michael Woerister-0/+3
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-49/+11
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+3
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-4/+9
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-6/+5
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-2/+3
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-14/+14
2017-05-13Add lint for unused macrosest31-0/+2
2017-05-13Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddybbors-5/+6
2017-05-12Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaricbors-14/+16
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-2/+2
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-2/+1
2017-05-07Add support for Hexagon v60 HVX intrinsicsMichael Wu-0/+3
2017-05-04rustc: Stabilize `-C target-feature=+crt-static`Alex Crichton-14/+16
2017-05-02remove `mir_passes` from `Session` and add a FIXMENiko Matsakis-3/+4
2017-05-02fix librustc_driverNiko Matsakis-0/+1
2017-05-02pacify the mercilous tidyNiko Matsakis-1/+2
2017-05-02support inlining by asking for optimizer mir for calleesNiko Matsakis-1/+1
2017-05-02remove `Pass` and (temporarily) drop `Inline`Niko Matsakis-1/+1
2017-05-02rename `mir_map` to `queries` and remove `build_mir_for_crate`Niko Matsakis-10/+1
2017-05-02convert the `inline` pass to use the new multi resultNiko Matsakis-1/+1