summary refs log tree commit diff
path: root/src/librustc/session
AgeCommit message (Expand)AuthorLines
2017-06-01Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=SusurrusCorey Farwell-7/+11
2017-05-31Rollup merge of #42277 - citizen428:remove-crate-type-metadata, r=nikomatsakisMark Simulacrum-14/+4
2017-05-30Add new error codeGuillaume Gomez-7/+11
2017-05-30Remove --crate-type=metadata deprecation warningMichael Kohl-14/+4
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-19/+4
2017-05-19Rollup merge of #42056 - sylvestre:master, r=alexcrichtonMark Simulacrum-3/+8
2017-05-19Rollup merge of #41971 - japaric:pre-link-args, r=alexcrichtonMark Simulacrum-2/+6
2017-05-18Enable cross-crate incremental compilation by default.Michael Woerister-1/+1
2017-05-17Improve the error management when /proc is not mountedSylvestre Ledru-3/+8
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-1/+1
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-54/+0
2017-05-13add -Z pre-link-arg{,s} to rustcJorge Aparicio-2/+6
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-0/+2
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-3/+20
2017-05-04rustc: Forbid `-Z` flags on stable/beta channelsAlex Crichton-68/+16
2017-05-02remove `mir_passes` from `Session` and add a FIXMENiko Matsakis-3/+0
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-0/+2
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-13/+48
2017-04-26remap-path-prefix: Validate number of commandline arguments passed.Michael Woerister-0/+17
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-13/+31
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-1/+1
2017-04-14add 'mir' as part of the --emit flag list in rustc --help menu and man doc.nate-1/+1
2017-04-13remove `LinkMeta` from `SharedCrateContext`Niko Matsakis-7/+5
2017-04-11Fix some nitsSimonas Kazlauskas-3/+2
2017-04-11Make a comment better.Austin Hicks-1/+1
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-1/+1
2017-04-11Tests for -Z fuel=foo=nAustin Hicks-1/+1
2017-04-11Make a comment better.Austin Hicks-1/+1
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-0/+76
2017-04-07-Z linker-flavorJorge Aparicio-3/+18
2017-03-21Teach rustc --emit=mirJake Goulding-0/+6
2017-03-17Rollup merge of #40463 - tshepang:nit, r=nikomatsakisCorey Farwell-1/+4
2017-03-13some style fixesTshepang Lekhonkhobe-1/+4
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-4/+4
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-0/+11
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-29/+30
2017-02-23Better handling of lib defaultsPeter Wagenet-29/+30
2017-02-22add `-C overflow-checks` optionNathan Froyd-0/+11
2017-02-20incr-comp: track the -Z sanitizer flagJorge Aparicio-3/+5
2017-02-08sanitizer supportJorge Aparicio-1/+24
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-0/+5
2017-02-02introduce `LintTable`Niko Matsakis-14/+7
2017-01-24incr.comp.: Make cross-crate tracking for incr. comp. opt-in.Michael Woerister-0/+2
2017-01-19Feature gateVadim Chugunov-0/+4
2017-01-19Implement the "static-nobundle" library kind (RFC 1717).Vadim Chugunov-0/+1
2017-01-17Refactor the parser to consume token trees.Jeffrey Seyfried-1/+2
2017-01-10Rollup merge of #38841 - F001:Fix, r=steveklabnikSeo Sanghyeon-1/+1
2017-01-05Update usage of rustcF001-1/+1