about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-08-05Add special support for libcvarkor-5/+3
2018-08-05Add support for feature attributes on macrosvarkor-4/+3
2018-08-05Convert unknown_features lint into an errorvarkor-11/+16
2018-08-05Turn the duplicate feature lint into an errorvarkor-32/+37
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-3/+0
2018-08-05Fix test/compile-failvarkor-2/+9
2018-08-05Get around tidy bugvarkor-4/+4
2018-08-05Add duplicity lint for lang featuresvarkor-20/+31
2018-08-05Add a lint for duplicate feature attributesvarkor-0/+14
2018-08-05Trigger stable feature lint for lib featuresvarkor-0/+10
2018-08-05Add error for inconsistent stability `since` valuevarkor-0/+15
2018-08-05Add lint for unknown feature attributesvarkor-27/+232
2018-08-04Use diagnostic API on SessionMark Rousskov-1/+1
2018-08-04Move share_generics getter onto options directlyMark Rousskov-20/+20
2018-08-04Move basic_options to impl of DefaultMark Rousskov-60/+62
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-15/+13
2018-08-04Normalize EntryFnType variants to standard styleMark Rousskov-6/+6
2018-08-04Normalize variants of Passes to standard styleMark Rousskov-11/+9
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-47/+46
2018-08-04Privatize some exports from code_statsMark Rousskov-2/+2
2018-08-04Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichtonbors-130/+1
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-18/+0
2018-08-03Store concrete crate stores where possibleMark Rousskov-21/+1
2018-08-03Visibility is now a queryMark Rousskov-1/+0
2018-08-03Delete dummy crate storeMark Rousskov-63/+0
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-27/+0
2018-08-03Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJungbors-146/+168
2018-08-03Unify API of `Scalar` and `ScalarMaybeUndef`Oliver Schneider-2/+6
2018-08-03Auto merge of #51657 - wesleywiser:wip_profiling, r=eddybbors-1/+306
2018-08-02Generate self-profiler types with macrosWesley Wiser-130/+91
2018-08-02Fix tidyWesley Wiser-12/+25
2018-08-02Remove some dead codeWesley Wiser-17/+1
2018-08-02Include additional data in the json outputWesley Wiser-3/+12
2018-08-02Include query hits/totalsWesley Wiser-3/+10
2018-08-02Refactor json printingWesley Wiser-35/+21
2018-08-02First pass at json outputWesley Wiser-0/+52
2018-08-02Fix more missed query dataWesley Wiser-0/+9
2018-08-02Remove redundant s in outputWesley Wiser-1/+1
2018-08-02Fix some missed query dataWesley Wiser-4/+3
2018-08-02Switch to markdown outputWesley Wiser-12/+15
2018-08-02Add units to timesWesley Wiser-1/+1
2018-08-02Basic incremental statsWesley Wiser-9/+55
2018-08-02Basic profilingWesley Wiser-1/+237
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-0/+8
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-14/+7
2018-08-02When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...Felix S. Klock II-3/+11
2018-08-02Second field of ScalarPair can be undef in some casesOliver Schneider-6/+5
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-14/+7
2018-08-01Address behaviour changing review commentsOliver Schneider-18/+0
2018-08-01Address stylistic review comments and rebase falloutOliver Schneider-3/+6