about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2018-12-03Bump stack size to 32MBOliver Scherer-4/+6
2018-12-02Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddybbors-1/+0
2018-12-01Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakiskennytm-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-10/+10
2018-11-29Remove __build_diagnostic_array! from cg_utilsbjorn3-1/+0
2018-11-29Use `Cow` in `Token::String`.Nicholas Nethercote-1/+1
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-2/+2
2018-11-13fix various typos in doc commentsAndy Russell-2/+2
2018-11-12Fix fallout it rustc_driver testsOliver Scherer-5/+5
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-4/+4
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-1/+1
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-1/+1
2018-11-03Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakisbors-6/+6
2018-11-03Shift both late bound regions and bound typesscalexm-6/+6
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+13
2018-10-29Don't print opt fuel messages to stdout because it breaks RustbuildWesley Wiser-1/+1
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-1/+3
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-10-17Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakisbors-0/+1
2018-10-15rustc/session: improve allocationsljedrz-1/+1
2018-10-15Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebankbors-246/+208
2018-10-13Copy extern prelude from resolver to global contextVadim Petrochenkov-0/+1
2018-10-13rustc/driver: whitespace & formatting fixesljedrz-86/+87
2018-10-13rustc/driver: unwrap_or_else with function callsljedrz-7/+5
2018-10-13rustc/driver: remove explicit return, add explicit Noneljedrz-2/+2
2018-10-13rustc/driver: don't sort base if it only has one elementljedrz-2/+3
2018-10-13rustc/driver: remove lifetimes from constsljedrz-15/+8
2018-10-13rustc/driver: improve common patternsljedrz-58/+33
2018-10-13rustc/driver: use Cow<str> where applicableljedrz-7/+8
2018-10-13rustc/driver: improve/remove allocationsljedrz-32/+30
2018-10-12rustc/driver: improve macro callsljedrz-30/+25
2018-10-12rustc/driver: simplify profile::trace::consljedrz-8/+8
2018-10-08Stabilize the `Option::replace` methodClément Renault-1/+0
2018-09-30Re-export `getopts` so custom drivers can reference it.Richard Diamond-1/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-28Remap only source files in the command lineIgor Matuszewski-0/+1
2018-09-26rustc_driver/test.rs: rustfmtNiko Matsakis-163/+219
2018-09-26fix rustc_driver testsNiko Matsakis-2/+2
2018-09-26Remove OneVectorljedrz-3/+5
2018-09-15Fix missing struct nameMarshall Bowers-1/+1
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-3/+9
2018-09-14Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebankkennytm-7/+41
2018-09-14Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwcokennytm-1/+1
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-7/+41
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-11Revert "renamed t_nil to t_unit"kenta7777-9/+9
2018-09-10renamed t_nil to t_unitkenta7777-9/+9
2018-09-10renamed mk_nil to mk_unitkenta7777-1/+1