about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-08-14Auto merge of #53354 - kennytm:rollup, r=kennytmbors-4/+6
2018-08-14Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakiskennytm-1/+3
2018-08-14Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebankkennytm-3/+3
2018-08-14Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrzbors-5/+5
2018-08-14syntax: gensym the injected std/core extern crates in the Rust 2018 edition.Eduard-Mihai Burtescu-1/+1
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-5/+5
2018-08-10Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelixbors-1/+1
2018-08-09Don't set rlimit to a lower value than the currentvarkor-1/+3
2018-08-09set the syntax edition in the driver's phase 1QuietMisdreavus-3/+3
2018-08-09Move Fingerprint to data structuresMark Rousskov-1/+1
2018-08-09[nll] librustc_driver: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-06Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelixbors-24/+79
2018-08-04Use diagnostic API on SessionMark Rousskov-1/+1
2018-08-04Move basic_options to impl of DefaultMark Rousskov-1/+1
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-9/+9
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-2/+1
2018-08-03Store concrete crate stores where possibleMark Rousskov-15/+14
2018-08-02First pass at json outputWesley Wiser-0/+4
2018-08-02Basic profilingWesley Wiser-0/+11
2018-08-02preserve order if blocks are between itemsQuietMisdreavus-9/+9
2018-08-02more fixes for everybody_loopsQuietMisdreavus-1/+9
2018-08-02make `everybody_loops` keep item declarationsQuietMisdreavus-24/+71
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-13/+13
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-8/+4
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-8/+4
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-2/+2
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-9/+4
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-1/+5
2018-07-28Don't format!() string literalsljedrz-13/+13
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-9/+9
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-1/+5
2018-07-27Use slices where a vector is not necessaryljedrz-9/+9
2018-07-27SimplifyShotaro Yamada-2/+2
2018-07-27Use str::repeatShotaro Yamada-7/+2
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-25Improve readability in a few sortsljedrz-7/+3
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-5/+17
2018-07-24force the doctest rustc thread to share the name of the testQuietMisdreavus-5/+17
2018-07-23dump lints _after_ parsing macrosmark-7/+9
2018-07-23Extend ParseSess to support buffering lintsmark-0/+8
2018-07-19Auto merge of #52197 - euclio:exit-code, r=oli-obkbors-13/+35
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-1/+5
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-13/+35
2018-07-17Rollup merge of #52338 - RalfJung:miri, r=oli-obkkennytm-18/+18
2018-07-17Rollup merge of #52435 - ljedrz:misc_capacity, r=estebankkennytm-1/+2
2018-07-17Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakisbors-51/+53
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-1/+2
2018-07-16ItemKindcsmoe-18/+18